Skip to content

Commit

Permalink
ci: release (rc) (#7297)
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 29, 2024
1 parent 09bce45 commit a35e2f9
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"loud-rings-occur",
"mighty-peas-serve",
"slimy-olives-drive",
"smart-worms-remember",
"strange-schools-mate"
]
}
7 changes: 7 additions & 0 deletions docs/content/3.middleware/4.reference/change-log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 5.1.0-rc.2

### Patch Changes

- Updated dependencies:
- @vue-storefront/logger@1.0.0-rc.4

## 5.1.0-rc.1

### Patch Changes
Expand Down
7 changes: 7 additions & 0 deletions docs/content/4.sdk/5.reference/change-log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 3.3.0-rc.4

### Patch Changes

- Updated dependencies:
- @vue-storefront/logger@1.0.0-rc.4

## 3.3.0-rc.3

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

## 1.0.0-rc.4

### Minor Changes

use appropriate verbosity levels in the browser environment

## 1.0.0-rc.3

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/logger",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 5.1.0-rc.2

### Patch Changes

- Updated dependencies:
- @vue-storefront/logger@1.0.0-rc.4

## 5.1.0-rc.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/middleware",
"version": "5.1.0-rc.1",
"version": "5.1.0-rc.2",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"changesets:publish": "yarn build && yarn changeset publish"
},
"dependencies": {
"@vue-storefront/logger": "1.0.0-rc.3",
"@vue-storefront/logger": "1.0.0-rc.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 3.3.0-rc.4

### Patch Changes

- Updated dependencies:
- @vue-storefront/logger@1.0.0-rc.4

## 3.3.0-rc.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-storefront/sdk",
"license": "MIT",
"version": "3.3.0-rc.3",
"version": "3.3.0-rc.4",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand All @@ -20,12 +20,12 @@
"changesets:publish": "yarn run build && yarn changeset publish"
},
"dependencies": {
"@vue-storefront/logger": "1.0.0-rc.3"
"@vue-storefront/logger": "1.0.0-rc.4"
},
"devDependencies": {
"@types/jest": "^29.0.3",
"@types/node": "^18.11.17",
"@vue-storefront/middleware": "5.1.0-rc.1",
"@vue-storefront/middleware": "5.1.0-rc.2",
"axios": "^1.6.7",
"babel-preset-node": "^5.1.1",
"isomorphic-fetch": "^3.0.0",
Expand Down

0 comments on commit a35e2f9

Please sign in to comment.