From 65db7a1e26a6f17d4e96302e029d03557dacb279 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 6 Aug 2024 11:32:54 +0000 Subject: [PATCH] Version Packages --- .changeset/big-moons-pretend.md | 5 ----- .changeset/cuddly-ears-drive.md | 6 ------ .changeset/loud-bats-protect.md | 5 ----- .changeset/lucky-bugs-repair.md | 7 ------- .changeset/purple-beds-wait.md | 5 ----- .changeset/slow-cougars-grow.md | 7 ------- config/storybook/CHANGELOG.md | 9 +++++++++ config/storybook/package.json | 2 +- docs/CHANGELOG.md | 15 +++++++++++++++ docs/package.json | 2 +- packages/components/CHANGELOG.md | 14 ++++++++++++++ packages/components/package.json | 2 +- packages/icons/CHANGELOG.md | 7 +++++++ packages/icons/package.json | 2 +- packages/system/CHANGELOG.md | 2 ++ packages/system/package.json | 2 +- packages/theme-preset/CHANGELOG.md | 7 +++++++ packages/theme-preset/package.json | 2 +- themes/theme-b2b/CHANGELOG.md | 17 +++++++++++++++++ themes/theme-b2b/package.json | 2 +- themes/theme-core/CHANGELOG.md | 17 +++++++++++++++++ themes/theme-core/package.json | 2 +- themes/theme-docs/CHANGELOG.md | 13 +++++++++++++ themes/theme-docs/package.json | 2 +- 24 files changed, 110 insertions(+), 44 deletions(-) delete mode 100644 .changeset/big-moons-pretend.md delete mode 100644 .changeset/cuddly-ears-drive.md delete mode 100644 .changeset/loud-bats-protect.md delete mode 100644 .changeset/lucky-bugs-repair.md delete mode 100644 .changeset/purple-beds-wait.md delete mode 100644 .changeset/slow-cougars-grow.md diff --git a/.changeset/big-moons-pretend.md b/.changeset/big-moons-pretend.md deleted file mode 100644 index dbc14a0520..0000000000 --- a/.changeset/big-moons-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marigold/components": patch ---- - -[DST-504]: Sorting indicator is shown only on sorted column. diff --git a/.changeset/cuddly-ears-drive.md b/.changeset/cuddly-ears-drive.md deleted file mode 100644 index fbf8a9b8d8..0000000000 --- a/.changeset/cuddly-ears-drive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marigold/theme-b2b": patch -"@marigold/theme-core": patch ---- - -feat: add `secondary` variant to links and the introduce a secondary core button diff --git a/.changeset/loud-bats-protect.md b/.changeset/loud-bats-protect.md deleted file mode 100644 index 032465fbba..0000000000 --- a/.changeset/loud-bats-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marigold/components": patch ---- - -feat: allow to render an empty state when collection of `` is empty diff --git a/.changeset/lucky-bugs-repair.md b/.changeset/lucky-bugs-repair.md deleted file mode 100644 index f7067b6269..0000000000 --- a/.changeset/lucky-bugs-repair.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@marigold/theme-b2b": minor -"@marigold/theme-core": minor -"@marigold/theme-docs": minor ---- - -feat: add dedicated export for tokens to all themes (`@marigold//tokens`) diff --git a/.changeset/purple-beds-wait.md b/.changeset/purple-beds-wait.md deleted file mode 100644 index f9290e3b92..0000000000 --- a/.changeset/purple-beds-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marigold/docs": patch ---- - -docs[DST-451]:Guidelines for Table component diff --git a/.changeset/slow-cougars-grow.md b/.changeset/slow-cougars-grow.md deleted file mode 100644 index 3208c2d175..0000000000 --- a/.changeset/slow-cougars-grow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@marigold/components": patch -"@marigold/theme-b2b": patch -"@marigold/theme-core": patch ---- - -chore[DST-487]: align core styles to marigold diff --git a/config/storybook/CHANGELOG.md b/config/storybook/CHANGELOG.md index 4de1414d13..62eefbeacf 100644 --- a/config/storybook/CHANGELOG.md +++ b/config/storybook/CHANGELOG.md @@ -1,5 +1,14 @@ # @marigold/storybook-config +## 1.1.48 + +### Patch Changes + +- Updated dependencies [[`5d53af4`](https://github.com/marigold-ui/marigold/commit/5d53af4ef32d8f70ae8d2d84db4fbfdd60998e79), [`f3d3974`](https://github.com/marigold-ui/marigold/commit/f3d3974313d4b2c0be54202121a4c78677eb88cb), [`965512c`](https://github.com/marigold-ui/marigold/commit/965512c113938cac629bb6cc518926f0d600b40f), [`0fb763d`](https://github.com/marigold-ui/marigold/commit/0fb763ddd199c4f8f2477064d4008fdf22b949a4), [`9598df4`](https://github.com/marigold-ui/marigold/commit/9598df4ed6ac3fa72620d3b2b41d47a451a55d79)]: + - @marigold/components@9.0.1 + - @marigold/theme-b2b@27.2.0 + - @marigold/theme-core@26.2.0 + ## 1.1.47 ### Patch Changes diff --git a/config/storybook/package.json b/config/storybook/package.json index 132fdc9e84..7edade9e02 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.47", + "version": "1.1.48", "license": "MIT", "exports": "./main.js", "keywords": [ diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c6c0bada8d..3e2faefd36 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,20 @@ # @marigold/docs +## 9.0.1 + +### Patch Changes + +- [#4036](https://github.com/marigold-ui/marigold/pull/4036) [`fd24743`](https://github.com/marigold-ui/marigold/commit/fd2474357e22363c57a30abff8f973696628401d) Thanks [@sarahgm](https://github.com/sarahgm)! - docs[DST-451]:Guidelines for Table component + +- Updated dependencies [[`5d53af4`](https://github.com/marigold-ui/marigold/commit/5d53af4ef32d8f70ae8d2d84db4fbfdd60998e79), [`f3d3974`](https://github.com/marigold-ui/marigold/commit/f3d3974313d4b2c0be54202121a4c78677eb88cb), [`965512c`](https://github.com/marigold-ui/marigold/commit/965512c113938cac629bb6cc518926f0d600b40f), [`0fb763d`](https://github.com/marigold-ui/marigold/commit/0fb763ddd199c4f8f2477064d4008fdf22b949a4), [`9598df4`](https://github.com/marigold-ui/marigold/commit/9598df4ed6ac3fa72620d3b2b41d47a451a55d79)]: + - @marigold/components@9.0.1 + - @marigold/theme-b2b@27.2.0 + - @marigold/theme-core@26.2.0 + - @marigold/theme-docs@2.1.0 + - @marigold/system@9.0.1 + - @marigold/icons@1.2.56 + - @marigold/theme-preset@1.3.21 + ## 9.0.0 ### Major Changes diff --git a/docs/package.json b/docs/package.json index 8e9b67700d..1f6f4f7769 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/docs", - "version": "9.0.0", + "version": "9.0.1", "private": true, "scripts": { "dev": "pnpm registry && next dev", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 52e35f46dc..6582553667 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,19 @@ # @marigold/components +## 9.0.1 + +### Patch Changes + +- [#4056](https://github.com/marigold-ui/marigold/pull/4056) [`5d53af4`](https://github.com/marigold-ui/marigold/commit/5d53af4ef32d8f70ae8d2d84db4fbfdd60998e79) Thanks [@aromko](https://github.com/aromko)! - [DST-504]: Sorting indicator is shown only on sorted column. + +- [#4042](https://github.com/marigold-ui/marigold/pull/4042) [`965512c`](https://github.com/marigold-ui/marigold/commit/965512c113938cac629bb6cc518926f0d600b40f) Thanks [@sebald](https://github.com/sebald)! - feat: allow to render an empty state when collection of `
` is empty + +- [#4039](https://github.com/marigold-ui/marigold/pull/4039) [`9598df4`](https://github.com/marigold-ui/marigold/commit/9598df4ed6ac3fa72620d3b2b41d47a451a55d79) Thanks [@sarahgm](https://github.com/sarahgm)! - chore[DST-487]: align core styles to marigold + +- Updated dependencies []: + - @marigold/system@9.0.1 + - @marigold/icons@1.2.56 + ## 9.0.0 ### Major Changes diff --git a/packages/components/package.json b/packages/components/package.json index 66581459d6..ef279f67c0 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/components", - "version": "9.0.0", + "version": "9.0.1", "description": "Components for the Marigold Design System", "license": "MIT", "keywords": [ diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 57b661bae1..0e4b226f76 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,12 @@ # @marigold/icons +## 1.2.56 + +### Patch Changes + +- Updated dependencies []: + - @marigold/system@9.0.1 + ## 1.2.55 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 8f220fec1b..290c632ba7 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@marigold/icons", "description": "Marigold Icons", - "version": "1.2.55", + "version": "1.2.56", "license": "MIT", "keywords": [ "marigold", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 7572c22c67..e8e7da9bc7 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,7 @@ # @marigold/system +## 9.0.1 + ## 9.0.0 ## 8.0.2 diff --git a/packages/system/package.json b/packages/system/package.json index e02c7dc89c..293c3fbbaa 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/system", - "version": "9.0.0", + "version": "9.0.1", "description": "Marigold System Library", "license": "MIT", "keywords": [ diff --git a/packages/theme-preset/CHANGELOG.md b/packages/theme-preset/CHANGELOG.md index 3c13a53ec6..7d955bcfe5 100644 --- a/packages/theme-preset/CHANGELOG.md +++ b/packages/theme-preset/CHANGELOG.md @@ -1,5 +1,12 @@ # @marigold/theme-preset +## 1.3.21 + +### Patch Changes + +- Updated dependencies []: + - @marigold/system@9.0.1 + ## 1.3.20 ### Patch Changes diff --git a/packages/theme-preset/package.json b/packages/theme-preset/package.json index b972516376..9637b85026 100644 --- a/packages/theme-preset/package.json +++ b/packages/theme-preset/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/theme-preset", - "version": "1.3.20", + "version": "1.3.21", "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 49be4068a4..90c89807d5 100644 --- a/themes/theme-b2b/CHANGELOG.md +++ b/themes/theme-b2b/CHANGELOG.md @@ -1,5 +1,22 @@ # @marigold/theme-b2b +## 27.2.0 + +### Minor Changes + +- [#4054](https://github.com/marigold-ui/marigold/pull/4054) [`0fb763d`](https://github.com/marigold-ui/marigold/commit/0fb763ddd199c4f8f2477064d4008fdf22b949a4) Thanks [@sebald](https://github.com/sebald)! - feat: add dedicated export for tokens to all themes (`@marigold//tokens`) + +### Patch Changes + +- [#4065](https://github.com/marigold-ui/marigold/pull/4065) [`f3d3974`](https://github.com/marigold-ui/marigold/commit/f3d3974313d4b2c0be54202121a4c78677eb88cb) Thanks [@sebald](https://github.com/sebald)! - feat: add `secondary` variant to links and the introduce a secondary core button + +- [#4039](https://github.com/marigold-ui/marigold/pull/4039) [`9598df4`](https://github.com/marigold-ui/marigold/commit/9598df4ed6ac3fa72620d3b2b41d47a451a55d79) Thanks [@sarahgm](https://github.com/sarahgm)! - chore[DST-487]: align core styles to marigold + +- Updated dependencies [[`5d53af4`](https://github.com/marigold-ui/marigold/commit/5d53af4ef32d8f70ae8d2d84db4fbfdd60998e79), [`965512c`](https://github.com/marigold-ui/marigold/commit/965512c113938cac629bb6cc518926f0d600b40f), [`9598df4`](https://github.com/marigold-ui/marigold/commit/9598df4ed6ac3fa72620d3b2b41d47a451a55d79)]: + - @marigold/components@9.0.1 + - @marigold/system@9.0.1 + - @marigold/theme-preset@1.3.21 + ## 27.1.15 ### Patch Changes diff --git a/themes/theme-b2b/package.json b/themes/theme-b2b/package.json index c9760b9555..36635fe6e5 100644 --- a/themes/theme-b2b/package.json +++ b/themes/theme-b2b/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/theme-b2b", - "version": "27.1.15", + "version": "27.2.0", "description": "Marigold B2B Theme", "license": "MIT", "keywords": [ diff --git a/themes/theme-core/CHANGELOG.md b/themes/theme-core/CHANGELOG.md index 260e655c8a..770f3c7d85 100644 --- a/themes/theme-core/CHANGELOG.md +++ b/themes/theme-core/CHANGELOG.md @@ -1,5 +1,22 @@ # @marigold/theme-core +## 26.2.0 + +### Minor Changes + +- [#4054](https://github.com/marigold-ui/marigold/pull/4054) [`0fb763d`](https://github.com/marigold-ui/marigold/commit/0fb763ddd199c4f8f2477064d4008fdf22b949a4) Thanks [@sebald](https://github.com/sebald)! - feat: add dedicated export for tokens to all themes (`@marigold//tokens`) + +### Patch Changes + +- [#4065](https://github.com/marigold-ui/marigold/pull/4065) [`f3d3974`](https://github.com/marigold-ui/marigold/commit/f3d3974313d4b2c0be54202121a4c78677eb88cb) Thanks [@sebald](https://github.com/sebald)! - feat: add `secondary` variant to links and the introduce a secondary core button + +- [#4039](https://github.com/marigold-ui/marigold/pull/4039) [`9598df4`](https://github.com/marigold-ui/marigold/commit/9598df4ed6ac3fa72620d3b2b41d47a451a55d79) Thanks [@sarahgm](https://github.com/sarahgm)! - chore[DST-487]: align core styles to marigold + +- Updated dependencies [[`5d53af4`](https://github.com/marigold-ui/marigold/commit/5d53af4ef32d8f70ae8d2d84db4fbfdd60998e79), [`965512c`](https://github.com/marigold-ui/marigold/commit/965512c113938cac629bb6cc518926f0d600b40f), [`9598df4`](https://github.com/marigold-ui/marigold/commit/9598df4ed6ac3fa72620d3b2b41d47a451a55d79)]: + - @marigold/components@9.0.1 + - @marigold/system@9.0.1 + - @marigold/theme-preset@1.3.21 + ## 26.1.15 ### Patch Changes diff --git a/themes/theme-core/package.json b/themes/theme-core/package.json index 2f4ff048d2..fcf3caa311 100644 --- a/themes/theme-core/package.json +++ b/themes/theme-core/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/theme-core", - "version": "26.1.15", + "version": "26.2.0", "description": "Marigold Core Theme", "license": "MIT", "keywords": [ diff --git a/themes/theme-docs/CHANGELOG.md b/themes/theme-docs/CHANGELOG.md index 3207120d61..3095edf3c3 100644 --- a/themes/theme-docs/CHANGELOG.md +++ b/themes/theme-docs/CHANGELOG.md @@ -1,5 +1,18 @@ # @marigold/theme-docs +## 2.1.0 + +### Minor Changes + +- [#4054](https://github.com/marigold-ui/marigold/pull/4054) [`0fb763d`](https://github.com/marigold-ui/marigold/commit/0fb763ddd199c4f8f2477064d4008fdf22b949a4) Thanks [@sebald](https://github.com/sebald)! - feat: add dedicated export for tokens to all themes (`@marigold//tokens`) + +### Patch Changes + +- Updated dependencies [[`5d53af4`](https://github.com/marigold-ui/marigold/commit/5d53af4ef32d8f70ae8d2d84db4fbfdd60998e79), [`965512c`](https://github.com/marigold-ui/marigold/commit/965512c113938cac629bb6cc518926f0d600b40f), [`9598df4`](https://github.com/marigold-ui/marigold/commit/9598df4ed6ac3fa72620d3b2b41d47a451a55d79)]: + - @marigold/components@9.0.1 + - @marigold/system@9.0.1 + - @marigold/theme-preset@1.3.21 + ## 2.0.5 ### Patch Changes diff --git a/themes/theme-docs/package.json b/themes/theme-docs/package.json index 90ea9c815f..6ecd7588ee 100644 --- a/themes/theme-docs/package.json +++ b/themes/theme-docs/package.json @@ -1,6 +1,6 @@ { "name": "@marigold/theme-docs", - "version": "2.0.5", + "version": "2.1.0", "description": "Marigold Docs Theme", "license": "MIT", "keywords": [