Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 29, 2024
1 parent 0eee42e commit 4e3d557
Show file tree
Hide file tree
Showing 22 changed files with 90 additions and 32 deletions.
8 changes: 0 additions & 8 deletions .changeset/fresh-zoos-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-bottles-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-actors-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-beds-relate.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.51

### Patch Changes

- Updated dependencies [22200a0]
- @marigold/components@10.0.1
- @marigold/theme-b2b@28.0.1
- @marigold/theme-core@27.0.1

## 1.1.50

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

## 10.0.1

### Patch Changes

- 22200a0: docs([DST-581]): revise `<DateField>` page according to new component page structure

Revised the `<DateField>` documentation page to our new layout of component pages.

- 1bb2729: docs: fix link to `<Icon>` page
- b84e19c: docs: fix broken links (MultiSelect and Building Forms)
- 3cd1451: docs: adjust menu demo with dialog
- Updated dependencies [22200a0]
- @marigold/components@10.0.1
- @marigold/theme-b2b@28.0.1
- @marigold/theme-core@27.0.1
- @marigold/theme-docs@2.2.1
- @marigold/system@10.0.1
- @marigold/icons@1.2.59
- @marigold/theme-preset@1.3.24

## 10.0.0

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

## 10.0.1

### Patch Changes

- 22200a0: docs([DST-581]): revise `<DateField>` page according to new component page structure

Revised the `<DateField>` documentation page to our new layout of component pages.

- @marigold/[email protected]
- @marigold/[email protected]

## 10.0.0

### Major 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": "10.0.0",
"version": "10.0.1",
"description": "Components for the Marigold Design System",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @marigold/icons

## 1.2.59

### Patch Changes

- @marigold/system@10.0.1

## 1.2.58

### 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.58",
"version": "1.2.59",
"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

## 10.0.1

## 10.0.0

### Major Changes
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": "10.0.0",
"version": "10.0.1",
"description": "Marigold System Library",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/theme-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @marigold/theme-preset

## 1.3.24

### Patch Changes

- @marigold/system@10.0.1

## 1.3.23

### 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.23",
"version": "1.3.24",
"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

## 28.0.1

### Patch Changes

- Updated dependencies [22200a0]
- @marigold/components@10.0.1
- @marigold/system@10.0.1
- @marigold/theme-preset@1.3.24

## 28.0.0

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

## 27.0.1

### Patch Changes

- Updated dependencies [22200a0]
- @marigold/components@10.0.1
- @marigold/system@10.0.1
- @marigold/theme-preset@1.3.24

## 27.0.0

### Major 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": "27.0.0",
"version": "27.0.1",
"description": "Marigold Core Theme",
"license": "MIT",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions themes/theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @marigold/theme-docs

## 2.2.1

### Patch Changes

- Updated dependencies [22200a0]
- @marigold/components@10.0.1
- @marigold/system@10.0.1
- @marigold/theme-preset@1.3.24

## 2.2.0

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

0 comments on commit 4e3d557

Please sign in to comment.