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 Jan 19, 2024
1 parent 66d53d7 commit d47f6c8
Show file tree
Hide file tree
Showing 24 changed files with 100 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-donuts-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-plants-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-spoons-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-teachers-prove.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-beers-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-baboons-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-radios-begin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-actors-applaud.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.27

### Patch Changes

- Updated dependencies [[`b5cb086`](https://github.com/marigold-ui/marigold/commit/b5cb08634900c007060b50b4055c7c75847e4598), [`34a7482`](https://github.com/marigold-ui/marigold/commit/34a748234747b91cb3b4fb9cb4c6708508ac05aa), [`645ab22`](https://github.com/marigold-ui/marigold/commit/645ab22b911079c8d874c980cc137005e94dd69c), [`fd16ef5`](https://github.com/marigold-ui/marigold/commit/fd16ef5f593d0bebaff24563edf663ad5a542feb), [`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576), [`8b6f34a`](https://github.com/marigold-ui/marigold/commit/8b6f34abf562158ea4bfbd6ad7a8a33c143a929f), [`7e3aa28`](https://github.com/marigold-ui/marigold/commit/7e3aa287a2d3987ff82d2f7cda37194db3533cfa), [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4)]:
- @marigold/theme-core@26.0.3
- @marigold/components@7.3.0
- @marigold/theme-b2b@27.0.0

## 1.1.26

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

## 7.3.0

### Patch Changes

- Updated dependencies [[`b5cb086`](https://github.com/marigold-ui/marigold/commit/b5cb08634900c007060b50b4055c7c75847e4598), [`34a7482`](https://github.com/marigold-ui/marigold/commit/34a748234747b91cb3b4fb9cb4c6708508ac05aa), [`645ab22`](https://github.com/marigold-ui/marigold/commit/645ab22b911079c8d874c980cc137005e94dd69c), [`fd16ef5`](https://github.com/marigold-ui/marigold/commit/fd16ef5f593d0bebaff24563edf663ad5a542feb), [`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576), [`8b6f34a`](https://github.com/marigold-ui/marigold/commit/8b6f34abf562158ea4bfbd6ad7a8a33c143a929f), [`7e3aa28`](https://github.com/marigold-ui/marigold/commit/7e3aa287a2d3987ff82d2f7cda37194db3533cfa), [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4)]:
- @marigold/theme-core@26.0.3
- @marigold/components@7.3.0
- @marigold/theme-preset@1.3.0
- @marigold/theme-b2b@27.0.0
- @marigold/icons@1.2.35

## 7.2.0

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

## 7.3.0

### Minor Changes

- [#3644](https://github.com/marigold-ui/marigold/pull/3644) [`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576) Thanks [@sebald](https://github.com/sebald)! - feat: `getColor` util

- [#3651](https://github.com/marigold-ui/marigold/pull/3651) [`8b6f34a`](https://github.com/marigold-ui/marigold/commit/8b6f34abf562158ea4bfbd6ad7a8a33c143a929f) Thanks [@sebald](https://github.com/sebald)! - feat: Expose `I18nProvider`

- [#3621](https://github.com/marigold-ui/marigold/pull/3621) [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4) Thanks [@sarahgm](https://github.com/sarahgm)! - DST-[266]:feat: use new b2b tokens in code

### Patch Changes

- [#3653](https://github.com/marigold-ui/marigold/pull/3653) [`34a7482`](https://github.com/marigold-ui/marigold/commit/34a748234747b91cb3b4fb9cb4c6708508ac05aa) Thanks [@sebald](https://github.com/sebald)! - fix([DSTSUP-23]): Correctly prefix days/months with zeroes

- [#3654](https://github.com/marigold-ui/marigold/pull/3654) [`fd16ef5`](https://github.com/marigold-ui/marigold/commit/fd16ef5f593d0bebaff24563edf663ad5a542feb) Thanks [@sebald](https://github.com/sebald)! - fix([DSTSUP-19]): Allow Popovers to outgrow their trigger element

- [#3645](https://github.com/marigold-ui/marigold/pull/3645) [`7e3aa28`](https://github.com/marigold-ui/marigold/commit/7e3aa287a2d3987ff82d2f7cda37194db3533cfa) Thanks [@OsamaAbdellateef](https://github.com/OsamaAbdellateef)! - Adding onClear prop over Autocomplete component

- Updated dependencies [[`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576)]:
- @marigold/system@7.3.0
- @marigold/icons@1.2.35

## 7.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": "7.2.0",
"version": "7.3.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.35

### Patch Changes

- Updated dependencies [[`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576)]:
- @marigold/system@7.3.0

## 1.2.34

### 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.34",
"version": "1.2.35",
"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.3.0

### Minor Changes

- [#3644](https://github.com/marigold-ui/marigold/pull/3644) [`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576) Thanks [@sebald](https://github.com/sebald)! - feat: `getColor` util

## 7.2.0

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

## 1.3.0

### Minor Changes

- [#3621](https://github.com/marigold-ui/marigold/pull/3621) [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4) Thanks [@sarahgm](https://github.com/sarahgm)! - DST-[266]:feat: use new b2b tokens in code

### Patch Changes

- Updated dependencies [[`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576)]:
- @marigold/system@7.3.0

## 1.2.8

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

## 27.0.0

### Major Changes

- [#3621](https://github.com/marigold-ui/marigold/pull/3621) [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4) Thanks [@sarahgm](https://github.com/sarahgm)! - DST-[266]:feat: use new b2b tokens in code

### Patch Changes

- Updated dependencies [[`34a7482`](https://github.com/marigold-ui/marigold/commit/34a748234747b91cb3b4fb9cb4c6708508ac05aa), [`fd16ef5`](https://github.com/marigold-ui/marigold/commit/fd16ef5f593d0bebaff24563edf663ad5a542feb), [`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576), [`8b6f34a`](https://github.com/marigold-ui/marigold/commit/8b6f34abf562158ea4bfbd6ad7a8a33c143a929f), [`7e3aa28`](https://github.com/marigold-ui/marigold/commit/7e3aa287a2d3987ff82d2f7cda37194db3533cfa), [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4)]:
- @marigold/components@7.3.0
- @marigold/system@7.3.0
- @marigold/theme-preset@1.3.0

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

## 26.0.3

### Patch Changes

- [#3646](https://github.com/marigold-ui/marigold/pull/3646) [`b5cb086`](https://github.com/marigold-ui/marigold/commit/b5cb08634900c007060b50b4055c7c75847e4598) Thanks [@sarahgm](https://github.com/sarahgm)! - feat: add new bluer blue color palette to core theme

- [#3648](https://github.com/marigold-ui/marigold/pull/3648) [`645ab22`](https://github.com/marigold-ui/marigold/commit/645ab22b911079c8d874c980cc137005e94dd69c) Thanks [@sarahgm](https://github.com/sarahgm)! - [DSTSUP-20]: fix border token for input styles in core theme

- Updated dependencies [[`34a7482`](https://github.com/marigold-ui/marigold/commit/34a748234747b91cb3b4fb9cb4c6708508ac05aa), [`fd16ef5`](https://github.com/marigold-ui/marigold/commit/fd16ef5f593d0bebaff24563edf663ad5a542feb), [`b4999d8`](https://github.com/marigold-ui/marigold/commit/b4999d8ecc9118df94b57f03dd67a80df4af7576), [`8b6f34a`](https://github.com/marigold-ui/marigold/commit/8b6f34abf562158ea4bfbd6ad7a8a33c143a929f), [`7e3aa28`](https://github.com/marigold-ui/marigold/commit/7e3aa287a2d3987ff82d2f7cda37194db3533cfa), [`3c72997`](https://github.com/marigold-ui/marigold/commit/3c729971879d41543ef074bab6b9874a283039d4)]:
- @marigold/components@7.3.0
- @marigold/system@7.3.0
- @marigold/theme-preset@1.3.0

## 26.0.2

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

0 comments on commit d47f6c8

Please sign in to comment.