diff --git a/.changeset/great-flies-yawn.md b/.changeset/great-flies-yawn.md deleted file mode 100644 index 9a5065786..000000000 --- a/.changeset/great-flies-yawn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@localyze-pluto/design-tokens": minor -"@localyze-pluto/theme": minor ---- - -Use token variables instead of repeating/duplicating diff --git a/.changeset/sweet-kings-protect.md b/.changeset/sweet-kings-protect.md deleted file mode 100644 index 0cf680627..000000000 --- a/.changeset/sweet-kings-protect.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@localyze-pluto/components": minor ---- - -Add new lucid icons: - -- `MailPlus` -- `ListPlus` diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 5fa92cbc0..cd472111c 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -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 diff --git a/packages/components/package.json b/packages/components/package.json index acc64a892..36e26385f 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -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", @@ -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", @@ -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", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index d47ce5be7..bd56e9850 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -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 diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 07fd8f09b..aa8409057 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -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", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 2d3b9ec01..a1582084b 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -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 diff --git a/packages/theme/package.json b/packages/theme/package.json index b996ee91e..62fb111e6 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -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", @@ -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",