Skip to content

Commit

Permalink
ci: release (#7193)
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 Jun 17, 2024
1 parent 9703ef9 commit cbf8202
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-walls-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-boats-thank.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/thin-grapes-exist.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/content/4.sdk/4.api/sdk.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,7 @@
},
{
"kind": "Content",
"text": ";\n cdnCacheBustingId: string;\n}"
"text": ";\n cdnCacheBustingId?: string;\n}"
},
{
"kind": "Content",
Expand Down
6 changes: 6 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,11 @@
# Change log

## 3.1.0

### Minor Changes

- **[CHANGED]** cdnCacheBustingId is now optional

## 3.0.0

### Major Changes
Expand Down
11 changes: 11 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log

## 2.1.0

### Minor Changes

- **[ADDED]** Added .config parameter in createSdk callback

### Patch Changes

- Updated dependencies:
- @vue-storefront/sdk@3.1.0

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vue-storefront/next",
"description": "Vue Storefront dedicated features for Next.js",
"license": "MIT",
"version": "2.0.1",
"version": "2.1.0",
"exports": {
".": {
"import": "./dist/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"test:unit": "vitest run"
},
"dependencies": {
"@vue-storefront/sdk": "^3.0.0"
"@vue-storefront/sdk": "^3.1.0"
},
"devDependencies": {
"@types/react": "^18.2.31",
Expand Down
12 changes: 12 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log

## 4.0.0

### Major Changes

- **[CHANGED]** Updated core sdk dependency to latest version
- **[ADDED]** Added .config parameter in createSdk callback

### Patch Changes

- Updated dependencies:
- @vue-storefront/sdk@3.1.0

## 3.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/nuxt",
"version": "3.1.1",
"version": "4.0.0",
"description": "Vue Storefront dedicated features for Nuxt",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@nuxt/kit": "^3.7.4",
"@nuxt/schema": "^3.7.4",
"@vue-storefront/sdk": "^3.0.0",
"@vue-storefront/sdk": "^3.1.0",
"knitwork": "^1.0.0",
"defu": "^6.0.0"
},
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 @@
# Change log

## 3.1.0

### Minor Changes

- **[CHANGED]** cdnCacheBustingId is now optional

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0",
"version": "3.1.0",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit cbf8202

Please sign in to comment.