Skip to content

Commit

Permalink
release: version packages (#3991)
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 Jul 15, 2024
1 parent da9dc9e commit fcd218e
Show file tree
Hide file tree
Showing 21 changed files with 87 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-readers-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-glasses-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-hornets-vanish.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.46

### Patch Changes

- Updated dependencies [[`ed3bd89`](https://github.com/marigold-ui/marigold/commit/ed3bd8975c535817ca904bd1f17b1a4009950e2b), [`c64d71e`](https://github.com/marigold-ui/marigold/commit/c64d71e190ba7b361fefeb94e25daa8715050448), [`864ed08`](https://github.com/marigold-ui/marigold/commit/864ed08bbc7305292e4777baad795b39e8c171f1)]:
- @marigold/components@8.0.2
- @marigold/theme-b2b@27.1.14
- @marigold/theme-core@26.1.14

## 1.1.45

### 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.45",
"version": "1.1.46",
"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

## 8.0.2

### Patch Changes

- Updated dependencies [[`ed3bd89`](https://github.com/marigold-ui/marigold/commit/ed3bd8975c535817ca904bd1f17b1a4009950e2b), [`c64d71e`](https://github.com/marigold-ui/marigold/commit/c64d71e190ba7b361fefeb94e25daa8715050448), [`864ed08`](https://github.com/marigold-ui/marigold/commit/864ed08bbc7305292e4777baad795b39e8c171f1)]:
- @marigold/components@8.0.2
- @marigold/theme-b2b@27.1.14
- @marigold/theme-core@26.1.14
- @marigold/theme-docs@2.0.4
- @marigold/icons@1.2.54
- @marigold/theme-preset@1.3.19

## 8.0.1

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

## 8.0.2

### Patch Changes

- [#3992](https://github.com/marigold-ui/marigold/pull/3992) [`ed3bd89`](https://github.com/marigold-ui/marigold/commit/ed3bd8975c535817ca904bd1f17b1a4009950e2b) Thanks [@sebald](https://github.com/sebald)! - refa: use `FieldErrorContext` in `<HelpText>` and fix `key` issue

- [#4005](https://github.com/marigold-ui/marigold/pull/4005) [`c64d71e`](https://github.com/marigold-ui/marigold/commit/c64d71e190ba7b361fefeb94e25daa8715050448) Thanks [@OsamaAbdellateef](https://github.com/OsamaAbdellateef)! - Add ref to datepicker

- [#3985](https://github.com/marigold-ui/marigold/pull/3985) [`864ed08`](https://github.com/marigold-ui/marigold/commit/864ed08bbc7305292e4777baad795b39e8c171f1) Thanks [@sarahgm](https://github.com/sarahgm)! - fix: adjust the triggerwidth of the autocomplete

- Updated dependencies []:
- @marigold/system@8.0.2
- @marigold/icons@1.2.54

## 8.0.1

### 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": "8.0.1",
"version": "8.0.2",
"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.54

### Patch Changes

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

## 1.2.53

### 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.53",
"version": "1.2.54",
"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

## 8.0.2

## 8.0.1

### Patch 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": "8.0.1",
"version": "8.0.2",
"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.19

### Patch Changes

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

## 1.3.18

### 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.18",
"version": "1.3.19",
"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.14

### Patch Changes

- Updated dependencies [[`ed3bd89`](https://github.com/marigold-ui/marigold/commit/ed3bd8975c535817ca904bd1f17b1a4009950e2b), [`c64d71e`](https://github.com/marigold-ui/marigold/commit/c64d71e190ba7b361fefeb94e25daa8715050448), [`864ed08`](https://github.com/marigold-ui/marigold/commit/864ed08bbc7305292e4777baad795b39e8c171f1)]:
- @marigold/components@8.0.2
- @marigold/system@8.0.2
- @marigold/theme-preset@1.3.19

## 27.1.13

### 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.13",
"version": "27.1.14",
"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.14

### Patch Changes

- Updated dependencies [[`ed3bd89`](https://github.com/marigold-ui/marigold/commit/ed3bd8975c535817ca904bd1f17b1a4009950e2b), [`c64d71e`](https://github.com/marigold-ui/marigold/commit/c64d71e190ba7b361fefeb94e25daa8715050448), [`864ed08`](https://github.com/marigold-ui/marigold/commit/864ed08bbc7305292e4777baad795b39e8c171f1)]:
- @marigold/components@8.0.2
- @marigold/system@8.0.2
- @marigold/theme-preset@1.3.19

## 26.1.13

### 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.13",
"version": "26.1.14",
"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.0.4

### Patch Changes

- Updated dependencies [[`ed3bd89`](https://github.com/marigold-ui/marigold/commit/ed3bd8975c535817ca904bd1f17b1a4009950e2b), [`c64d71e`](https://github.com/marigold-ui/marigold/commit/c64d71e190ba7b361fefeb94e25daa8715050448), [`864ed08`](https://github.com/marigold-ui/marigold/commit/864ed08bbc7305292e4777baad795b39e8c171f1)]:
- @marigold/components@8.0.2
- @marigold/system@8.0.2
- @marigold/theme-preset@1.3.19

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

0 comments on commit fcd218e

Please sign in to comment.