diff --git a/packages/sfui/frameworks/nuxt/CHANGELOG.md b/packages/sfui/frameworks/nuxt/CHANGELOG.md index 0a0623e4d6..2916517992 100644 --- a/packages/sfui/frameworks/nuxt/CHANGELOG.md +++ b/packages/sfui/frameworks/nuxt/CHANGELOG.md @@ -1,5 +1,11 @@ # @storefront-ui/nuxt +## 2.4.1 + +### Patch Changes + +- fixing publish error with workspaces protocol handling + ## 2.3.1 ### Patch Changes diff --git a/packages/sfui/frameworks/nuxt/package.json b/packages/sfui/frameworks/nuxt/package.json index 2e1851909a..49abff9f7f 100644 --- a/packages/sfui/frameworks/nuxt/package.json +++ b/packages/sfui/frameworks/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@storefront-ui/nuxt", - "version": "2.3.1", + "version": "2.4.1", "homepage": "https://docs.storefrontui.io/v2/", "installConfig": { "hoistingLimits": "workspaces" diff --git a/packages/sfui/frameworks/react/CHANGELOG.md b/packages/sfui/frameworks/react/CHANGELOG.md index 4966523f86..2c8d73f094 100644 --- a/packages/sfui/frameworks/react/CHANGELOG.md +++ b/packages/sfui/frameworks/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @storefront-ui/react +## 2.4.1 + +### Patch Changes + +- fixing publish error with workspaces protocol handling + ## 2.4.0 ### Minor Changes diff --git a/packages/sfui/frameworks/react/package.json b/packages/sfui/frameworks/react/package.json index d5e26e98f0..289610c592 100644 --- a/packages/sfui/frameworks/react/package.json +++ b/packages/sfui/frameworks/react/package.json @@ -1,6 +1,6 @@ { "name": "@storefront-ui/react", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/frameworks/vue/CHANGELOG.md b/packages/sfui/frameworks/vue/CHANGELOG.md index 099599d636..eac0f21920 100644 --- a/packages/sfui/frameworks/vue/CHANGELOG.md +++ b/packages/sfui/frameworks/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @storefront-ui/vue +## 2.4.1 + +### Patch Changes + +- fixing publish error with workspaces protocol handling + ## 2.4.0 ### Minor Changes diff --git a/packages/sfui/frameworks/vue/package.json b/packages/sfui/frameworks/vue/package.json index 71afcab718..c4dbe74df4 100644 --- a/packages/sfui/frameworks/vue/package.json +++ b/packages/sfui/frameworks/vue/package.json @@ -1,6 +1,6 @@ { "name": "@storefront-ui/vue", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/shared/CHANGELOG.md b/packages/sfui/shared/CHANGELOG.md index 5eb001b41b..a96ed4330e 100644 --- a/packages/sfui/shared/CHANGELOG.md +++ b/packages/sfui/shared/CHANGELOG.md @@ -1,5 +1,11 @@ # @storefront-ui/shared +## 2.4.1 + +### Patch Changes + +- fixing publish error with workspaces protocol handling + ## 2.4.0 ### Minor Changes diff --git a/packages/sfui/shared/package.json b/packages/sfui/shared/package.json index b9d8283d91..32021285f0 100644 --- a/packages/sfui/shared/package.json +++ b/packages/sfui/shared/package.json @@ -1,7 +1,7 @@ { "name": "@storefront-ui/shared", "description": "Shared set of utils and typings used by `@storefront-ui/*` packages", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "sideEffects": false, "exports": {