Skip to content

Commit

Permalink
ci: release (rc) (#1551)
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 Oct 17, 2024
1 parent 3de1337 commit 00bfd5c
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 20 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": [
"few-baboons-chew",
"olive-terms-stare",
"tasty-books-melt"
]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/magento-api

## 6.0.0-rc.1

### Major Changes

- 3de1337c: update middleware

## 6.0.0-rc.0

### Major Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/magento-sdk

## 4.0.0-rc.0

### Major Changes

- 3de1337c: update middleware

## 3.0.1

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/magento-api

## 6.0.0-rc.1

### Major Changes

- 3de1337c: update middleware

## 6.0.0-rc.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.0.0-rc.0",
"version": "6.0.0-rc.1",
"sideEffects": false,
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/magento-sdk

## 4.0.0-rc.0

### Major Changes

- 3de1337c: update middleware

## 3.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-sdk",
"version": "3.0.1",
"version": "4.0.0-rc.0",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/node": "^12.12.14",
"@vue-storefront/magento-api": "^5.0.0",
"@vue-storefront/magento-api": "^6.0.0-rc.1",
"@vue-storefront/middleware": "^5.1.0-rc",
"nock": "^13.2.9"
},
Expand Down
17 changes: 0 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2237,18 +2237,6 @@
consola "^3"
dotenv "^16"

"@vue-storefront/middleware@^5.0.0-rc":
version "5.0.0"
resolved "https://registrynpm.storefrontcloud.io/@vue-storefront/middleware/-/middleware-5.0.0.tgz#14cf56baf330c336949dab40862fcc6cca13aadf"
integrity sha512-G2UVGXz4YJPCMa4pPCYsz+h2X6Q0XDfTh6rCgr3igHjCC6+utjis9oC223RnSIDKzOYhODZehruUaN9TQlQEdg==
dependencies:
"@godaddy/terminus" "^4.12.1"
consola "^2.15.3"
cookie-parser "^1.4.6"
cors "^2.8.5"
express "^4.18.1"
helmet "^5.1.1"

"@vue-storefront/middleware@^5.1.0-rc":
version "5.1.0-rc.0"
resolved "https://registrynpm.storefrontcloud.io/@vue-storefront/middleware/-/middleware-5.1.0-rc.0.tgz#cc70ddd63561581556d69f92d0d8dc0e087ea10a"
Expand Down Expand Up @@ -3146,11 +3134,6 @@ confusing-browser-globals@^1.0.10:
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81"
integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==

consola@^2.15.3:
version "2.15.3"
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==

consola@^3:
version "3.2.3"
resolved "https://registrynpm.storefrontcloud.io/consola/-/consola-3.2.3.tgz#0741857aa88cfa0d6fd53f1cff0375136e98502f"
Expand Down

0 comments on commit 00bfd5c

Please sign in to comment.