Skip to content

Commit 7cafcd4

Browse files
ci: release (#7212)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 572b95f commit 7cafcd4

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/lucky-garlics-deliver.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/next/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
**[FIXED]**: Added getCurrencies unified endpoint to be fetch by HTTP GET. This change enable caching this endpoint on CDN.
8+
39
## 3.0.0
410

511
### Major Changes

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vue-storefront/next",
33
"description": "Vue Storefront dedicated features for Next.js",
44
"license": "MIT",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"exports": {
77
".": {
88
"import": "./dist/index.mjs",

packages/nuxt/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
**[FIXED]**: Added getCurrencies unified endpoint to be fetch by HTTP GET. This change enable caching this endpoint on CDN.
8+
39
## 4.1.0
410

511
### Minor Changes

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/nuxt",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Vue Storefront dedicated features for Nuxt",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)