Skip to content

Commit

Permalink
release: version packages (#4400)
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 Jan 22, 2025
1 parent 8b7be8e commit 1ba57c3
Show file tree
Hide file tree
Showing 21 changed files with 87 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-bees-wait.md

This file was deleted.

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

## 1.1.54

### Patch Changes

- @marigold/components@10.1.3
- @marigold/theme-b2b@28.0.4
- @marigold/theme-core@27.0.4

## 1.1.53

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

## 10.1.3

### Patch Changes

- @marigold/components@10.1.3
- @marigold/system@10.1.3
- @marigold/theme-b2b@28.0.4
- @marigold/theme-core@27.0.4
- @marigold/theme-docs@2.2.4
- @marigold/icons@1.2.62
- @marigold/theme-preset@1.3.27

## 10.1.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": "10.1.2",
"version": "10.1.3",
"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

## 10.1.3

### Patch Changes

- Updated dependencies [8b7be8e]
- @marigold/types@1.2.1
- @marigold/system@10.1.3

## 10.1.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": "10.1.2",
"version": "10.1.3",
"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.62

### Patch Changes

- @marigold/system@10.1.3

## 1.2.61

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

## 10.1.3

### Patch Changes

- Updated dependencies [8b7be8e]
- @marigold/types@1.2.1

## 10.1.2

## 10.1.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": "10.1.2",
"version": "10.1.3",
"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.27

### Patch Changes

- @marigold/system@10.1.3

## 1.3.26

### 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.26",
"version": "1.3.27",
"description": "Create a tailwind Preset for Marigold",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @marigold/types

## 1.2.1

### Patch Changes

- 8b7be8e: fix(types): Update deps and fix peer dependency for `@types/react`.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marigold/types",
"description": "Marigold System Helper Types",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"keywords": [
"marigold",
Expand Down
8 changes: 8 additions & 0 deletions themes/theme-b2b/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @marigold/theme-b2b

## 28.0.4

### Patch Changes

- @marigold/components@10.1.3
- @marigold/system@10.1.3
- @marigold/theme-preset@1.3.27

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

## 27.0.4

### Patch Changes

- @marigold/components@10.1.3
- @marigold/system@10.1.3
- @marigold/theme-preset@1.3.27

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

## 2.2.4

### Patch Changes

- @marigold/components@10.1.3
- @marigold/system@10.1.3
- @marigold/theme-preset@1.3.27

## 2.2.3

### Patch 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.3",
"version": "2.2.4",
"description": "Marigold Docs Theme",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 1ba57c3

Please sign in to comment.