diff --git a/.changeset/olive-pots-film.md b/.changeset/olive-pots-film.md deleted file mode 100644 index 5217834bd5..0000000000 --- a/.changeset/olive-pots-film.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@storefront-ui/tw-plugin-peer-next': minor -'@storefront-ui/react': minor -'@storefront-ui/nuxt': minor -'@storefront-ui/vue': minor -'@storefront-ui/tailwind-config': minor -'@storefront-ui/typography': minor -'@storefront-ui/shared': minor ---- - -Bump version so it would match current state in npm diff --git a/apps/docs/components/package.json b/apps/docs/components/package.json index 7750de2574..78c9420178 100644 --- a/apps/docs/components/package.json +++ b/apps/docs/components/package.json @@ -27,8 +27,8 @@ "@nuxtjs/color-mode": "^3.4.2", "@nuxtjs/seo": "^2.0.0-rc.10", "@nuxtjs/tailwindcss": "7.0.0-beta.1", - "@storefront-ui/typography": "^3.0.0", - "@storefront-ui/vue": "^3.0.0", + "@storefront-ui/typography": "^3.1.0", + "@storefront-ui/vue": "^3.1.0", "@tailwindcss/typography": "^0.5.19", "@vueuse/integrations": "^12.8.0", "@vueuse/nuxt": "^12.8.0", diff --git a/packages/config/tailwind/CHANGELOG.md b/packages/config/tailwind/CHANGELOG.md index 668bdb3df2..cc03fd7e3d 100644 --- a/packages/config/tailwind/CHANGELOG.md +++ b/packages/config/tailwind/CHANGELOG.md @@ -1,5 +1,16 @@ # @storefront-ui/tailwind-config +## 3.1.0 + +### Minor Changes + +- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55) Thanks [@FRSgit](https://github.com/FRSgit)! - Bump version so it would match current state in npm + +### Patch Changes + +- Updated dependencies [[`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55)]: + - @storefront-ui/tw-plugin-peer-next@3.1.0 + ## 3.0.0 ### Major Changes diff --git a/packages/config/tailwind/package.json b/packages/config/tailwind/package.json index ff3d62b3d8..74b43f0d83 100644 --- a/packages/config/tailwind/package.json +++ b/packages/config/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@storefront-ui/tailwind-config", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/frameworks/nuxt/CHANGELOG.md b/packages/sfui/frameworks/nuxt/CHANGELOG.md index a73b106cf7..cf02abcd67 100644 --- a/packages/sfui/frameworks/nuxt/CHANGELOG.md +++ b/packages/sfui/frameworks/nuxt/CHANGELOG.md @@ -1,5 +1,16 @@ # @storefront-ui/nuxt +## 3.1.0 + +### Minor Changes + +- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55) Thanks [@FRSgit](https://github.com/FRSgit)! - Bump version so it would match current state in npm + +### Patch Changes + +- Updated dependencies [[`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55)]: + - @storefront-ui/vue@3.1.0 + ## 3.0.0 ### Major Changes diff --git a/packages/sfui/frameworks/nuxt/package.json b/packages/sfui/frameworks/nuxt/package.json index 8bb4c4c59b..4ef7f7445e 100644 --- a/packages/sfui/frameworks/nuxt/package.json +++ b/packages/sfui/frameworks/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@storefront-ui/nuxt", - "version": "3.0.0", + "version": "3.1.0", "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 37b2b5941f..07973dfe53 100644 --- a/packages/sfui/frameworks/react/CHANGELOG.md +++ b/packages/sfui/frameworks/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @storefront-ui/react +## 3.1.0 + +### Minor Changes + +- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55) Thanks [@FRSgit](https://github.com/FRSgit)! - Bump version so it would match current state in npm + +### Patch Changes + +- Updated dependencies [[`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55)]: + - @storefront-ui/tailwind-config@3.1.0 + - @storefront-ui/shared@3.1.0 + ## 3.0.0 ### Major Changes diff --git a/packages/sfui/frameworks/react/package.json b/packages/sfui/frameworks/react/package.json index 7b0e82b1d2..d27c1da445 100644 --- a/packages/sfui/frameworks/react/package.json +++ b/packages/sfui/frameworks/react/package.json @@ -1,6 +1,6 @@ { "name": "@storefront-ui/react", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "sideEffects": false, "type": "module", diff --git a/packages/sfui/frameworks/vue/CHANGELOG.md b/packages/sfui/frameworks/vue/CHANGELOG.md index c618d81276..9c12e7fb60 100644 --- a/packages/sfui/frameworks/vue/CHANGELOG.md +++ b/packages/sfui/frameworks/vue/CHANGELOG.md @@ -1,5 +1,17 @@ # @storefront-ui/vue +## 3.1.0 + +### Minor Changes + +- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55) Thanks [@FRSgit](https://github.com/FRSgit)! - Bump version so it would match current state in npm + +### Patch Changes + +- Updated dependencies [[`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55)]: + - @storefront-ui/tailwind-config@3.1.0 + - @storefront-ui/shared@3.1.0 + ## 3.0.0 ### Major Changes diff --git a/packages/sfui/frameworks/vue/package.json b/packages/sfui/frameworks/vue/package.json index f1b847a8ed..ecad7101ac 100644 --- a/packages/sfui/frameworks/vue/package.json +++ b/packages/sfui/frameworks/vue/package.json @@ -1,6 +1,6 @@ { "name": "@storefront-ui/vue", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/shared/CHANGELOG.md b/packages/sfui/shared/CHANGELOG.md index 2af1bcead3..eba4283054 100644 --- a/packages/sfui/shared/CHANGELOG.md +++ b/packages/sfui/shared/CHANGELOG.md @@ -1,5 +1,11 @@ # @storefront-ui/shared +## 3.1.0 + +### Minor Changes + +- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55) Thanks [@FRSgit](https://github.com/FRSgit)! - Bump version so it would match current state in npm + ## 3.0.0 ### Major Changes diff --git a/packages/sfui/shared/package.json b/packages/sfui/shared/package.json index e631c83a8d..2a398a7a16 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": "3.0.0", + "version": "3.1.0", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/tw-plugin-peer-next/CHANGELOG.md b/packages/sfui/tw-plugin-peer-next/CHANGELOG.md index d37d14761a..77a17ac8dd 100644 --- a/packages/sfui/tw-plugin-peer-next/CHANGELOG.md +++ b/packages/sfui/tw-plugin-peer-next/CHANGELOG.md @@ -1,5 +1,11 @@ # @storefront-ui/tw-plugin-peer-next +## 3.1.0 + +### Minor Changes + +- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55) Thanks [@FRSgit](https://github.com/FRSgit)! - Bump version so it would match current state in npm + ## 3.0.0 ### Major Changes diff --git a/packages/sfui/tw-plugin-peer-next/package.json b/packages/sfui/tw-plugin-peer-next/package.json index ef427c610b..b8f24790a9 100644 --- a/packages/sfui/tw-plugin-peer-next/package.json +++ b/packages/sfui/tw-plugin-peer-next/package.json @@ -1,7 +1,7 @@ { "name": "@storefront-ui/tw-plugin-peer-next", "description": "SFUI peer-next plugin for Tailwind", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/typography/CHANGELOG.md b/packages/sfui/typography/CHANGELOG.md index a0c1d9a977..1c7454566e 100644 --- a/packages/sfui/typography/CHANGELOG.md +++ b/packages/sfui/typography/CHANGELOG.md @@ -1,5 +1,11 @@ # @storefront-ui/typography +## 3.1.0 + +### Minor Changes + +- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`e75c802`](https://github.com/vuestorefront/storefront-ui/commit/e75c802f4c3b6eaf5d4fdefdf8afd8048948be55) Thanks [@FRSgit](https://github.com/FRSgit)! - Bump version so it would match current state in npm + ## 3.0.0 ### Major Changes diff --git a/packages/sfui/typography/package.json b/packages/sfui/typography/package.json index bf1384a634..5cf6677799 100644 --- a/packages/sfui/typography/package.json +++ b/packages/sfui/typography/package.json @@ -1,7 +1,7 @@ { "name": "@storefront-ui/typography", "description": "SFUI typography plugin for Tailwind", - "version": "3.0.0", + "version": "3.1.0", "sideEffects": false, "license": "MIT", "exports": {