Skip to content

Commit

Permalink
Version Packages (#1729)
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
alpacatron and github-actions[bot] authored Sep 13, 2024
1 parent aedb494 commit 58409f3
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .changeset/serious-squids-brush.md

This file was deleted.

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

## 53.0.0

### Minor Changes

- [#1728](https://github.com/Localitos/pluto/pull/1728) [`aedb494`](https://github.com/Localitos/pluto/commit/aedb494aed44867f2ed0bba46c3e609ad18eff88) Thanks [@rssilva](https://github.com/rssilva)! - Update typescript and eslint plugins

### Patch Changes

- Updated dependencies [[`aedb494`](https://github.com/Localitos/pluto/commit/aedb494aed44867f2ed0bba46c3e609ad18eff88)]:
- @localyze-pluto/theme@39.0.0

## 52.2.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localyze-pluto/components",
"version": "52.2.1",
"version": "53.0.0",
"description": "Pluto Design System Components",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"react-hook-form": "^7.52.1"
},
"peerDependencies": {
"@localyze-pluto/theme": "^38.0.0",
"@localyze-pluto/theme": "^39.0.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
Expand All @@ -57,8 +57,8 @@
"styled-components": "^5.3.11"
},
"devDependencies": {
"@localyze-pluto/eslint-config": "^1.21.0",
"@localyze-pluto/theme": "^38.0.0",
"@localyze-pluto/eslint-config": "^1.23.0",
"@localyze-pluto/theme": "^39.0.0",
"@localyze-pluto/tsconfig": "^1.1.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
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.30.0

### Minor Changes

- [#1728](https://github.com/Localitos/pluto/pull/1728) [`aedb494`](https://github.com/Localitos/pluto/commit/aedb494aed44867f2ed0bba46c3e609ad18eff88) Thanks [@rssilva](https://github.com/rssilva)! - Update typescript and eslint plugins

## 1.29.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.29.0",
"version": "1.30.0",
"description": "Pluto Design System Design Tokens",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -30,7 +30,7 @@
"style-dictionary": "^3.9.2"
},
"devDependencies": {
"@localyze-pluto/eslint-config": "^1.21.0",
"@localyze-pluto/eslint-config": "^1.23.0",
"@localyze-pluto/tsconfig": "^1.1.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @localyze-pluto/eslint-config

## 1.23.0

### Minor Changes

- [#1728](https://github.com/Localitos/pluto/pull/1728) [`aedb494`](https://github.com/Localitos/pluto/commit/aedb494aed44867f2ed0bba46c3e609ad18eff88) Thanks [@rssilva](https://github.com/rssilva)! - Update typescript and eslint plugins

## 1.22.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@localyze-pluto/eslint-config",
"description": "eslint config to be shared across repos ",
"version": "1.22.1",
"version": "1.23.0",
"main": ".eslintrc.js",
"license": "MIT",
"dependencies": {
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

## 39.0.0

### Minor Changes

- [#1728](https://github.com/Localitos/pluto/pull/1728) [`aedb494`](https://github.com/Localitos/pluto/commit/aedb494aed44867f2ed0bba46c3e609ad18eff88) Thanks [@rssilva](https://github.com/rssilva)! - Update typescript and eslint plugins

### Patch Changes

- Updated dependencies [[`aedb494`](https://github.com/Localitos/pluto/commit/aedb494aed44867f2ed0bba46c3e609ad18eff88)]:
- @localyze-pluto/design-tokens@1.30.0

## 38.0.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localyze-pluto/theme",
"version": "38.0.0",
"version": "39.0.0",
"description": "Pluto Design System Theme ",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -28,15 +28,15 @@
"tsc": "tsc"
},
"peerDependencies": {
"@localyze-pluto/design-tokens": "^1.29.0",
"@localyze-pluto/design-tokens": "^1.30.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.29.0",
"@localyze-pluto/eslint-config": "^1.21.0",
"@localyze-pluto/design-tokens": "^1.30.0",
"@localyze-pluto/eslint-config": "^1.23.0",
"@localyze-pluto/tsconfig": "^1.1.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
Expand Down

0 comments on commit 58409f3

Please sign in to comment.