From 3f6f3b9974fc8bc2955b250bfda5f50006b3e713 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Jun 2024 10:21:40 +0000 Subject: [PATCH] Version Packages --- .changeset/heavy-cougars-film.md | 6 ------ .changeset/slow-phones-rule.md | 7 ------- .changeset/sour-spiders-draw.md | 5 ----- config/storybook/CHANGELOG.md | 9 +++++++++ config/storybook/package.json | 2 +- docs/CHANGELOG.md | 18 ++++++++++++++++++ docs/package.json | 2 +- packages/components/CHANGELOG.md | 12 ++++++++++++ packages/components/package.json | 2 +- packages/icons/CHANGELOG.md | 9 +++++++++ packages/icons/package.json | 2 +- packages/system/CHANGELOG.md | 10 ++++++++++ packages/system/package.json | 2 +- packages/theme-preset/CHANGELOG.md | 7 +++++++ packages/theme-preset/package.json | 2 +- themes/theme-b2b/CHANGELOG.md | 9 +++++++++ themes/theme-b2b/package.json | 2 +- themes/theme-core/CHANGELOG.md | 9 +++++++++ themes/theme-core/package.json | 2 +- themes/theme-docs/CHANGELOG.md | 9 +++++++++ themes/theme-docs/package.json | 2 +- 21 files changed, 101 insertions(+), 27 deletions(-) delete mode 100644 .changeset/heavy-cougars-film.md delete mode 100644 .changeset/slow-phones-rule.md delete mode 100644 .changeset/sour-spiders-draw.md diff --git a/.changeset/heavy-cougars-film.md b/.changeset/heavy-cougars-film.md deleted file mode 100644 index 628ccdf463..0000000000 --- a/.changeset/heavy-cougars-film.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marigold/docs": patch -"@marigold/icons": patch ---- - -[DSTSUP-79]feat: add new icon for download diff --git a/.changeset/slow-phones-rule.md b/.changeset/slow-phones-rule.md deleted file mode 100644 index 903a41d422..0000000000 --- a/.changeset/slow-phones-rule.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@marigold/components': minor -'@marigold/system': minor -'@marigold/docs': minor ---- - -Keep our documentation props table dynamic diff --git a/.changeset/sour-spiders-draw.md b/.changeset/sour-spiders-draw.md deleted file mode 100644 index a0aa9dbe0a..0000000000 --- a/.changeset/sour-spiders-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marigold/system": patch ---- - -[DSTSUP-78]fix: fix extendTheme function diff --git a/config/storybook/CHANGELOG.md b/config/storybook/CHANGELOG.md index 61d3af506a..d964225450 100644 --- a/config/storybook/CHANGELOG.md +++ b/config/storybook/CHANGELOG.md @@ -1,5 +1,14 @@ # @marigold/storybook-config +## 1.1.44 + +### Patch Changes + +- Updated dependencies [[`5977cba`](https://github.com/marigold-ui/marigold/commit/5977cba2ce729ea32f9db869e9c19e16032e58ec)]: + - @marigold/components@7.9.0 + - @marigold/theme-b2b@27.1.12 + - @marigold/theme-core@26.1.12 + ## 1.1.43 ### Patch Changes diff --git a/config/storybook/package.json b/config/storybook/package.json index 2cf3ebd2f1..cb893c1cd3 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.43", + "version": "1.1.44", "license": "MIT", "exports": "./main.js", "keywords": [ diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b065ba6727..84966ff3b7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,23 @@ # @marigold/docs +## 7.9.0 + +### Minor Changes + +- [#3942](https://github.com/marigold-ui/marigold/pull/3942) [`5977cba`](https://github.com/marigold-ui/marigold/commit/5977cba2ce729ea32f9db869e9c19e16032e58ec) Thanks [@OsamaAbdellateef](https://github.com/OsamaAbdellateef)! - Keep our documentation props table dynamic + +### Patch Changes + +- [#3937](https://github.com/marigold-ui/marigold/pull/3937) [`2658e2f`](https://github.com/marigold-ui/marigold/commit/2658e2f075c9aaae89b5817a864313f887c1a8fe) Thanks [@sarahgm](https://github.com/sarahgm)! - [DSTSUP-79]feat: add new icon for download + +- Updated dependencies [[`2658e2f`](https://github.com/marigold-ui/marigold/commit/2658e2f075c9aaae89b5817a864313f887c1a8fe), [`5977cba`](https://github.com/marigold-ui/marigold/commit/5977cba2ce729ea32f9db869e9c19e16032e58ec)]: + - @marigold/icons@1.2.52 + - @marigold/components@7.9.0 + - @marigold/theme-b2b@27.1.12 + - @marigold/theme-core@26.1.12 + - @marigold/theme-docs@2.0.2 + - @marigold/theme-preset@1.3.17 + ## 7.8.2 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 431284fcc7..a1b6b1c7ae 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/docs", - "version": "7.8.2", + "version": "7.9.0", "private": true, "scripts": { "dev": "pnpm registry && next dev", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 315d4d7ec8..759675f1e0 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,17 @@ # @marigold/components +## 7.9.0 + +### Minor Changes + +- [#3942](https://github.com/marigold-ui/marigold/pull/3942) [`5977cba`](https://github.com/marigold-ui/marigold/commit/5977cba2ce729ea32f9db869e9c19e16032e58ec) Thanks [@OsamaAbdellateef](https://github.com/OsamaAbdellateef)! - Keep our documentation props table dynamic + +### Patch Changes + +- Updated dependencies [[`2658e2f`](https://github.com/marigold-ui/marigold/commit/2658e2f075c9aaae89b5817a864313f887c1a8fe), [`5977cba`](https://github.com/marigold-ui/marigold/commit/5977cba2ce729ea32f9db869e9c19e16032e58ec), [`3f7a4ec`](https://github.com/marigold-ui/marigold/commit/3f7a4ec80a4b56fea3c63e44b71ad86fa36e3d75)]: + - @marigold/icons@1.2.52 + - @marigold/system@7.9.0 + ## 7.8.2 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 9f0b4b8c3c..7ff08502b5 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/components", - "version": "7.8.2", + "version": "7.9.0", "description": "Components for the Marigold Design System", "license": "MIT", "keywords": [ diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 0928552beb..2d05780970 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,14 @@ # @marigold/icons +## 1.2.52 + +### Patch Changes + +- [#3937](https://github.com/marigold-ui/marigold/pull/3937) [`2658e2f`](https://github.com/marigold-ui/marigold/commit/2658e2f075c9aaae89b5817a864313f887c1a8fe) Thanks [@sarahgm](https://github.com/sarahgm)! - [DSTSUP-79]feat: add new icon for download + +- Updated dependencies [[`5977cba`](https://github.com/marigold-ui/marigold/commit/5977cba2ce729ea32f9db869e9c19e16032e58ec), [`3f7a4ec`](https://github.com/marigold-ui/marigold/commit/3f7a4ec80a4b56fea3c63e44b71ad86fa36e3d75)]: + - @marigold/system@7.9.0 + ## 1.2.51 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 702af629a0..10f8d22578 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@marigold/icons", "description": "Marigold Icons", - "version": "1.2.51", + "version": "1.2.52", "license": "MIT", "keywords": [ "marigold", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 73fff62518..02868b3b9b 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,15 @@ # @marigold/system +## 7.9.0 + +### Minor Changes + +- [#3942](https://github.com/marigold-ui/marigold/pull/3942) [`5977cba`](https://github.com/marigold-ui/marigold/commit/5977cba2ce729ea32f9db869e9c19e16032e58ec) Thanks [@OsamaAbdellateef](https://github.com/OsamaAbdellateef)! - Keep our documentation props table dynamic + +### Patch Changes + +- [#3941](https://github.com/marigold-ui/marigold/pull/3941) [`3f7a4ec`](https://github.com/marigold-ui/marigold/commit/3f7a4ec80a4b56fea3c63e44b71ad86fa36e3d75) Thanks [@sarahgm](https://github.com/sarahgm)! - [DSTSUP-78]fix: fix extendTheme function + ## 7.8.2 ## 7.8.1 diff --git a/packages/system/package.json b/packages/system/package.json index be1f9fcee5..5e5d62e3f4 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/system", - "version": "7.8.2", + "version": "7.9.0", "description": "Marigold System Library", "license": "MIT", "keywords": [ diff --git a/packages/theme-preset/CHANGELOG.md b/packages/theme-preset/CHANGELOG.md index 62c48c9496..204201e766 100644 --- a/packages/theme-preset/CHANGELOG.md +++ b/packages/theme-preset/CHANGELOG.md @@ -1,5 +1,12 @@ # @marigold/theme-preset +## 1.3.17 + +### Patch Changes + +- Updated dependencies [[`5977cba`](https://github.com/marigold-ui/marigold/commit/5977cba2ce729ea32f9db869e9c19e16032e58ec), [`3f7a4ec`](https://github.com/marigold-ui/marigold/commit/3f7a4ec80a4b56fea3c63e44b71ad86fa36e3d75)]: + - @marigold/system@7.9.0 + ## 1.3.16 ### Patch Changes diff --git a/packages/theme-preset/package.json b/packages/theme-preset/package.json index 62070e48a9..4f88eb196f 100644 --- a/packages/theme-preset/package.json +++ b/packages/theme-preset/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/theme-preset", - "version": "1.3.16", + "version": "1.3.17", "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 33408d19d2..25c8df3513 100644 --- a/themes/theme-b2b/CHANGELOG.md +++ b/themes/theme-b2b/CHANGELOG.md @@ -1,5 +1,14 @@ # @marigold/theme-b2b +## 27.1.12 + +### Patch Changes + +- Updated dependencies [[`5977cba`](https://github.com/marigold-ui/marigold/commit/5977cba2ce729ea32f9db869e9c19e16032e58ec), [`3f7a4ec`](https://github.com/marigold-ui/marigold/commit/3f7a4ec80a4b56fea3c63e44b71ad86fa36e3d75)]: + - @marigold/components@7.9.0 + - @marigold/system@7.9.0 + - @marigold/theme-preset@1.3.17 + ## 27.1.11 ### Patch Changes diff --git a/themes/theme-b2b/package.json b/themes/theme-b2b/package.json index 8f1cada07e..8021419175 100644 --- a/themes/theme-b2b/package.json +++ b/themes/theme-b2b/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/theme-b2b", - "version": "27.1.11", + "version": "27.1.12", "description": "Marigold B2B Theme", "license": "MIT", "keywords": [ diff --git a/themes/theme-core/CHANGELOG.md b/themes/theme-core/CHANGELOG.md index 3fb2eb4f2e..d7c6bd7699 100644 --- a/themes/theme-core/CHANGELOG.md +++ b/themes/theme-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @marigold/theme-core +## 26.1.12 + +### Patch Changes + +- Updated dependencies [[`5977cba`](https://github.com/marigold-ui/marigold/commit/5977cba2ce729ea32f9db869e9c19e16032e58ec), [`3f7a4ec`](https://github.com/marigold-ui/marigold/commit/3f7a4ec80a4b56fea3c63e44b71ad86fa36e3d75)]: + - @marigold/components@7.9.0 + - @marigold/system@7.9.0 + - @marigold/theme-preset@1.3.17 + ## 26.1.11 ### Patch Changes diff --git a/themes/theme-core/package.json b/themes/theme-core/package.json index 9aefbbc64b..fc5be74bb9 100644 --- a/themes/theme-core/package.json +++ b/themes/theme-core/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/theme-core", - "version": "26.1.11", + "version": "26.1.12", "description": "Marigold Core Theme", "license": "MIT", "keywords": [ diff --git a/themes/theme-docs/CHANGELOG.md b/themes/theme-docs/CHANGELOG.md index 689d44c2cc..eab4eafb09 100644 --- a/themes/theme-docs/CHANGELOG.md +++ b/themes/theme-docs/CHANGELOG.md @@ -1,5 +1,14 @@ # @marigold/theme-docs +## 2.0.2 + +### Patch Changes + +- Updated dependencies [[`5977cba`](https://github.com/marigold-ui/marigold/commit/5977cba2ce729ea32f9db869e9c19e16032e58ec), [`3f7a4ec`](https://github.com/marigold-ui/marigold/commit/3f7a4ec80a4b56fea3c63e44b71ad86fa36e3d75)]: + - @marigold/components@7.9.0 + - @marigold/system@7.9.0 + - @marigold/theme-preset@1.3.17 + ## 2.0.1 ### Patch Changes diff --git a/themes/theme-docs/package.json b/themes/theme-docs/package.json index c4ccb9c90d..3c98f2bb2e 100644 --- a/themes/theme-docs/package.json +++ b/themes/theme-docs/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/theme-docs", - "version": "2.0.1", + "version": "2.0.2", "description": "Marigold Docs Theme", "license": "MIT", "keywords": [