Skip to content

Commit

Permalink
ci: release (rc) (#7277)
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 9, 2024
1 parent 27ad9a7 commit ab305c9
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"changesets": [
"brave-jokes-film",
"chilly-eggs-fetch",
"chilly-fans-check",
"loud-rings-occur",
"slimy-olives-drive",
"strange-schools-mate"
]
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.1

### Patch Changes

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

## 3.3.0-rc.0

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

## 1.0.0-rc.3

### Major Changes

rc.3
rc.3

## 1.0.0-rc.2

### 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.2",
"version": "1.0.0-rc.3",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
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.1

### Patch Changes

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

## 3.3.0-rc.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "3.3.0-rc.1",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"changesets:publish": "yarn run build && yarn changeset publish"
},
"dependencies": {
"@vue-storefront/logger": "1.0.0-rc.2"
"@vue-storefront/logger": "1.0.0-rc.3"
},
"devDependencies": {
"@types/jest": "^29.0.3",
Expand Down

0 comments on commit ab305c9

Please sign in to comment.