Skip to content

Commit

Permalink
ci: release (rc) (#1491)
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] committed Jan 30, 2024
1 parent 624be6a commit 7fc3379
Show file tree
Hide file tree
Showing 5 changed files with 25 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 @@ -10,6 +10,7 @@
},
"changesets": [
"chatty-beds-grin",
"chilly-lizards-fix",
"tidy-kangaroos-deliver"
]
}
12 changes: 12 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @vue-storefront/magento-api

## 2.5.0-rc.2

### Patch Changes

- 624be6ac: **[CHANGED]** Enhanced default GQL queries

- [`ProductDetailsQuery`](https://docs.vuestorefront.io/integrations/magento/api/magento-types/ProductDetailsQuery)
- enhanced [`ConfigurableProduct`](https://docs.vuestorefront.io/integrations/magento/api/magento-types/ConfigurableProduct) response with [`ConfigurableVariants`](https://docs.vuestorefront.io/integrations/magento/api/magento-types/ConfigurableVariants)

- Updated dependencies [624be6ac]
- @vue-storefront/magento-types@1.1.0-rc.2

## 2.5.0-rc.1

### Patch 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.1",
"version": "2.5.0-rc.2",
"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.1",
"@vue-storefront/magento-types": "1.1.0-rc.2",
"agentkeepalive": "^4.2.1",
"consola": "^3.1.0",
"dotenv": "^16.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/api-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vue-storefront/magento-types

## 1.1.0-rc.2

### Patch Changes

- 624be6ac: **[CHANGED]** Enhanced default GQL queries

- [`ProductDetailsQuery`](https://docs.vuestorefront.io/integrations/magento/api/magento-types/ProductDetailsQuery)
- enhanced [`ConfigurableProduct`](https://docs.vuestorefront.io/integrations/magento/api/magento-types/ConfigurableProduct) response with [`ConfigurableVariants`](https://docs.vuestorefront.io/integrations/magento/api/magento-types/ConfigurableVariants)

## 1.1.0-rc.1

### Patch 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.1",
"version": "1.1.0-rc.2",
"sideEffects": false,
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand Down

0 comments on commit 7fc3379

Please sign in to comment.