Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 6, 2024
1 parent c9bafd9 commit 72ecaac
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/great-flies-yawn.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sweet-kings-protect.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @localyze-pluto/components

## 41.0.0

### Minor Changes

- [#1616](https://github.com/Localitos/pluto/pull/1616) [`ab773c0`](https://github.com/Localitos/pluto/commit/ab773c01a4f0cd4dde6db44756d9e4d4f1ba1380) Thanks [@apvale](https://github.com/apvale)! - Add new lucid icons:

- `MailPlus`
- `ListPlus`

### Patch Changes

- Updated dependencies [[`c9bafd9`](https://github.com/Localitos/pluto/commit/c9bafd947229217701c4db2bb8db6f0fd3d3f041)]:
- @localyze-pluto/theme@29.0.0

## 40.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localyze-pluto/components",
"version": "40.0.0",
"version": "41.0.0",
"description": "Pluto Design System Components",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"peerDependencies": {
"@heroicons/react": "^2.1.3",
"@localyze-pluto/theme": "^28.0.0",
"@localyze-pluto/theme": "^29.0.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.1",
Expand All @@ -61,7 +61,7 @@
"devDependencies": {
"@heroicons/react": "^2.1.3",
"@localyze-pluto/eslint-config": "^1.18.0",
"@localyze-pluto/theme": "^28.0.0",
"@localyze-pluto/theme": "^29.0.0",
"@localyze-pluto/tsconfig": "^1.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @localyze-pluto/design-tokens

## 1.20.0

### Minor Changes

- [#1609](https://github.com/Localitos/pluto/pull/1609) [`c9bafd9`](https://github.com/Localitos/pluto/commit/c9bafd947229217701c4db2bb8db6f0fd3d3f041) Thanks [@rssilva](https://github.com/rssilva)! - Use token variables instead of repeating/duplicating

## 1.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localyze-pluto/design-tokens",
"version": "1.19.0",
"version": "1.20.0",
"description": "Pluto Design System Design Tokens",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @localyze-pluto/theme

## 29.0.0

### Minor Changes

- [#1609](https://github.com/Localitos/pluto/pull/1609) [`c9bafd9`](https://github.com/Localitos/pluto/commit/c9bafd947229217701c4db2bb8db6f0fd3d3f041) Thanks [@rssilva](https://github.com/rssilva)! - Use token variables instead of repeating/duplicating

### Patch Changes

- Updated dependencies [[`c9bafd9`](https://github.com/Localitos/pluto/commit/c9bafd947229217701c4db2bb8db6f0fd3d3f041)]:
- @localyze-pluto/design-tokens@1.20.0

## 28.0.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localyze-pluto/theme",
"version": "28.0.0",
"version": "29.0.0",
"description": "Pluto Design System Theme ",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -28,14 +28,14 @@
"tsc": "tsc"
},
"peerDependencies": {
"@localyze-pluto/design-tokens": "^1.19.0",
"@localyze-pluto/design-tokens": "^1.20.0",
"@xstyled/styled-components": "^3.8.0",
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@localyze-pluto/design-tokens": "^1.19.0",
"@localyze-pluto/design-tokens": "^1.20.0",
"@localyze-pluto/eslint-config": "^1.18.0",
"@localyze-pluto/tsconfig": "^1.1.0",
"@testing-library/jest-dom": "^6.4.5",
Expand Down

0 comments on commit 72ecaac

Please sign in to comment.