From c07bc2bbfd63ec969cdf86bcfc972db5bf06d702 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:42:55 +0100 Subject: [PATCH] ci: version packages (#3079) Co-authored-by: github-actions[bot] --- .changeset/clever-colts-talk.md | 5 ----- .changeset/cyan-carpets-collect.md | 5 ----- .changeset/healthy-lies-wink.md | 6 ------ .changeset/slimy-rice-breathe.md | 6 ------ packages/config/tailwind/CHANGELOG.md | 11 +++++++++++ packages/config/tailwind/package.json | 2 +- packages/sfui/frameworks/nuxt/CHANGELOG.md | 7 +++++++ packages/sfui/frameworks/nuxt/package.json | 2 +- packages/sfui/frameworks/react/CHANGELOG.md | 11 +++++++++++ packages/sfui/frameworks/react/package.json | 2 +- packages/sfui/frameworks/vue/CHANGELOG.md | 9 +++++++++ packages/sfui/frameworks/vue/package.json | 2 +- packages/sfui/typography/CHANGELOG.md | 6 ++++++ packages/sfui/typography/package.json | 2 +- 14 files changed, 49 insertions(+), 27 deletions(-) delete mode 100644 .changeset/clever-colts-talk.md delete mode 100644 .changeset/cyan-carpets-collect.md delete mode 100644 .changeset/healthy-lies-wink.md delete mode 100644 .changeset/slimy-rice-breathe.md create mode 100644 packages/config/tailwind/CHANGELOG.md diff --git a/.changeset/clever-colts-talk.md b/.changeset/clever-colts-talk.md deleted file mode 100644 index 0286eb2462..0000000000 --- a/.changeset/clever-colts-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@storefront-ui/tailwind-config": patch ---- - -Change `Inter Display` into `Inter` diff --git a/.changeset/cyan-carpets-collect.md b/.changeset/cyan-carpets-collect.md deleted file mode 100644 index 467c8dba54..0000000000 --- a/.changeset/cyan-carpets-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@storefront-ui/react': patch ---- - -fix order inherit of attributes diff --git a/.changeset/healthy-lies-wink.md b/.changeset/healthy-lies-wink.md deleted file mode 100644 index 9bb31739e0..0000000000 --- a/.changeset/healthy-lies-wink.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@storefront-ui/tailwind-config": minor -"@storefront-ui/typography": minor ---- - -Change general rules for styling diff --git a/.changeset/slimy-rice-breathe.md b/.changeset/slimy-rice-breathe.md deleted file mode 100644 index 05741c1746..0000000000 --- a/.changeset/slimy-rice-breathe.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@storefront-ui/react": patch -"@storefront-ui/vue": patch ---- - -Add new alokai icon diff --git a/packages/config/tailwind/CHANGELOG.md b/packages/config/tailwind/CHANGELOG.md new file mode 100644 index 0000000000..41af0783d1 --- /dev/null +++ b/packages/config/tailwind/CHANGELOG.md @@ -0,0 +1,11 @@ +# @storefront-ui/tailwind-config + +## 2.4.0 + +### Minor Changes + +- [#3070](https://github.com/vuestorefront/storefront-ui/pull/3070) [`e15a3f6cb`](https://github.com/vuestorefront/storefront-ui/commit/e15a3f6cb56fd28b2e9a0bd525e9fcbde44d29f6) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Change general rules for styling + +### Patch Changes + +- [#3073](https://github.com/vuestorefront/storefront-ui/pull/3073) [`a40579d26`](https://github.com/vuestorefront/storefront-ui/commit/a40579d26c2912c5d4d05e1a833801e3e87901b3) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Change `Inter Display` into `Inter` diff --git a/packages/config/tailwind/package.json b/packages/config/tailwind/package.json index bfc0ca9d5b..767a5f5412 100644 --- a/packages/config/tailwind/package.json +++ b/packages/config/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@storefront-ui/tailwind-config", - "version": "2.3.1", + "version": "2.4.0", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/frameworks/nuxt/CHANGELOG.md b/packages/sfui/frameworks/nuxt/CHANGELOG.md index 3a80eefb4f..4fe3cfcbc9 100644 --- a/packages/sfui/frameworks/nuxt/CHANGELOG.md +++ b/packages/sfui/frameworks/nuxt/CHANGELOG.md @@ -1,5 +1,12 @@ # @storefront-ui/nuxt +## 2.4.4 + +### Patch Changes + +- Updated dependencies [[`e15a3f6cb`](https://github.com/vuestorefront/storefront-ui/commit/e15a3f6cb56fd28b2e9a0bd525e9fcbde44d29f6)]: + - @storefront-ui/vue@2.6.1 + ## 2.4.3 ### Patch Changes diff --git a/packages/sfui/frameworks/nuxt/package.json b/packages/sfui/frameworks/nuxt/package.json index ae2bbd4b71..edc5a06252 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.3", + "version": "2.4.4", "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 29cd052101..ac1cc9005f 100644 --- a/packages/sfui/frameworks/react/CHANGELOG.md +++ b/packages/sfui/frameworks/react/CHANGELOG.md @@ -1,5 +1,16 @@ # @storefront-ui/react +## 2.6.1 + +### Patch Changes + +- [#3028](https://github.com/vuestorefront/storefront-ui/pull/3028) [`dd5ab48d0`](https://github.com/vuestorefront/storefront-ui/commit/dd5ab48d0f3b153d719004350249a87a6a7335ee) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - fix order inherit of attributes + +- [#3070](https://github.com/vuestorefront/storefront-ui/pull/3070) [`e15a3f6cb`](https://github.com/vuestorefront/storefront-ui/commit/e15a3f6cb56fd28b2e9a0bd525e9fcbde44d29f6) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Add new alokai icon + +- Updated dependencies [[`a40579d26`](https://github.com/vuestorefront/storefront-ui/commit/a40579d26c2912c5d4d05e1a833801e3e87901b3), [`e15a3f6cb`](https://github.com/vuestorefront/storefront-ui/commit/e15a3f6cb56fd28b2e9a0bd525e9fcbde44d29f6)]: + - @storefront-ui/tailwind-config@2.4.0 + ## 2.6.0 ### Minor Changes diff --git a/packages/sfui/frameworks/react/package.json b/packages/sfui/frameworks/react/package.json index f1a634d4e2..073dbd64af 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.6.0", + "version": "2.6.1", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/frameworks/vue/CHANGELOG.md b/packages/sfui/frameworks/vue/CHANGELOG.md index 30965dbb7b..40f5ded37c 100644 --- a/packages/sfui/frameworks/vue/CHANGELOG.md +++ b/packages/sfui/frameworks/vue/CHANGELOG.md @@ -1,5 +1,14 @@ # @storefront-ui/vue +## 2.6.1 + +### Patch Changes + +- [#3070](https://github.com/vuestorefront/storefront-ui/pull/3070) [`e15a3f6cb`](https://github.com/vuestorefront/storefront-ui/commit/e15a3f6cb56fd28b2e9a0bd525e9fcbde44d29f6) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Add new alokai icon + +- Updated dependencies [[`a40579d26`](https://github.com/vuestorefront/storefront-ui/commit/a40579d26c2912c5d4d05e1a833801e3e87901b3), [`e15a3f6cb`](https://github.com/vuestorefront/storefront-ui/commit/e15a3f6cb56fd28b2e9a0bd525e9fcbde44d29f6)]: + - @storefront-ui/tailwind-config@2.4.0 + ## 2.6.0 ### Minor Changes diff --git a/packages/sfui/frameworks/vue/package.json b/packages/sfui/frameworks/vue/package.json index a0d59a4522..6e0cc0a6f6 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.6.0", + "version": "2.6.1", "license": "MIT", "sideEffects": false, "exports": { diff --git a/packages/sfui/typography/CHANGELOG.md b/packages/sfui/typography/CHANGELOG.md index 835d4b3517..a49d888e18 100644 --- a/packages/sfui/typography/CHANGELOG.md +++ b/packages/sfui/typography/CHANGELOG.md @@ -1,5 +1,11 @@ # @storefront-ui/typography +## 2.5.0 + +### Minor Changes + +- [#3070](https://github.com/vuestorefront/storefront-ui/pull/3070) [`e15a3f6cb`](https://github.com/vuestorefront/storefront-ui/commit/e15a3f6cb56fd28b2e9a0bd525e9fcbde44d29f6) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Change general rules for styling + ## 2.4.0 ### Minor Changes diff --git a/packages/sfui/typography/package.json b/packages/sfui/typography/package.json index d8155900d7..901ff68c5b 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.4.0", + "version": "2.5.0", "sideEffects": false, "license": "MIT", "exports": {