Skip to content

Commit

Permalink
release: version packages (#2127)
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 Jun 3, 2022
1 parent 648d01c commit cef5a07
Show file tree
Hide file tree
Showing 24 changed files with 88 additions and 32 deletions.
6 changes: 0 additions & 6 deletions .changeset/silver-garlics-design.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-icons-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-cats-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-paws-rule.md

This file was deleted.

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

## 0.3.2

### Patch Changes

- [#2124](https://github.com/marigold-ui/marigold/pull/2124) [`bdd3e2bd`](https://github.com/marigold-ui/marigold/commit/bdd3e2bd04af7e1419b4264935967bf2e3990040) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update jest

* [#2123](https://github.com/marigold-ui/marigold/pull/2123) [`ca4433f2`](https://github.com/marigold-ui/marigold/commit/ca4433f24e65b5d9c438f12708e71eb3d2489d75) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update eslint

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marigold/eslint-config",
"description": "marigold's eslint configuration",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"keywords": [
"marigiold",
Expand Down
8 changes: 8 additions & 0 deletions config/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @marigold/jest-config

## 1.0.1

### Patch Changes

- [#2124](https://github.com/marigold-ui/marigold/pull/2124) [`bdd3e2bd`](https://github.com/marigold-ui/marigold/commit/bdd3e2bd04af7e1419b4264935967bf2e3990040) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update jest

* [#2126](https://github.com/marigold-ui/marigold/pull/2126) [`85ec457f`](https://github.com/marigold-ui/marigold/commit/85ec457f974d9ffa326330096b0532c32b1ca37a) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @swc/core to v1.2.196

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion config/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marigold/jest-config",
"description": "Marigold's jest configuration",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"keywords": [
"marigold",
Expand Down
12 changes: 12 additions & 0 deletions config/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @marigold/storybook-config

## 0.6.3

### Patch Changes

- [#2136](https://github.com/marigold-ui/marigold/pull/2136) [`58f716b2`](https://github.com/marigold-ui/marigold/commit/58f716b2a476dbb6404409105076bb5da6c91a22) Thanks [@sebald](https://github.com/sebald)! - fix: revert to using TypeScript 4.6

- Updated dependencies []:
- @marigold/components@1.1.1
- @marigold/theme-b2b@8.0.1
- @marigold/theme-core@8.0.1
- @marigold/theme-unicorn@5.0.1

## 0.6.2

### 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": "0.6.2",
"version": "0.6.3",
"license": "MIT",
"type": "module",
"exports": "./main.js",
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

## 1.1.1

### Patch Changes

- [#2123](https://github.com/marigold-ui/marigold/pull/2123) [`ca4433f2`](https://github.com/marigold-ui/marigold/commit/ca4433f24e65b5d9c438f12708e71eb3d2489d75) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update eslint

- Updated dependencies []:
- @marigold/system@1.1.1
- @marigold/components@1.1.1
- @marigold/icons@0.7.3
- @marigold/theme-b2b@8.0.1

## 1.1.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": "1.1.0",
"version": "1.1.1",
"private": true,
"description": "docs",
"dependencies": {
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

## 1.1.1

### Patch Changes

- Updated dependencies []:
- @marigold/system@1.1.1
- @marigold/icons@0.7.3

## 1.1.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": "1.1.0",
"version": "1.1.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

## 0.7.3

### Patch Changes

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

## 0.7.2

### 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": "0.7.2",
"version": "0.7.3",
"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

## 1.1.1

## 1.1.0

## 1.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": "1.1.0",
"version": "1.1.1",
"description": "Marigold System Library",
"license": "MIT",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions themes/theme-b2b/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @marigold/theme-b2b

## 8.0.1

### Patch Changes

- Updated dependencies []:
- @marigold/components@1.1.1

## 8.0.0

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

## 8.0.1

### Patch Changes

- Updated dependencies []:
- @marigold/components@1.1.1

## 8.0.0

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

## 5.0.1

### Patch Changes

- Updated dependencies []:
- @marigold/components@1.1.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-unicorn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marigold/theme-unicorn",
"version": "5.0.0",
"version": "5.0.1",
"description": "Marigold's Developer Theme",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit cef5a07

Please sign in to comment.