From 7773361e999749ea6aa2e41859c4c86f8c7aeb0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Oct 2023 17:43:51 +0000 Subject: [PATCH] ci: version packages --- .changeset/five-geese-serve.md | 6 ------ .changeset/flat-radios-do.md | 6 ------ .changeset/fresh-emus-care.md | 6 ------ .changeset/mighty-monkeys-occur.md | 8 -------- .changeset/sharp-scissors-heal.md | 6 ------ packages/sfui/frameworks/nuxt/CHANGELOG.md | 7 +++++++ packages/sfui/frameworks/nuxt/package.json | 2 +- packages/sfui/frameworks/react/CHANGELOG.md | 18 ++++++++++++++++++ packages/sfui/frameworks/react/package.json | 2 +- packages/sfui/frameworks/vue/CHANGELOG.md | 18 ++++++++++++++++++ packages/sfui/frameworks/vue/package.json | 2 +- 11 files changed, 46 insertions(+), 35 deletions(-) delete mode 100644 .changeset/five-geese-serve.md delete mode 100644 .changeset/flat-radios-do.md delete mode 100644 .changeset/fresh-emus-care.md delete mode 100644 .changeset/mighty-monkeys-occur.md delete mode 100644 .changeset/sharp-scissors-heal.md diff --git a/.changeset/five-geese-serve.md b/.changeset/five-geese-serve.md deleted file mode 100644 index 8cb149d8fc..0000000000 --- a/.changeset/five-geese-serve.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@storefront-ui/react': major -'@storefront-ui/vue': major ---- - -Breaking Change - Padding size for square variant of SfButton changed diff --git a/.changeset/flat-radios-do.md b/.changeset/flat-radios-do.md deleted file mode 100644 index 361c16f666..0000000000 --- a/.changeset/flat-radios-do.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@storefront-ui/react': major -'@storefront-ui/vue': major ---- - -Breaking Change - removed flex classes from wrapper for slot in SfListItem diff --git a/.changeset/fresh-emus-care.md b/.changeset/fresh-emus-care.md deleted file mode 100644 index 277858e08b..0000000000 --- a/.changeset/fresh-emus-care.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@storefront-ui/react': major -'@storefront-ui/vue': major ---- - -Breaking Change - Padding left and right in SfSelect changed from 14px and 16px to 12px diff --git a/.changeset/mighty-monkeys-occur.md b/.changeset/mighty-monkeys-occur.md deleted file mode 100644 index 6dec991b4c..0000000000 --- a/.changeset/mighty-monkeys-occur.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@storefront-ui/react': major -'@storefront-ui/vue': major ---- - -BREAKING CHANGE: Deprecated option `arrowKeysOn` from `useTrapFocus` is removed. -This option was separated and replaced by two more specialised options `arrowKeysLeftRight` and `arrowKeysUpDown`. -In order to migrate please one of those options or both. diff --git a/.changeset/sharp-scissors-heal.md b/.changeset/sharp-scissors-heal.md deleted file mode 100644 index 665322611b..0000000000 --- a/.changeset/sharp-scissors-heal.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@storefront-ui/react': minor -'@storefront-ui/vue': minor ---- - -Added props changing aria label for nav buttons in SfScrollable diff --git a/packages/sfui/frameworks/nuxt/CHANGELOG.md b/packages/sfui/frameworks/nuxt/CHANGELOG.md index 2916517992..8af0aa84d6 100644 --- a/packages/sfui/frameworks/nuxt/CHANGELOG.md +++ b/packages/sfui/frameworks/nuxt/CHANGELOG.md @@ -1,5 +1,12 @@ # @storefront-ui/nuxt +## 2.4.2 + +### Patch Changes + +- Updated dependencies [[`33935c6f7`](https://github.com/vuestorefront/storefront-ui/commit/33935c6f7d65892b6375a61ea0157367c6b12cd2), [`bbec9e1b2`](https://github.com/vuestorefront/storefront-ui/commit/bbec9e1b2a1e915fbbca23a1d5c94230652ac861), [`a2bb3a20d`](https://github.com/vuestorefront/storefront-ui/commit/a2bb3a20d7e902211e0dbb9c39fed3043597721e), [`727a19298`](https://github.com/vuestorefront/storefront-ui/commit/727a1929871eb9c8b7ea857b3f5cebdd3e51cf95), [`93107ab26`](https://github.com/vuestorefront/storefront-ui/commit/93107ab2664bd513e8074c2ee3069cf601fb8a17)]: + - @storefront-ui/vue@3.0.0 + ## 2.4.1 ### Patch Changes diff --git a/packages/sfui/frameworks/nuxt/package.json b/packages/sfui/frameworks/nuxt/package.json index 49abff9f7f..c7813c9458 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.1", + "version": "2.4.2", "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 afdf37dd86..0a269b9f7a 100644 --- a/packages/sfui/frameworks/react/CHANGELOG.md +++ b/packages/sfui/frameworks/react/CHANGELOG.md @@ -1,5 +1,23 @@ # @storefront-ui/react +## 3.0.0 + +### Major Changes + +- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`33935c6f7`](https://github.com/vuestorefront/storefront-ui/commit/33935c6f7d65892b6375a61ea0157367c6b12cd2) Thanks [@FRSgit](https://github.com/FRSgit)! - Breaking Change - Padding size for square variant of SfButton changed + +- [#2902](https://github.com/vuestorefront/storefront-ui/pull/2902) [`bbec9e1b2`](https://github.com/vuestorefront/storefront-ui/commit/bbec9e1b2a1e915fbbca23a1d5c94230652ac861) Thanks [@justyna-13](https://github.com/justyna-13)! - Breaking Change - removed flex classes from wrapper for slot in SfListItem + +- [#2864](https://github.com/vuestorefront/storefront-ui/pull/2864) [`a2bb3a20d`](https://github.com/vuestorefront/storefront-ui/commit/a2bb3a20d7e902211e0dbb9c39fed3043597721e) Thanks [@aniamusial](https://github.com/aniamusial)! - Breaking Change - Padding left and right in SfSelect changed from 14px and 16px to 12px + +- [#3008](https://github.com/vuestorefront/storefront-ui/pull/3008) [`727a19298`](https://github.com/vuestorefront/storefront-ui/commit/727a1929871eb9c8b7ea857b3f5cebdd3e51cf95) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - BREAKING CHANGE: Deprecated option `arrowKeysOn` from `useTrapFocus` is removed. + This option was separated and replaced by two more specialised options `arrowKeysLeftRight` and `arrowKeysUpDown`. + In order to migrate please one of those options or both. + +### Minor Changes + +- [#2848](https://github.com/vuestorefront/storefront-ui/pull/2848) [`93107ab26`](https://github.com/vuestorefront/storefront-ui/commit/93107ab2664bd513e8074c2ee3069cf601fb8a17) Thanks [@AdamPawlinski](https://github.com/AdamPawlinski)! - Added props changing aria label for nav buttons in SfScrollable + ## 2.4.1 ### Patch Changes diff --git a/packages/sfui/frameworks/react/package.json b/packages/sfui/frameworks/react/package.json index 289610c592..4aed85a3b8 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.1", + "version": "3.0.0", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/frameworks/vue/CHANGELOG.md b/packages/sfui/frameworks/vue/CHANGELOG.md index 00aa09468b..24c7576e50 100644 --- a/packages/sfui/frameworks/vue/CHANGELOG.md +++ b/packages/sfui/frameworks/vue/CHANGELOG.md @@ -1,5 +1,23 @@ # @storefront-ui/vue +## 3.0.0 + +### Major Changes + +- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`33935c6f7`](https://github.com/vuestorefront/storefront-ui/commit/33935c6f7d65892b6375a61ea0157367c6b12cd2) Thanks [@FRSgit](https://github.com/FRSgit)! - Breaking Change - Padding size for square variant of SfButton changed + +- [#2902](https://github.com/vuestorefront/storefront-ui/pull/2902) [`bbec9e1b2`](https://github.com/vuestorefront/storefront-ui/commit/bbec9e1b2a1e915fbbca23a1d5c94230652ac861) Thanks [@justyna-13](https://github.com/justyna-13)! - Breaking Change - removed flex classes from wrapper for slot in SfListItem + +- [#2864](https://github.com/vuestorefront/storefront-ui/pull/2864) [`a2bb3a20d`](https://github.com/vuestorefront/storefront-ui/commit/a2bb3a20d7e902211e0dbb9c39fed3043597721e) Thanks [@aniamusial](https://github.com/aniamusial)! - Breaking Change - Padding left and right in SfSelect changed from 14px and 16px to 12px + +- [#3008](https://github.com/vuestorefront/storefront-ui/pull/3008) [`727a19298`](https://github.com/vuestorefront/storefront-ui/commit/727a1929871eb9c8b7ea857b3f5cebdd3e51cf95) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - BREAKING CHANGE: Deprecated option `arrowKeysOn` from `useTrapFocus` is removed. + This option was separated and replaced by two more specialised options `arrowKeysLeftRight` and `arrowKeysUpDown`. + In order to migrate please one of those options or both. + +### Minor Changes + +- [#2848](https://github.com/vuestorefront/storefront-ui/pull/2848) [`93107ab26`](https://github.com/vuestorefront/storefront-ui/commit/93107ab2664bd513e8074c2ee3069cf601fb8a17) Thanks [@AdamPawlinski](https://github.com/AdamPawlinski)! - Added props changing aria label for nav buttons in SfScrollable + ## 2.4.1 ### Patch Changes diff --git a/packages/sfui/frameworks/vue/package.json b/packages/sfui/frameworks/vue/package.json index c4dbe74df4..f88368223e 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.1", + "version": "3.0.0", "license": "MIT", "sideEffects": false, "exports": {