Skip to content

Commit

Permalink
release: version packages (#3704)
Browse files Browse the repository at this point in the history
Version Packages

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 20, 2024
1 parent ebea32e commit 17e5427
Show file tree
Hide file tree
Showing 29 changed files with 118 additions and 81 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-comics-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-gifts-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-gifts-fail.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-horses-hope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-beers-beam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-humans-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-tomatoes-repeat.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rotten-brooms-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-goats-share.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-planes-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-bugs-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-crews-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-countries-reply.md

This file was deleted.

9 changes: 9 additions & 0 deletions config/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @marigold/storybook-config

## 1.1.31

### Patch Changes

- Updated dependencies [[`dbaadeb`](https://github.com/marigold-ui/marigold/commit/dbaadeb54251f39f54c49ab9144f837711c764d5), [`ebea32e`](https://github.com/marigold-ui/marigold/commit/ebea32e2e2d875de430eea07d7f31e2ed23fd21a), [`21fc7cf`](https://github.com/marigold-ui/marigold/commit/21fc7cf6ce095b987f64b000826653bd78c7c88d), [`c61895d`](https://github.com/marigold-ui/marigold/commit/c61895db7fbc3cee7fd0d622518f64d881da7f9b), [`2b9e03e`](https://github.com/marigold-ui/marigold/commit/2b9e03effbbcc63e50781448b89f4e9062c4d0e5), [`3d66a58`](https://github.com/marigold-ui/marigold/commit/3d66a58ca0843a9586e37a87cdfb41b6a6318fd6), [`f9a4a4c`](https://github.com/marigold-ui/marigold/commit/f9a4a4c2dedc31ded547a55f17d35da382b58aec), [`4d2f94f`](https://github.com/marigold-ui/marigold/commit/4d2f94fcfe17d510298ef0e545736f6dfd6b5992), [`36c6301`](https://github.com/marigold-ui/marigold/commit/36c63014fba2211c64b0a93ce387e9ebbe3ef6e0), [`7969fd9`](https://github.com/marigold-ui/marigold/commit/7969fd9d38275c6dbad0d80d2b84c8e8e365dfa4), [`59a9285`](https://github.com/marigold-ui/marigold/commit/59a9285fe8eb46be26ebc7f272081343023fceae), [`45489d9`](https://github.com/marigold-ui/marigold/commit/45489d93ff9ff99206ea233d744a553e943f7bb0)]:
- @marigold/components@7.4.0
- @marigold/theme-core@26.0.7
- @marigold/theme-b2b@27.0.4

## 1.1.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marigold/storybook-config",
"description": "Marigold's storybook configuration",
"version": "1.1.30",
"version": "1.1.31",
"license": "MIT",
"exports": "./main.js",
"keywords": [
Expand Down
21 changes: 21 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @marigold/docs

## 7.4.0

### Minor Changes

- [#3713](https://github.com/marigold-ui/marigold/pull/3713) [`2b9e03e`](https://github.com/marigold-ui/marigold/commit/2b9e03effbbcc63e50781448b89f4e9062c4d0e5) Thanks [@sebald](https://github.com/sebald)! - feat: Render empty state of `<Tag>`

- [#3674](https://github.com/marigold-ui/marigold/pull/3674) [`3d66a58`](https://github.com/marigold-ui/marigold/commit/3d66a58ca0843a9586e37a87cdfb41b6a6318fd6) Thanks [@sebald](https://github.com/sebald)! - docs: Add docs for `<Form>`

### Patch Changes

- [#3715](https://github.com/marigold-ui/marigold/pull/3715) [`7969fd9`](https://github.com/marigold-ui/marigold/commit/7969fd9d38275c6dbad0d80d2b84c8e8e365dfa4) Thanks [@sebald](https://github.com/sebald)! - fix: add placeholder prop to `Combobox` types

- [#3711](https://github.com/marigold-ui/marigold/pull/3711) [`8bffe0d`](https://github.com/marigold-ui/marigold/commit/8bffe0d1ca6cc6e63344f7e95f845aa3971e5092) Thanks [@aromko](https://github.com/aromko)! - [DST-285]: restructure forms and validation section

- Updated dependencies [[`dbaadeb`](https://github.com/marigold-ui/marigold/commit/dbaadeb54251f39f54c49ab9144f837711c764d5), [`ebea32e`](https://github.com/marigold-ui/marigold/commit/ebea32e2e2d875de430eea07d7f31e2ed23fd21a), [`21fc7cf`](https://github.com/marigold-ui/marigold/commit/21fc7cf6ce095b987f64b000826653bd78c7c88d), [`c61895d`](https://github.com/marigold-ui/marigold/commit/c61895db7fbc3cee7fd0d622518f64d881da7f9b), [`2b9e03e`](https://github.com/marigold-ui/marigold/commit/2b9e03effbbcc63e50781448b89f4e9062c4d0e5), [`3d66a58`](https://github.com/marigold-ui/marigold/commit/3d66a58ca0843a9586e37a87cdfb41b6a6318fd6), [`f9a4a4c`](https://github.com/marigold-ui/marigold/commit/f9a4a4c2dedc31ded547a55f17d35da382b58aec), [`4d2f94f`](https://github.com/marigold-ui/marigold/commit/4d2f94fcfe17d510298ef0e545736f6dfd6b5992), [`36c6301`](https://github.com/marigold-ui/marigold/commit/36c63014fba2211c64b0a93ce387e9ebbe3ef6e0), [`7969fd9`](https://github.com/marigold-ui/marigold/commit/7969fd9d38275c6dbad0d80d2b84c8e8e365dfa4), [`59a9285`](https://github.com/marigold-ui/marigold/commit/59a9285fe8eb46be26ebc7f272081343023fceae), [`45489d9`](https://github.com/marigold-ui/marigold/commit/45489d93ff9ff99206ea233d744a553e943f7bb0)]:
- @marigold/components@7.4.0
- @marigold/theme-core@26.0.7
- @marigold/theme-b2b@27.0.4
- @marigold/icons@1.2.39
- @marigold/theme-preset@1.3.4

## 7.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marigold/docs",
"version": "7.3.3",
"version": "7.4.0",
"private": true,
"scripts": {
"dev": "pnpm registry && next dev",
Expand Down
24 changes: 24 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @marigold/components

## 7.4.0

### Minor Changes

- [#3702](https://github.com/marigold-ui/marigold/pull/3702) [`dbaadeb`](https://github.com/marigold-ui/marigold/commit/dbaadeb54251f39f54c49ab9144f837711c764d5) Thanks [@sarahgm](https://github.com/sarahgm)! - [DST-279]: remove overlay provider

- [#3713](https://github.com/marigold-ui/marigold/pull/3713) [`2b9e03e`](https://github.com/marigold-ui/marigold/commit/2b9e03effbbcc63e50781448b89f4e9062c4d0e5) Thanks [@sebald](https://github.com/sebald)! - feat: Render empty state of `<Tag>`

### Patch Changes

- [#3750](https://github.com/marigold-ui/marigold/pull/3750) [`ebea32e`](https://github.com/marigold-ui/marigold/commit/ebea32e2e2d875de430eea07d7f31e2ed23fd21a) Thanks [@sebald](https://github.com/sebald)! - fix([DSTSUP-31]): prevent immediately selection is Select/Combobox/Autocomplete

- [#3722](https://github.com/marigold-ui/marigold/pull/3722) [`c61895d`](https://github.com/marigold-ui/marigold/commit/c61895db7fbc3cee7fd0d622518f64d881da7f9b) Thanks [@sebald](https://github.com/sebald)! - fix: core `linedTable` variant works again

- [#3674](https://github.com/marigold-ui/marigold/pull/3674) [`3d66a58`](https://github.com/marigold-ui/marigold/commit/3d66a58ca0843a9586e37a87cdfb41b6a6318fd6) Thanks [@sebald](https://github.com/sebald)! - docs: Add docs for `<Form>`

- [#3720](https://github.com/marigold-ui/marigold/pull/3720) [`4d2f94f`](https://github.com/marigold-ui/marigold/commit/4d2f94fcfe17d510298ef0e545736f6dfd6b5992) Thanks [@sarahgm](https://github.com/sarahgm)! - fix[DSTSUP-41]: Combobox styles for icon

- [#3715](https://github.com/marigold-ui/marigold/pull/3715) [`7969fd9`](https://github.com/marigold-ui/marigold/commit/7969fd9d38275c6dbad0d80d2b84c8e8e365dfa4) Thanks [@sebald](https://github.com/sebald)! - fix: add placeholder prop to `Combobox` types

- Updated dependencies [[`4d2f94f`](https://github.com/marigold-ui/marigold/commit/4d2f94fcfe17d510298ef0e545736f6dfd6b5992)]:
- @marigold/system@7.4.0
- @marigold/icons@1.2.39

## 7.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marigold/components",
"version": "7.3.3",
"version": "7.4.0",
"description": "Components for the Marigold Design System",
"license": "MIT",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @marigold/icons

## 1.2.39

### Patch Changes

- Updated dependencies [[`4d2f94f`](https://github.com/marigold-ui/marigold/commit/4d2f94fcfe17d510298ef0e545736f6dfd6b5992)]:
- @marigold/system@7.4.0

## 1.2.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marigold/icons",
"description": "Marigold Icons",
"version": "1.2.38",
"version": "1.2.39",
"license": "MIT",
"keywords": [
"marigold",
Expand Down
6 changes: 6 additions & 0 deletions packages/system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @marigold/system

## 7.4.0

### Patch Changes

- [#3720](https://github.com/marigold-ui/marigold/pull/3720) [`4d2f94f`](https://github.com/marigold-ui/marigold/commit/4d2f94fcfe17d510298ef0e545736f6dfd6b5992) Thanks [@sarahgm](https://github.com/sarahgm)! - fix[DSTSUP-41]: Combobox styles for icon

## 7.3.3

## 7.3.2
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marigold/system",
"version": "7.3.3",
"version": "7.4.0",
"description": "Marigold System Library",
"license": "MIT",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/theme-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @marigold/theme-preset

## 1.3.4

### Patch Changes

- Updated dependencies [[`4d2f94f`](https://github.com/marigold-ui/marigold/commit/4d2f94fcfe17d510298ef0e545736f6dfd6b5992)]:
- @marigold/system@7.4.0

## 1.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marigold/theme-preset",
"version": "1.3.3",
"version": "1.3.4",
"description": "Create a tailwind Preset for Marigold",
"license": "MIT",
"keywords": [
Expand Down
15 changes: 15 additions & 0 deletions themes/theme-b2b/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @marigold/theme-b2b

## 27.0.4

### Patch Changes

- [#3709](https://github.com/marigold-ui/marigold/pull/3709) [`f9a4a4c`](https://github.com/marigold-ui/marigold/commit/f9a4a4c2dedc31ded547a55f17d35da382b58aec) Thanks [@sarahgm](https://github.com/sarahgm)! - [DSTSUP-37]fix: badge text color in b2b theme

- [#3720](https://github.com/marigold-ui/marigold/pull/3720) [`4d2f94f`](https://github.com/marigold-ui/marigold/commit/4d2f94fcfe17d510298ef0e545736f6dfd6b5992) Thanks [@sarahgm](https://github.com/sarahgm)! - fix[DSTSUP-41]: Combobox styles for icon

- [#3721](https://github.com/marigold-ui/marigold/pull/3721) [`45489d9`](https://github.com/marigold-ui/marigold/commit/45489d93ff9ff99206ea233d744a553e943f7bb0) Thanks [@sarahgm](https://github.com/sarahgm)! - feat: improve `<Tag>` responsive behavior and core theme styles

- Updated dependencies [[`dbaadeb`](https://github.com/marigold-ui/marigold/commit/dbaadeb54251f39f54c49ab9144f837711c764d5), [`ebea32e`](https://github.com/marigold-ui/marigold/commit/ebea32e2e2d875de430eea07d7f31e2ed23fd21a), [`c61895d`](https://github.com/marigold-ui/marigold/commit/c61895db7fbc3cee7fd0d622518f64d881da7f9b), [`2b9e03e`](https://github.com/marigold-ui/marigold/commit/2b9e03effbbcc63e50781448b89f4e9062c4d0e5), [`3d66a58`](https://github.com/marigold-ui/marigold/commit/3d66a58ca0843a9586e37a87cdfb41b6a6318fd6), [`4d2f94f`](https://github.com/marigold-ui/marigold/commit/4d2f94fcfe17d510298ef0e545736f6dfd6b5992), [`7969fd9`](https://github.com/marigold-ui/marigold/commit/7969fd9d38275c6dbad0d80d2b84c8e8e365dfa4)]:
- @marigold/components@7.4.0
- @marigold/system@7.4.0
- @marigold/theme-preset@1.3.4

## 27.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-b2b/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marigold/theme-b2b",
"version": "27.0.3",
"version": "27.0.4",
"description": "Marigold B2B Theme",
"license": "MIT",
"keywords": [
Expand Down
21 changes: 21 additions & 0 deletions themes/theme-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @marigold/theme-core

## 26.0.7

### Patch Changes

- [#3712](https://github.com/marigold-ui/marigold/pull/3712) [`21fc7cf`](https://github.com/marigold-ui/marigold/commit/21fc7cf6ce095b987f64b000826653bd78c7c88d) Thanks [@OsamaAbdellateef](https://github.com/OsamaAbdellateef)! - Fixing tabs hover style in core theme

- [#3722](https://github.com/marigold-ui/marigold/pull/3722) [`c61895d`](https://github.com/marigold-ui/marigold/commit/c61895db7fbc3cee7fd0d622518f64d881da7f9b) Thanks [@sebald](https://github.com/sebald)! - fix: core `linedTable` variant works again

- [#3720](https://github.com/marigold-ui/marigold/pull/3720) [`4d2f94f`](https://github.com/marigold-ui/marigold/commit/4d2f94fcfe17d510298ef0e545736f6dfd6b5992) Thanks [@sarahgm](https://github.com/sarahgm)! - fix[DSTSUP-41]: Combobox styles for icon

- [#3718](https://github.com/marigold-ui/marigold/pull/3718) [`36c6301`](https://github.com/marigold-ui/marigold/commit/36c63014fba2211c64b0a93ce387e9ebbe3ef6e0) Thanks [@sarahgm](https://github.com/sarahgm)! - fix: surface raised color in core theme and card

- [#3717](https://github.com/marigold-ui/marigold/pull/3717) [`59a9285`](https://github.com/marigold-ui/marigold/commit/59a9285fe8eb46be26ebc7f272081343023fceae) Thanks [@sarahgm](https://github.com/sarahgm)! - fix[DSTSUP-39]: remove max-width from core themed card

- [#3721](https://github.com/marigold-ui/marigold/pull/3721) [`45489d9`](https://github.com/marigold-ui/marigold/commit/45489d93ff9ff99206ea233d744a553e943f7bb0) Thanks [@sarahgm](https://github.com/sarahgm)! - feat: improve `<Tag>` responsive behavior and core theme styles

- Updated dependencies [[`dbaadeb`](https://github.com/marigold-ui/marigold/commit/dbaadeb54251f39f54c49ab9144f837711c764d5), [`ebea32e`](https://github.com/marigold-ui/marigold/commit/ebea32e2e2d875de430eea07d7f31e2ed23fd21a), [`c61895d`](https://github.com/marigold-ui/marigold/commit/c61895db7fbc3cee7fd0d622518f64d881da7f9b), [`2b9e03e`](https://github.com/marigold-ui/marigold/commit/2b9e03effbbcc63e50781448b89f4e9062c4d0e5), [`3d66a58`](https://github.com/marigold-ui/marigold/commit/3d66a58ca0843a9586e37a87cdfb41b6a6318fd6), [`4d2f94f`](https://github.com/marigold-ui/marigold/commit/4d2f94fcfe17d510298ef0e545736f6dfd6b5992), [`7969fd9`](https://github.com/marigold-ui/marigold/commit/7969fd9d38275c6dbad0d80d2b84c8e8e365dfa4)]:
- @marigold/components@7.4.0
- @marigold/system@7.4.0
- @marigold/theme-preset@1.3.4

## 26.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marigold/theme-core",
"version": "26.0.6",
"version": "26.0.7",
"description": "Marigold Core Theme",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 17e5427

Please sign in to comment.