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 May 27, 2024
1 parent 2bcb2db commit 323c893
Show file tree
Hide file tree
Showing 17 changed files with 82 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/little-insects-pull.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.41

### Patch Changes

- Updated dependencies [[`8c4631f`](https://github.com/marigold-ui/marigold/commit/8c4631f53744e9316f4d6ae325602de8287bbe86)]:
- @marigold/components@7.8.0
- @marigold/theme-b2b@27.1.9
- @marigold/theme-core@26.1.9

## 1.1.40

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

## 7.8.0

### Minor Changes

- [#3913](https://github.com/marigold-ui/marigold/pull/3913) [`8c4631f`](https://github.com/marigold-ui/marigold/commit/8c4631f53744e9316f4d6ae325602de8287bbe86) Thanks [@sebald](https://github.com/sebald)! - feat: Introduce `Grid` component

### Patch Changes

- Updated dependencies [[`8c4631f`](https://github.com/marigold-ui/marigold/commit/8c4631f53744e9316f4d6ae325602de8287bbe86)]:
- @marigold/components@7.8.0
- @marigold/theme-b2b@27.1.9
- @marigold/theme-core@26.1.9
- @marigold/icons@1.2.49
- @marigold/theme-preset@1.3.14

## 7.7.2

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

## 7.8.0

### Minor Changes

- [#3913](https://github.com/marigold-ui/marigold/pull/3913) [`8c4631f`](https://github.com/marigold-ui/marigold/commit/8c4631f53744e9316f4d6ae325602de8287bbe86) Thanks [@sebald](https://github.com/sebald)! - feat: Introduce `Grid` component

### Patch Changes

- Updated dependencies [[`8c4631f`](https://github.com/marigold-ui/marigold/commit/8c4631f53744e9316f4d6ae325602de8287bbe86)]:
- @marigold/system@7.8.0
- @marigold/icons@1.2.49

## 7.7.2

### 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.7.2",
"version": "7.8.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.49

### Patch Changes

- Updated dependencies [[`8c4631f`](https://github.com/marigold-ui/marigold/commit/8c4631f53744e9316f4d6ae325602de8287bbe86)]:
- @marigold/system@7.8.0

## 1.2.48

### 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.48",
"version": "1.2.49",
"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.8.0

### Minor Changes

- [#3913](https://github.com/marigold-ui/marigold/pull/3913) [`8c4631f`](https://github.com/marigold-ui/marigold/commit/8c4631f53744e9316f4d6ae325602de8287bbe86) Thanks [@sebald](https://github.com/sebald)! - feat: Introduce `Grid` component

## 7.7.2

## 7.7.1
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.7.2",
"version": "7.8.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.14

### Patch Changes

- Updated dependencies [[`8c4631f`](https://github.com/marigold-ui/marigold/commit/8c4631f53744e9316f4d6ae325602de8287bbe86)]:
- @marigold/system@7.8.0

## 1.3.13

### 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.13",
"version": "1.3.14",
"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.9

### Patch Changes

- Updated dependencies [[`8c4631f`](https://github.com/marigold-ui/marigold/commit/8c4631f53744e9316f4d6ae325602de8287bbe86)]:
- @marigold/components@7.8.0
- @marigold/system@7.8.0
- @marigold/theme-preset@1.3.14

## 27.1.8

### 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.8",
"version": "27.1.9",
"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

## 26.1.9

### Patch Changes

- Updated dependencies [[`8c4631f`](https://github.com/marigold-ui/marigold/commit/8c4631f53744e9316f4d6ae325602de8287bbe86)]:
- @marigold/components@7.8.0
- @marigold/system@7.8.0
- @marigold/theme-preset@1.3.14

## 26.1.8

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

0 comments on commit 323c893

Please sign in to comment.