From 66e60197716b05dd175697be2c20a731c2378fcd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 14:26:34 +0200 Subject: [PATCH] ci: version packages (#2906) Co-authored-by: github-actions[bot] --- .changeset/sharp-scissors-heal.md | 6 ------ .changeset/two-ads-fix.md | 7 ------- packages/sfui/frameworks/nuxt/CHANGELOG.md | 7 +++++++ packages/sfui/frameworks/nuxt/package.json | 2 +- packages/sfui/frameworks/react/CHANGELOG.md | 13 +++++++++++++ packages/sfui/frameworks/react/package.json | 2 +- packages/sfui/frameworks/vue/CHANGELOG.md | 13 +++++++++++++ packages/sfui/frameworks/vue/package.json | 2 +- packages/sfui/shared/CHANGELOG.md | 6 ++++++ packages/sfui/shared/package.json | 2 +- 10 files changed, 43 insertions(+), 17 deletions(-) delete mode 100644 .changeset/sharp-scissors-heal.md delete mode 100644 .changeset/two-ads-fix.md 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/.changeset/two-ads-fix.md b/.changeset/two-ads-fix.md deleted file mode 100644 index 5c9132eee5..0000000000 --- a/.changeset/two-ads-fix.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@storefront-ui/react': minor -'@storefront-ui/vue': minor -'@storefront-ui/shared': minor ---- - -Added textarea base component diff --git a/packages/sfui/frameworks/nuxt/CHANGELOG.md b/packages/sfui/frameworks/nuxt/CHANGELOG.md index 2916517992..3d39a3257b 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 [[`93107ab26`](https://github.com/vuestorefront/storefront-ui/commit/93107ab2664bd513e8074c2ee3069cf601fb8a17), [`aa9c2f328`](https://github.com/vuestorefront/storefront-ui/commit/aa9c2f328df419a929f06aa7b2053baef9830d60)]: + - @storefront-ui/vue@2.5.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..6917d66199 100644 --- a/packages/sfui/frameworks/react/CHANGELOG.md +++ b/packages/sfui/frameworks/react/CHANGELOG.md @@ -1,5 +1,18 @@ # @storefront-ui/react +## 2.5.0 + +### 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 + +- [#2880](https://github.com/vuestorefront/storefront-ui/pull/2880) [`aa9c2f328`](https://github.com/vuestorefront/storefront-ui/commit/aa9c2f328df419a929f06aa7b2053baef9830d60) Thanks [@AdamPawlinski](https://github.com/AdamPawlinski)! - Added textarea base component + +### Patch Changes + +- Updated dependencies [[`aa9c2f328`](https://github.com/vuestorefront/storefront-ui/commit/aa9c2f328df419a929f06aa7b2053baef9830d60)]: + - @storefront-ui/shared@2.5.0 + ## 2.4.1 ### Patch Changes diff --git a/packages/sfui/frameworks/react/package.json b/packages/sfui/frameworks/react/package.json index 289610c592..0f9f86d7cf 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": "2.5.0", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/frameworks/vue/CHANGELOG.md b/packages/sfui/frameworks/vue/CHANGELOG.md index 00aa09468b..dc0a7b65ba 100644 --- a/packages/sfui/frameworks/vue/CHANGELOG.md +++ b/packages/sfui/frameworks/vue/CHANGELOG.md @@ -1,5 +1,18 @@ # @storefront-ui/vue +## 2.5.0 + +### 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 + +- [#2880](https://github.com/vuestorefront/storefront-ui/pull/2880) [`aa9c2f328`](https://github.com/vuestorefront/storefront-ui/commit/aa9c2f328df419a929f06aa7b2053baef9830d60) Thanks [@AdamPawlinski](https://github.com/AdamPawlinski)! - Added textarea base component + +### Patch Changes + +- Updated dependencies [[`aa9c2f328`](https://github.com/vuestorefront/storefront-ui/commit/aa9c2f328df419a929f06aa7b2053baef9830d60)]: + - @storefront-ui/shared@2.5.0 + ## 2.4.1 ### Patch Changes diff --git a/packages/sfui/frameworks/vue/package.json b/packages/sfui/frameworks/vue/package.json index c4dbe74df4..aa9050369d 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": "2.5.0", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/shared/CHANGELOG.md b/packages/sfui/shared/CHANGELOG.md index a96ed4330e..4f08b83739 100644 --- a/packages/sfui/shared/CHANGELOG.md +++ b/packages/sfui/shared/CHANGELOG.md @@ -1,5 +1,11 @@ # @storefront-ui/shared +## 2.5.0 + +### Minor Changes + +- [#2880](https://github.com/vuestorefront/storefront-ui/pull/2880) [`aa9c2f328`](https://github.com/vuestorefront/storefront-ui/commit/aa9c2f328df419a929f06aa7b2053baef9830d60) Thanks [@AdamPawlinski](https://github.com/AdamPawlinski)! - Added textarea base component + ## 2.4.1 ### Patch Changes diff --git a/packages/sfui/shared/package.json b/packages/sfui/shared/package.json index 32021285f0..cafad355d8 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.1", + "version": "2.5.0", "license": "MIT", "sideEffects": false, "exports": {