Skip to content

Commit

Permalink
release: version packages (#3839)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 22, 2024
1 parent c8320d3 commit 9a8038f
Show file tree
Hide file tree
Showing 20 changed files with 78 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-glasses-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-lamps-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-nails-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-terms-wave.md

This file was deleted.

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

## 1.1.36

### Patch Changes

- [#3838](https://github.com/marigold-ui/marigold/pull/3838) [`17a5870`](https://github.com/marigold-ui/marigold/commit/17a5870ab7676c0aa412ca9378525bd803374591) Thanks [@sebald](https://github.com/sebald)! - feat: add story code plugin

- Updated dependencies [[`4c3cad5`](https://github.com/marigold-ui/marigold/commit/4c3cad52f3d6d85fdea89603682876fe35935b15), [`ea9c6b5`](https://github.com/marigold-ui/marigold/commit/ea9c6b5d74f514b25207792f8a0e4520836c2917)]:
- @marigold/theme-core@26.1.4
- @marigold/components@7.5.4
- @marigold/theme-b2b@27.1.4

## 1.1.35

### 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.35",
"version": "1.1.36",
"license": "MIT",
"exports": "./main.js",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @marigold/docs

## 7.5.4

### Patch Changes

- [#3840](https://github.com/marigold-ui/marigold/pull/3840) [`c8320d3`](https://github.com/marigold-ui/marigold/commit/c8320d30e6a2b311d2ff3ec74d713b5362806942) Thanks [@aromko](https://github.com/aromko)! - docs: change multiselect recipe

- Updated dependencies [[`4c3cad5`](https://github.com/marigold-ui/marigold/commit/4c3cad52f3d6d85fdea89603682876fe35935b15), [`ea9c6b5`](https://github.com/marigold-ui/marigold/commit/ea9c6b5d74f514b25207792f8a0e4520836c2917)]:
- @marigold/theme-core@26.1.4
- @marigold/components@7.5.4
- @marigold/icons@1.2.44
- @marigold/theme-preset@1.3.9
- @marigold/theme-b2b@27.1.4

## 7.5.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.5.3",
"version": "7.5.4",
"private": true,
"scripts": {
"dev": "pnpm registry && next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @marigold/components

## 7.5.4

### Patch Changes

- Updated dependencies []:
- @marigold/system@7.5.4
- @marigold/icons@1.2.44

## 7.5.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.5.3",
"version": "7.5.4",
"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.44

### Patch Changes

- Updated dependencies []:
- @marigold/system@7.5.4

## 1.2.43

### 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.43",
"version": "1.2.44",
"license": "MIT",
"keywords": [
"marigold",
Expand Down
2 changes: 2 additions & 0 deletions packages/system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @marigold/system

## 7.5.4

## 7.5.3

## 7.5.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.5.3",
"version": "7.5.4",
"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.9

### Patch Changes

- Updated dependencies []:
- @marigold/system@7.5.4

## 1.3.8

### 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.8",
"version": "1.3.9",
"description": "Create a tailwind Preset for Marigold",
"license": "MIT",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions themes/theme-b2b/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @marigold/theme-b2b

## 27.1.4

### Patch Changes

- Updated dependencies []:
- @marigold/system@7.5.4
- @marigold/components@7.5.4
- @marigold/theme-preset@1.3.9

## 27.1.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.1.3",
"version": "27.1.4",
"description": "Marigold B2B Theme",
"license": "MIT",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions themes/theme-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @marigold/theme-core

## 26.1.4

### Patch Changes

- [#3800](https://github.com/marigold-ui/marigold/pull/3800) [`4c3cad5`](https://github.com/marigold-ui/marigold/commit/4c3cad52f3d6d85fdea89603682876fe35935b15) Thanks [@OsamaAbdellateef](https://github.com/OsamaAbdellateef)! - Fixing divider styles

- [#3836](https://github.com/marigold-ui/marigold/pull/3836) [`ea9c6b5`](https://github.com/marigold-ui/marigold/commit/ea9c6b5d74f514b25207792f8a0e4520836c2917) Thanks [@sebald](https://github.com/sebald)! - fix: use surface tokens for `<Dialog>` in core theme

- Updated dependencies []:
- @marigold/system@7.5.4
- @marigold/components@7.5.4
- @marigold/theme-preset@1.3.9

## 26.1.3

### 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.1.3",
"version": "26.1.4",
"description": "Marigold Core Theme",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 9a8038f

Please sign in to comment.