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 Sep 27, 2024
1 parent 7ea3838 commit 4296d85
Show file tree
Hide file tree
Showing 20 changed files with 93 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-bugs-sparkle.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/sweet-toys-shop.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.50

### Patch Changes

- Updated dependencies [[`7ea3838`](https://github.com/marigold-ui/marigold/commit/7ea3838ed8e7d531e0c5829f11a18b48e87f4def)]:
- @marigold/components@9.0.3
- @marigold/theme-b2b@27.2.2
- @marigold/theme-core@26.2.2

## 1.1.49

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

## 9.0.3

### Patch Changes

- [#4161](https://github.com/marigold-ui/marigold/pull/4161) [`380704d`](https://github.com/marigold-ui/marigold/commit/380704d6497e5880a6eea653b28bd0b3ddc7f762) Thanks [@sarahgm](https://github.com/sarahgm)! - docs[DST-519]: Clean up Marigold Docs/ Improve Navigation

- deleted old files (scripts, about , release)
- updated some faqs
- improved the navigation structure
- added overview pages
- improved folder structure in code (a bit)
- adjust some links

- Updated dependencies [[`7ea3838`](https://github.com/marigold-ui/marigold/commit/7ea3838ed8e7d531e0c5829f11a18b48e87f4def)]:
- @marigold/components@9.0.3
- @marigold/theme-b2b@27.2.2
- @marigold/theme-core@26.2.2
- @marigold/theme-docs@2.1.2
- @marigold/system@9.0.3
- @marigold/icons@1.2.58
- @marigold/theme-preset@1.3.23

## 9.0.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": "9.0.2",
"version": "9.0.3",
"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

## 9.0.3

### Patch Changes

- [#4177](https://github.com/marigold-ui/marigold/pull/4177) [`7ea3838`](https://github.com/marigold-ui/marigold/commit/7ea3838ed8e7d531e0c5829f11a18b48e87f4def) Thanks [@sebald](https://github.com/sebald)! - feat(Menu): pass `aria-label` to menu button instead of menu

- Updated dependencies []:
- @marigold/system@9.0.3
- @marigold/icons@1.2.58

## 9.0.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": "9.0.2",
"version": "9.0.3",
"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.58

### Patch Changes

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

## 1.2.57

### 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.57",
"version": "1.2.58",
"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

## 9.0.3

## 9.0.2

## 9.0.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": "9.0.2",
"version": "9.0.3",
"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.23

### Patch Changes

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

## 1.3.22

### 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.22",
"version": "1.3.23",
"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.2.2

### Patch Changes

- Updated dependencies [[`7ea3838`](https://github.com/marigold-ui/marigold/commit/7ea3838ed8e7d531e0c5829f11a18b48e87f4def)]:
- @marigold/components@9.0.3
- @marigold/system@9.0.3
- @marigold/theme-preset@1.3.23

## 27.2.1

### 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.2.1",
"version": "27.2.2",
"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.2.2

### Patch Changes

- Updated dependencies [[`7ea3838`](https://github.com/marigold-ui/marigold/commit/7ea3838ed8e7d531e0c5829f11a18b48e87f4def)]:
- @marigold/components@9.0.3
- @marigold/system@9.0.3
- @marigold/theme-preset@1.3.23

## 26.2.1

### 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.2.1",
"version": "26.2.2",
"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.1.2

### Patch Changes

- Updated dependencies [[`7ea3838`](https://github.com/marigold-ui/marigold/commit/7ea3838ed8e7d531e0c5829f11a18b48e87f4def)]:
- @marigold/components@9.0.3
- @marigold/system@9.0.3
- @marigold/theme-preset@1.3.23

## 2.1.1

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

0 comments on commit 4296d85

Please sign in to comment.