Skip to content

Commit

Permalink
release: version packages (#3315)
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] authored Aug 31, 2023
1 parent 7858c9f commit 8b118b2
Show file tree
Hide file tree
Showing 19 changed files with 76 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-cats-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-grapes-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-books-design.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.2

### Patch Changes

- Updated dependencies [[`979ab73c4`](https://github.com/marigold-ui/marigold/commit/979ab73c4aca9811fec13c2bf6a716dcaea9f62b), [`a5515f34b`](https://github.com/marigold-ui/marigold/commit/a5515f34b35e3c4677daf05d36a2ac1f2a45cfb4)]:
- @marigold/theme-b2b@25.2.1
- @marigold/components@6.2.1
- @marigold/theme-core@25.2.1

## 1.1.1

### 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.1",
"version": "1.1.2",
"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

## 6.2.1

### Patch Changes

- [#3316](https://github.com/marigold-ui/marigold/pull/3316) [`e156e88df`](https://github.com/marigold-ui/marigold/commit/e156e88df12d531c2ac4d794943ade65a0ed7387) Thanks [@sarahgm](https://github.com/sarahgm)! - docs[DST-153]: fix view in Safari

- Updated dependencies [[`979ab73c4`](https://github.com/marigold-ui/marigold/commit/979ab73c4aca9811fec13c2bf6a716dcaea9f62b), [`a5515f34b`](https://github.com/marigold-ui/marigold/commit/a5515f34b35e3c4677daf05d36a2ac1f2a45cfb4)]:
- @marigold/theme-b2b@25.2.1
- @marigold/components@6.2.1
- @marigold/theme-core@25.2.1
- @marigold/icons@1.2.10
- @marigold/theme-preset@1.1.1

## 6.2.0

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

## 6.2.1

### Patch Changes

- [#3314](https://github.com/marigold-ui/marigold/pull/3314) [`a5515f34b`](https://github.com/marigold-ui/marigold/commit/a5515f34b35e3c4677daf05d36a2ac1f2a45cfb4) Thanks [@sarahgm](https://github.com/sarahgm)! - change jsx compiler option to react-jsx

- Updated dependencies []:
- @marigold/system@6.2.1
- @marigold/icons@1.2.10

## 6.2.0

### Minor 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": "6.2.0",
"version": "6.2.1",
"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.10

### Patch Changes

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

## 1.2.9

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

## 6.2.1

## 6.2.0

## 6.1.0
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": "6.2.0",
"version": "6.2.1",
"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.1.1

### Patch Changes

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

## 1.1.0

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

## 25.2.1

### Patch Changes

- [#3319](https://github.com/marigold-ui/marigold/pull/3319) [`979ab73c4`](https://github.com/marigold-ui/marigold/commit/979ab73c4aca9811fec13c2bf6a716dcaea9f62b) Thanks [@sarahgm](https://github.com/sarahgm)! - chore[DST-179]: update switch style

- Updated dependencies [[`a5515f34b`](https://github.com/marigold-ui/marigold/commit/a5515f34b35e3c4677daf05d36a2ac1f2a45cfb4)]:
- @marigold/components@6.2.1
- @marigold/system@6.2.1
- @marigold/theme-preset@1.1.1

## 25.2.0

### Minor 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": "25.2.0",
"version": "25.2.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

## 25.2.1

### Patch Changes

- Updated dependencies [[`a5515f34b`](https://github.com/marigold-ui/marigold/commit/a5515f34b35e3c4677daf05d36a2ac1f2a45cfb4)]:
- @marigold/components@6.2.1
- @marigold/system@6.2.1
- @marigold/theme-preset@1.1.1

## 25.2.0

### Minor 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": "25.2.0",
"version": "25.2.1",
"description": "Marigold Core Theme",
"license": "MIT",
"keywords": [
Expand Down

2 comments on commit 8b118b2

@vercel
Copy link

@vercel vercel bot commented on 8b118b2 Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-docs – ./

marigold-docs.vercel.app
marigold-docs-marigold.vercel.app
marigold-docs-git-main-marigold.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8b118b2 Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-storybook – ./

marigold-storybook-git-main-marigold.vercel.app
marigold-storybook-marigold.vercel.app
marigold-latest.vercel.app

Please sign in to comment.