diff --git a/.changeset/brave-foxes-confess.md b/.changeset/brave-foxes-confess.md deleted file mode 100644 index 066f484115..0000000000 --- a/.changeset/brave-foxes-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@storefront-ui/typography': minor ---- - -Add typography-hint-xs and typography-error-xs classes diff --git a/.changeset/chatty-cameras-leave.md b/.changeset/chatty-cameras-leave.md deleted file mode 100644 index 502cc2ae6a..0000000000 --- a/.changeset/chatty-cameras-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@storefront-ui/react': patch ---- - -Fix inhertiance of react icons, possibility to alter default attributes diff --git a/.changeset/dry-humans-wave.md b/.changeset/dry-humans-wave.md deleted file mode 100644 index d2afa4619c..0000000000 --- a/.changeset/dry-humans-wave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@storefront-ui/react': minor -'@storefront-ui/vue': minor ---- - -New prop for defining tags for children in SfListItem component diff --git a/.changeset/fast-pugs-warn.md b/.changeset/fast-pugs-warn.md deleted file mode 100644 index a7e03463ac..0000000000 --- a/.changeset/fast-pugs-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@storefront-ui/react': patch ---- - -Import types from package in SfBadge diff --git a/.changeset/four-elephants-wait.md b/.changeset/four-elephants-wait.md deleted file mode 100644 index 4ad347aba7..0000000000 --- a/.changeset/four-elephants-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@storefront-ui/vue': patch ---- - -Correct usage of `v-model` in SfSelect diff --git a/.changeset/rude-berries-beg.md b/.changeset/rude-berries-beg.md deleted file mode 100644 index f7fa6f5bcf..0000000000 --- a/.changeset/rude-berries-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@storefront-ui/vue': patch ---- - -Fix wrong binding in components, user should overwrite data-testid diff --git a/.changeset/short-lions-develop.md b/.changeset/short-lions-develop.md deleted file mode 100644 index 8ec88e5826..0000000000 --- a/.changeset/short-lions-develop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@storefront-ui/react': patch -'@storefront-ui/vue': patch ---- - -Unify code between vue and react, when buttons are disabled in floating button position mode they should be hidden diff --git a/.changeset/weak-terms-search.md b/.changeset/weak-terms-search.md deleted file mode 100644 index 46bc282257..0000000000 --- a/.changeset/weak-terms-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@storefront-ui/react': patch ---- - -Fix `aria-label` casing in `SfScrollable` diff --git a/.changeset/wise-bananas-build.md b/.changeset/wise-bananas-build.md deleted file mode 100644 index ff5c2803dd..0000000000 --- a/.changeset/wise-bananas-build.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@storefront-ui/react': patch -'@storefront-ui/vue': patch ---- - -Remove redundant `selected` attribute from `SfSelect` placeholder diff --git a/packages/sfui/frameworks/nuxt/CHANGELOG.md b/packages/sfui/frameworks/nuxt/CHANGELOG.md index 3d39a3257b..3a80eefb4f 100644 --- a/packages/sfui/frameworks/nuxt/CHANGELOG.md +++ b/packages/sfui/frameworks/nuxt/CHANGELOG.md @@ -1,5 +1,12 @@ # @storefront-ui/nuxt +## 2.4.3 + +### Patch Changes + +- Updated dependencies [[`d5df1cd79`](https://github.com/vuestorefront/storefront-ui/commit/d5df1cd79ca123d54c70a17cfeb7cc4f50eac8f8), [`b227ddd8e`](https://github.com/vuestorefront/storefront-ui/commit/b227ddd8e46dbf10a9876e2aba266d68838087fc), [`fae7ba0de`](https://github.com/vuestorefront/storefront-ui/commit/fae7ba0de7919962c6692e9a044d577d2d4e90c3), [`6bf2b3fbc`](https://github.com/vuestorefront/storefront-ui/commit/6bf2b3fbc83810b00ff2a3b63976444497d0f277), [`1667e4fa2`](https://github.com/vuestorefront/storefront-ui/commit/1667e4fa2ccc495b38227930980c1eb52220f837)]: + - @storefront-ui/vue@2.6.0 + ## 2.4.2 ### Patch Changes diff --git a/packages/sfui/frameworks/nuxt/package.json b/packages/sfui/frameworks/nuxt/package.json index 8ed16f6c2a..840219f441 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.4.2", + "version": "2.4.3", "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 6917d66199..29cd052101 100644 --- a/packages/sfui/frameworks/react/CHANGELOG.md +++ b/packages/sfui/frameworks/react/CHANGELOG.md @@ -1,5 +1,23 @@ # @storefront-ui/react +## 2.6.0 + +### Minor Changes + +- [#2888](https://github.com/vuestorefront/storefront-ui/pull/2888) [`d5df1cd79`](https://github.com/vuestorefront/storefront-ui/commit/d5df1cd79ca123d54c70a17cfeb7cc4f50eac8f8) Thanks [@justyna-13](https://github.com/justyna-13)! - New prop for defining tags for children in SfListItem component + +### Patch Changes + +- [#3005](https://github.com/vuestorefront/storefront-ui/pull/3005) [`e82aa920e`](https://github.com/vuestorefront/storefront-ui/commit/e82aa920ecaa58ec7bd50204a6e6a165d5341958) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Fix inhertiance of react icons, possibility to alter default attributes + +- [#2939](https://github.com/vuestorefront/storefront-ui/pull/2939) [`d57c3cfe3`](https://github.com/vuestorefront/storefront-ui/commit/d57c3cfe32ae3816c80e7a08efd8ae359cc02833) Thanks [@filrak](https://github.com/filrak)! - Import types from package in SfBadge + +- [#2936](https://github.com/vuestorefront/storefront-ui/pull/2936) [`6bf2b3fbc`](https://github.com/vuestorefront/storefront-ui/commit/6bf2b3fbc83810b00ff2a3b63976444497d0f277) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Unify code between vue and react, when buttons are disabled in floating button position mode they should be hidden + +- [#2946](https://github.com/vuestorefront/storefront-ui/pull/2946) [`979c29ee9`](https://github.com/vuestorefront/storefront-ui/commit/979c29ee91b3289e6514314ca7c841e457ca3ec0) Thanks [@jagoral](https://github.com/jagoral)! - Fix `aria-label` casing in `SfScrollable` + +- [#2947](https://github.com/vuestorefront/storefront-ui/pull/2947) [`1667e4fa2`](https://github.com/vuestorefront/storefront-ui/commit/1667e4fa2ccc495b38227930980c1eb52220f837) Thanks [@jagoral](https://github.com/jagoral)! - Remove redundant `selected` attribute from `SfSelect` placeholder + ## 2.5.0 ### Minor Changes diff --git a/packages/sfui/frameworks/react/package.json b/packages/sfui/frameworks/react/package.json index 368c4e3b9c..f1a634d4e2 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.5.0", + "version": "2.6.0", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/frameworks/vue/CHANGELOG.md b/packages/sfui/frameworks/vue/CHANGELOG.md index dc0a7b65ba..30965dbb7b 100644 --- a/packages/sfui/frameworks/vue/CHANGELOG.md +++ b/packages/sfui/frameworks/vue/CHANGELOG.md @@ -1,5 +1,21 @@ # @storefront-ui/vue +## 2.6.0 + +### Minor Changes + +- [#2888](https://github.com/vuestorefront/storefront-ui/pull/2888) [`d5df1cd79`](https://github.com/vuestorefront/storefront-ui/commit/d5df1cd79ca123d54c70a17cfeb7cc4f50eac8f8) Thanks [@justyna-13](https://github.com/justyna-13)! - New prop for defining tags for children in SfListItem component + +### Patch Changes + +- [#2933](https://github.com/vuestorefront/storefront-ui/pull/2933) [`b227ddd8e`](https://github.com/vuestorefront/storefront-ui/commit/b227ddd8e46dbf10a9876e2aba266d68838087fc) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Correct usage of `v-model` in SfSelect + +- [#2988](https://github.com/vuestorefront/storefront-ui/pull/2988) [`fae7ba0de`](https://github.com/vuestorefront/storefront-ui/commit/fae7ba0de7919962c6692e9a044d577d2d4e90c3) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Fix wrong binding in components, user should overwrite data-testid + +- [#2936](https://github.com/vuestorefront/storefront-ui/pull/2936) [`6bf2b3fbc`](https://github.com/vuestorefront/storefront-ui/commit/6bf2b3fbc83810b00ff2a3b63976444497d0f277) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Unify code between vue and react, when buttons are disabled in floating button position mode they should be hidden + +- [#2947](https://github.com/vuestorefront/storefront-ui/pull/2947) [`1667e4fa2`](https://github.com/vuestorefront/storefront-ui/commit/1667e4fa2ccc495b38227930980c1eb52220f837) Thanks [@jagoral](https://github.com/jagoral)! - Remove redundant `selected` attribute from `SfSelect` placeholder + ## 2.5.0 ### Minor Changes diff --git a/packages/sfui/frameworks/vue/package.json b/packages/sfui/frameworks/vue/package.json index 907fd89673..a0d59a4522 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.5.0", + "version": "2.6.0", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/typography/CHANGELOG.md b/packages/sfui/typography/CHANGELOG.md new file mode 100644 index 0000000000..835d4b3517 --- /dev/null +++ b/packages/sfui/typography/CHANGELOG.md @@ -0,0 +1,7 @@ +# @storefront-ui/typography + +## 2.4.0 + +### Minor Changes + +- [#3006](https://github.com/vuestorefront/storefront-ui/pull/3006) [`c753696d1`](https://github.com/vuestorefront/storefront-ui/commit/c753696d1a9a84be11072b58035febfd1bee215e) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Add typography-hint-xs and typography-error-xs classes diff --git a/packages/sfui/typography/package.json b/packages/sfui/typography/package.json index 010f6fc5e1..d8155900d7 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": "2.3.1", + "version": "2.4.0", "sideEffects": false, "license": "MIT", "exports": {