diff --git a/.changeset/few-panthers-approve.md b/.changeset/few-panthers-approve.md deleted file mode 100644 index 9ddd176dad..0000000000 --- a/.changeset/few-panthers-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@storefront-ui/react": patch ---- - -[FIXED] Mark SfInput as client component diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 0dee2af2fa..0000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "mode": "exit", - "tag": "rc", - "initialVersions": { - "@storefront-ui/docs": "0.0.0", - "@storefront-ui/preview-next": "0.1.0", - "@storefront-ui/preview-nuxt": "0.0.0", - "@storefront-ui/preview-shared": "0.0.0", - "@storefront-ui/react-test": "0.0.0", - "@storefront-ui/vue-test": "0.0.0", - "@storefront-ui/eslint-config": "0.0.0", - "@storefront-ui/example-style": "0.0.0", - "@storefront-ui/tailwind-config": "2.5.1", - "@storefront-ui/typescript-config": "0.0.0", - "@storefront-ui/nuxt": "2.4.6", - "@storefront-ui/react": "2.6.3", - "@storefront-ui/vue": "2.6.3", - "@storefront-ui/shared": "2.5.1", - "@storefront-ui/tw-plugin-peer-next": "2.3.3", - "@storefront-ui/typography": "2.6.1", - "@storefront-ui/tests": "0.0.0" - }, - "changesets": [ - "few-panthers-approve", - "rich-numbers-end" - ] -} diff --git a/.changeset/rich-numbers-end.md b/.changeset/rich-numbers-end.md deleted file mode 100644 index cafe8ec447..0000000000 --- a/.changeset/rich-numbers-end.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@storefront-ui/react": minor ---- - -[CHANGED] Implemented `use client` directive in components: -- `SfAccordionItem` -- `SfDrawer` -- `SfDropdown` -- `SfModal` -- `SfRatingButton` -- `SfScrollable` -- `SfSelect` -- `SfTextarea` -- `SfTooltip` diff --git a/packages/sfui/frameworks/react/CHANGELOG.md b/packages/sfui/frameworks/react/CHANGELOG.md index 350ce7c36b..ef2811446f 100644 --- a/packages/sfui/frameworks/react/CHANGELOG.md +++ b/packages/sfui/frameworks/react/CHANGELOG.md @@ -1,5 +1,24 @@ # @storefront-ui/react +## 2.7.0 + +### Minor Changes + +- [#3148](https://github.com/vuestorefront/storefront-ui/pull/3148) [`34b7107`](https://github.com/vuestorefront/storefront-ui/commit/34b7107053521733301a719822383ea056a96f4c) Thanks [@Razz21](https://github.com/Razz21)! - [CHANGED] Implemented `use client` directive in components: + - `SfAccordionItem` + - `SfDrawer` + - `SfDropdown` + - `SfModal` + - `SfRatingButton` + - `SfScrollable` + - `SfSelect` + - `SfTextarea` + - `SfTooltip` + +### Patch Changes + +- [#3157](https://github.com/vuestorefront/storefront-ui/pull/3157) [`a9cd099`](https://github.com/vuestorefront/storefront-ui/commit/a9cd09921c29decf8647e486b4ee573cb89d8fe8) Thanks [@Razz21](https://github.com/Razz21)! - [FIXED] Mark SfInput as client component + ## 2.7.0-rc.1 ### Patch Changes diff --git a/packages/sfui/frameworks/react/package.json b/packages/sfui/frameworks/react/package.json index 8ec16c0187..946e577cf0 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.7.0-rc.1", + "version": "2.7.0", "license": "MIT", "sideEffects": false, "type": "module",