From d47f6c834bd720a52394cf7e1bd4497eb18afe95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Jan 2024 08:04:29 +0000 Subject: [PATCH] Version Packages --- .changeset/fresh-donuts-love.md | 5 ----- .changeset/green-plants-whisper.md | 5 ----- .changeset/odd-spoons-know.md | 5 ----- .changeset/odd-teachers-prove.md | 5 ----- .changeset/rotten-beers-hunt.md | 6 ------ .changeset/seven-baboons-count.md | 5 ----- .changeset/tender-radios-begin.md | 5 ----- .changeset/tiny-actors-applaud.md | 7 ------- config/storybook/CHANGELOG.md | 9 +++++++++ config/storybook/package.json | 2 +- docs/CHANGELOG.md | 11 +++++++++++ docs/package.json | 2 +- packages/components/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/components/package.json | 2 +- packages/icons/CHANGELOG.md | 7 +++++++ packages/icons/package.json | 2 +- packages/system/CHANGELOG.md | 6 ++++++ packages/system/package.json | 2 +- packages/theme-preset/CHANGELOG.md | 11 +++++++++++ packages/theme-preset/package.json | 2 +- themes/theme-b2b/CHANGELOG.md | 13 +++++++++++++ themes/theme-b2b/package.json | 2 +- themes/theme-core/CHANGELOG.md | 13 +++++++++++++ themes/theme-core/package.json | 2 +- 24 files changed, 100 insertions(+), 51 deletions(-) delete mode 100644 .changeset/fresh-donuts-love.md delete mode 100644 .changeset/green-plants-whisper.md delete mode 100644 .changeset/odd-spoons-know.md delete mode 100644 .changeset/odd-teachers-prove.md delete mode 100644 .changeset/rotten-beers-hunt.md delete mode 100644 .changeset/seven-baboons-count.md delete mode 100644 .changeset/tender-radios-begin.md delete mode 100644 .changeset/tiny-actors-applaud.md diff --git a/.changeset/fresh-donuts-love.md b/.changeset/fresh-donuts-love.md deleted file mode 100644 index a9c002f23f..0000000000 --- a/.changeset/fresh-donuts-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marigold/theme-core": patch ---- - -feat: add new bluer blue color palette to core theme diff --git a/.changeset/green-plants-whisper.md b/.changeset/green-plants-whisper.md deleted file mode 100644 index d78d9ffca5..0000000000 --- a/.changeset/green-plants-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marigold/components": patch ---- - -fix([DSTSUP-23]): Correctly prefix days/months with zeroes diff --git a/.changeset/odd-spoons-know.md b/.changeset/odd-spoons-know.md deleted file mode 100644 index cbcb75f8cc..0000000000 --- a/.changeset/odd-spoons-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marigold/theme-core": patch ---- - -[DSTSUP-20]: fix border token for input styles in core theme diff --git a/.changeset/odd-teachers-prove.md b/.changeset/odd-teachers-prove.md deleted file mode 100644 index 2fbf7a380d..0000000000 --- a/.changeset/odd-teachers-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marigold/components": patch ---- - -fix([DSTSUP-19]): Allow Popovers to outgrow their trigger element diff --git a/.changeset/rotten-beers-hunt.md b/.changeset/rotten-beers-hunt.md deleted file mode 100644 index 81d8a516aa..0000000000 --- a/.changeset/rotten-beers-hunt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marigold/components": minor -"@marigold/system": minor ---- - -feat: `getColor` util diff --git a/.changeset/seven-baboons-count.md b/.changeset/seven-baboons-count.md deleted file mode 100644 index ebfe841bab..0000000000 --- a/.changeset/seven-baboons-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marigold/components": minor ---- - -feat: Expose `I18nProvider` diff --git a/.changeset/tender-radios-begin.md b/.changeset/tender-radios-begin.md deleted file mode 100644 index 690a416225..0000000000 --- a/.changeset/tender-radios-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marigold/components": patch ---- - -Adding onClear prop over Autocomplete component diff --git a/.changeset/tiny-actors-applaud.md b/.changeset/tiny-actors-applaud.md deleted file mode 100644 index be6c3bcaa6..0000000000 --- a/.changeset/tiny-actors-applaud.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@marigold/components": minor -"@marigold/theme-preset": minor -"@marigold/theme-b2b": major ---- - -DST-[266]:feat: use new b2b tokens in code diff --git a/config/storybook/CHANGELOG.md b/config/storybook/CHANGELOG.md index 903d794f1d..e61b12d632 100644 --- a/config/storybook/CHANGELOG.md +++ b/config/storybook/CHANGELOG.md @@ -1,5 +1,14 @@ # @marigold/storybook-config +## 1.1.27 + +### Patch Changes + +- Updated dependencies [[`b5cb086`](https://github.com/marigold-ui/marigold/commit/b5cb08634900c007060b50b4055c7c75847e4598), [`34a7482`](https://github.com/marigold-ui/marigold/commit/34a748234747b91cb3b4fb9cb4c6708508ac05aa), [`645ab22`](https://github.com/marigold-ui/marigold/commit/645ab22b911079c8d874c980cc137005e94dd69c), [`fd16ef5`](https://github.com/marigold-ui/marigold/commit/fd16ef5f593d0bebaff24563edf663ad5a542feb), [`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576), [`8b6f34a`](https://github.com/marigold-ui/marigold/commit/8b6f34abf562158ea4bfbd6ad7a8a33c143a929f), [`7e3aa28`](https://github.com/marigold-ui/marigold/commit/7e3aa287a2d3987ff82d2f7cda37194db3533cfa), [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4)]: + - @marigold/theme-core@26.0.3 + - @marigold/components@7.3.0 + - @marigold/theme-b2b@27.0.0 + ## 1.1.26 ### Patch Changes diff --git a/config/storybook/package.json b/config/storybook/package.json index 4f1be93b35..4544a41975 100644 --- a/config/storybook/package.json +++ b/config/storybook/package.json @@ -1,7 +1,7 @@ { "name": "@marigold/storybook-config", "description": "Marigold's storybook configuration", - "version": "1.1.26", + "version": "1.1.27", "license": "MIT", "exports": "./main.js", "keywords": [ diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6bd4ebeba4..d01ba85244 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,16 @@ # @marigold/docs +## 7.3.0 + +### Patch Changes + +- Updated dependencies [[`b5cb086`](https://github.com/marigold-ui/marigold/commit/b5cb08634900c007060b50b4055c7c75847e4598), [`34a7482`](https://github.com/marigold-ui/marigold/commit/34a748234747b91cb3b4fb9cb4c6708508ac05aa), [`645ab22`](https://github.com/marigold-ui/marigold/commit/645ab22b911079c8d874c980cc137005e94dd69c), [`fd16ef5`](https://github.com/marigold-ui/marigold/commit/fd16ef5f593d0bebaff24563edf663ad5a542feb), [`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576), [`8b6f34a`](https://github.com/marigold-ui/marigold/commit/8b6f34abf562158ea4bfbd6ad7a8a33c143a929f), [`7e3aa28`](https://github.com/marigold-ui/marigold/commit/7e3aa287a2d3987ff82d2f7cda37194db3533cfa), [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4)]: + - @marigold/theme-core@26.0.3 + - @marigold/components@7.3.0 + - @marigold/theme-preset@1.3.0 + - @marigold/theme-b2b@27.0.0 + - @marigold/icons@1.2.35 + ## 7.2.0 ### Minor Changes diff --git a/docs/package.json b/docs/package.json index 17716d1252..e0daae9a72 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/docs", - "version": "7.2.0", + "version": "7.3.0", "private": true, "scripts": { "dev": "pnpm registry && next dev", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index bcfa625841..7aa54d10d7 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,27 @@ # @marigold/components +## 7.3.0 + +### Minor Changes + +- [#3644](https://github.com/marigold-ui/marigold/pull/3644) [`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576) Thanks [@sebald](https://github.com/sebald)! - feat: `getColor` util + +- [#3651](https://github.com/marigold-ui/marigold/pull/3651) [`8b6f34a`](https://github.com/marigold-ui/marigold/commit/8b6f34abf562158ea4bfbd6ad7a8a33c143a929f) Thanks [@sebald](https://github.com/sebald)! - feat: Expose `I18nProvider` + +- [#3621](https://github.com/marigold-ui/marigold/pull/3621) [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4) Thanks [@sarahgm](https://github.com/sarahgm)! - DST-[266]:feat: use new b2b tokens in code + +### Patch Changes + +- [#3653](https://github.com/marigold-ui/marigold/pull/3653) [`34a7482`](https://github.com/marigold-ui/marigold/commit/34a748234747b91cb3b4fb9cb4c6708508ac05aa) Thanks [@sebald](https://github.com/sebald)! - fix([DSTSUP-23]): Correctly prefix days/months with zeroes + +- [#3654](https://github.com/marigold-ui/marigold/pull/3654) [`fd16ef5`](https://github.com/marigold-ui/marigold/commit/fd16ef5f593d0bebaff24563edf663ad5a542feb) Thanks [@sebald](https://github.com/sebald)! - fix([DSTSUP-19]): Allow Popovers to outgrow their trigger element + +- [#3645](https://github.com/marigold-ui/marigold/pull/3645) [`7e3aa28`](https://github.com/marigold-ui/marigold/commit/7e3aa287a2d3987ff82d2f7cda37194db3533cfa) Thanks [@OsamaAbdellateef](https://github.com/OsamaAbdellateef)! - Adding onClear prop over Autocomplete component + +- Updated dependencies [[`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576)]: + - @marigold/system@7.3.0 + - @marigold/icons@1.2.35 + ## 7.2.0 ### Minor Changes diff --git a/packages/components/package.json b/packages/components/package.json index 6ca842105f..40971866f0 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/components", - "version": "7.2.0", + "version": "7.3.0", "description": "Components for the Marigold Design System", "license": "MIT", "keywords": [ diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index d3dc27347d..5c19f25fcf 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,12 @@ # @marigold/icons +## 1.2.35 + +### Patch Changes + +- Updated dependencies [[`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576)]: + - @marigold/system@7.3.0 + ## 1.2.34 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index e0e9fe0335..b6a7ca679d 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@marigold/icons", "description": "Marigold Icons", - "version": "1.2.34", + "version": "1.2.35", "license": "MIT", "keywords": [ "marigold", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index acc8eb5cd9..b0fcedd9e4 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,11 @@ # @marigold/system +## 7.3.0 + +### Minor Changes + +- [#3644](https://github.com/marigold-ui/marigold/pull/3644) [`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576) Thanks [@sebald](https://github.com/sebald)! - feat: `getColor` util + ## 7.2.0 ### Minor Changes diff --git a/packages/system/package.json b/packages/system/package.json index 649d2b518f..c6be7c80f4 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/system", - "version": "7.2.0", + "version": "7.3.0", "description": "Marigold System Library", "license": "MIT", "keywords": [ diff --git a/packages/theme-preset/CHANGELOG.md b/packages/theme-preset/CHANGELOG.md index 825850bdf4..2553d2ac6e 100644 --- a/packages/theme-preset/CHANGELOG.md +++ b/packages/theme-preset/CHANGELOG.md @@ -1,5 +1,16 @@ # @marigold/theme-preset +## 1.3.0 + +### Minor Changes + +- [#3621](https://github.com/marigold-ui/marigold/pull/3621) [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4) Thanks [@sarahgm](https://github.com/sarahgm)! - DST-[266]:feat: use new b2b tokens in code + +### Patch Changes + +- Updated dependencies [[`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576)]: + - @marigold/system@7.3.0 + ## 1.2.8 ### Patch Changes diff --git a/packages/theme-preset/package.json b/packages/theme-preset/package.json index 33f39a0213..1a213a71c4 100644 --- a/packages/theme-preset/package.json +++ b/packages/theme-preset/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/theme-preset", - "version": "1.2.8", + "version": "1.3.0", "description": "Create a tailwind Preset for Marigold", "license": "MIT", "keywords": [ diff --git a/themes/theme-b2b/CHANGELOG.md b/themes/theme-b2b/CHANGELOG.md index e5f52697c1..b445fc0e89 100644 --- a/themes/theme-b2b/CHANGELOG.md +++ b/themes/theme-b2b/CHANGELOG.md @@ -1,5 +1,18 @@ # @marigold/theme-b2b +## 27.0.0 + +### Major Changes + +- [#3621](https://github.com/marigold-ui/marigold/pull/3621) [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4) Thanks [@sarahgm](https://github.com/sarahgm)! - DST-[266]:feat: use new b2b tokens in code + +### Patch Changes + +- Updated dependencies [[`34a7482`](https://github.com/marigold-ui/marigold/commit/34a748234747b91cb3b4fb9cb4c6708508ac05aa), [`fd16ef5`](https://github.com/marigold-ui/marigold/commit/fd16ef5f593d0bebaff24563edf663ad5a542feb), [`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576), [`8b6f34a`](https://github.com/marigold-ui/marigold/commit/8b6f34abf562158ea4bfbd6ad7a8a33c143a929f), [`7e3aa28`](https://github.com/marigold-ui/marigold/commit/7e3aa287a2d3987ff82d2f7cda37194db3533cfa), [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4)]: + - @marigold/components@7.3.0 + - @marigold/system@7.3.0 + - @marigold/theme-preset@1.3.0 + ## 26.1.0 ### Minor Changes diff --git a/themes/theme-b2b/package.json b/themes/theme-b2b/package.json index 87dc9986e5..23a3efa265 100644 --- a/themes/theme-b2b/package.json +++ b/themes/theme-b2b/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/theme-b2b", - "version": "26.1.0", + "version": "27.0.0", "description": "Marigold B2B Theme", "license": "MIT", "keywords": [ diff --git a/themes/theme-core/CHANGELOG.md b/themes/theme-core/CHANGELOG.md index 641e678229..ab668e81ab 100644 --- a/themes/theme-core/CHANGELOG.md +++ b/themes/theme-core/CHANGELOG.md @@ -1,5 +1,18 @@ # @marigold/theme-core +## 26.0.3 + +### Patch Changes + +- [#3646](https://github.com/marigold-ui/marigold/pull/3646) [`b5cb086`](https://github.com/marigold-ui/marigold/commit/b5cb08634900c007060b50b4055c7c75847e4598) Thanks [@sarahgm](https://github.com/sarahgm)! - feat: add new bluer blue color palette to core theme + +- [#3648](https://github.com/marigold-ui/marigold/pull/3648) [`645ab22`](https://github.com/marigold-ui/marigold/commit/645ab22b911079c8d874c980cc137005e94dd69c) Thanks [@sarahgm](https://github.com/sarahgm)! - [DSTSUP-20]: fix border token for input styles in core theme + +- Updated dependencies [[`34a7482`](https://github.com/marigold-ui/marigold/commit/34a748234747b91cb3b4fb9cb4c6708508ac05aa), [`fd16ef5`](https://github.com/marigold-ui/marigold/commit/fd16ef5f593d0bebaff24563edf663ad5a542feb), [`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576), [`8b6f34a`](https://github.com/marigold-ui/marigold/commit/8b6f34abf562158ea4bfbd6ad7a8a33c143a929f), [`7e3aa28`](https://github.com/marigold-ui/marigold/commit/7e3aa287a2d3987ff82d2f7cda37194db3533cfa), [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4)]: + - @marigold/components@7.3.0 + - @marigold/system@7.3.0 + - @marigold/theme-preset@1.3.0 + ## 26.0.2 ### Patch Changes diff --git a/themes/theme-core/package.json b/themes/theme-core/package.json index 51c2a9c948..3424da689d 100644 --- a/themes/theme-core/package.json +++ b/themes/theme-core/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/theme-core", - "version": "26.0.2", + "version": "26.0.3", "description": "Marigold Core Theme", "license": "MIT", "keywords": [