Skip to content

Commit

Permalink
ci: release (rc) (#1489)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 26, 2024
1 parent 60af3cb commit 9e4ad84
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@vue-storefront/magento-sdk": "2.1.0"
},
"changesets": [
"chatty-beds-grin",
"tidy-kangaroos-deliver"
]
}
14 changes: 14 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @vue-storefront/magento-api

## 2.5.0-rc.1

### Patch Changes

- 60af3cb0: **[FIXED]** [`CategoryListQuery`](https://docs.vuestorefront.io/integrations/magento/api/magento-types/CategoryListQuery) returns `url_key` property on each children level

**[CHANGED]** Enhanced default GQL queries

- [`CategoryListQuery`](https://docs.vuestorefront.io/integrations/magento/api/magento-types/CategoryListQuery)
- fetch up to 5th level nested categories `children`

- Updated dependencies [60af3cb0]
- @vue-storefront/magento-types@1.1.0-rc.1

## 2.5.0-rc.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-api",
"version": "2.5.0-rc.0",
"version": "2.5.0-rc.1",
"sideEffects": false,
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
Expand All @@ -25,7 +25,7 @@
"@apollo/client": "3.8.7",
"@nuxtjs/composition-api": "0.31.0",
"@vue-storefront/middleware": "^3.5.0",
"@vue-storefront/magento-types": "1.1.0-rc.0",
"@vue-storefront/magento-types": "1.1.0-rc.1",
"agentkeepalive": "^4.2.1",
"consola": "^3.1.0",
"dotenv": "^16.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/api-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vue-storefront/magento-types

## 1.1.0-rc.1

### Patch Changes

- 60af3cb0: **[FIXED]** [`CategoryListQuery`](https://docs.vuestorefront.io/integrations/magento/api/magento-types/CategoryListQuery) returns `url_key` property on each children level

**[CHANGED]** Enhanced default GQL queries

- [`CategoryListQuery`](https://docs.vuestorefront.io/integrations/magento/api/magento-types/CategoryListQuery)
- fetch up to 5th level nested categories `children`

## 1.1.0-rc.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-types",
"version": "1.1.0-rc.0",
"version": "1.1.0-rc.1",
"sideEffects": false,
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand Down

0 comments on commit 9e4ad84

Please sign in to comment.