From c127dd07d30d605ffcacc106ac59072d3dfcf38b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:49:19 +0800 Subject: [PATCH] chore(release): version packages (#975) * chore(release): version packages * chore: update yarn.lock file --------- Co-authored-by: github-actions[bot] Co-authored-by: cheton --- .changeset/tonic-ui-971.md | 6 ------ packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 4 ++-- packages/styled-system/CHANGELOG.md | 6 ++++++ packages/styled-system/package.json | 2 +- yarn.lock | 4 ++-- 6 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 .changeset/tonic-ui-971.md diff --git a/.changeset/tonic-ui-971.md b/.changeset/tonic-ui-971.md deleted file mode 100644 index f8e97db0b0..0000000000 --- a/.changeset/tonic-ui-971.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@tonic-ui/react": patch -"@tonic-ui/styled-system": minor ---- - -feat(styled-system): introduce `_has`, `_is`, and `_not` style props to support functional pseudo-class selectors diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 8fc903c7ea..4167f4b0ca 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @tonic-ui/react +## 2.6.1 + +### Patch Changes + +- feat(styled-system): introduce `_has`, `_is`, and `_not` style props to support functional pseudo-class selectors by [@cheton](https://github.com/cheton) in [#972](https://github.com/trendmicro-frontend/tonic-ui/pull/972) +- Updated dependencies [[`008d823`](https://github.com/trendmicro-frontend/tonic-ui/commit/008d82315a72b4069d043424ac98298fb46a4415)] + - @tonic-ui/styled-system@2.2.0 + ## 2.6.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0e56ae5b42..36f32fdb3d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@tonic-ui/react", - "version": "2.6.0", + "version": "2.6.1", "description": "A comprehensive React component library for Tonic UI.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -27,7 +27,7 @@ "@tonic-ui/react-base": "^2.0.2", "@tonic-ui/react-hooks": "^2.0.1", "@tonic-ui/react-icons": "^2.1.1", - "@tonic-ui/styled-system": "^2.0.3", + "@tonic-ui/styled-system": "^2.2.0", "@tonic-ui/theme": "^2.0.1", "@tonic-ui/utils": "^2.1.1", "date-fns": "2.x", diff --git a/packages/styled-system/CHANGELOG.md b/packages/styled-system/CHANGELOG.md index ff0c3bd817..f21ce048bf 100644 --- a/packages/styled-system/CHANGELOG.md +++ b/packages/styled-system/CHANGELOG.md @@ -1,5 +1,11 @@ # @tonic-ui/styled-system +## 2.2.0 + +### Minor Changes + +- feat(styled-system): introduce `_has`, `_is`, and `_not` style props to support functional pseudo-class selectors by [@cheton](https://github.com/cheton) in [#972](https://github.com/trendmicro-frontend/tonic-ui/pull/972) + ## 2.1.0 ### Minor Changes diff --git a/packages/styled-system/package.json b/packages/styled-system/package.json index 6c19b0f0e0..a213aea90f 100644 --- a/packages/styled-system/package.json +++ b/packages/styled-system/package.json @@ -1,6 +1,6 @@ { "name": "@tonic-ui/styled-system", - "version": "2.1.0", + "version": "2.2.0", "description": "A framework-independent styling engine for Tonic UI.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/yarn.lock b/yarn.lock index f5b99b9a8b..fa64d31586 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4708,7 +4708,7 @@ __metadata: "@tonic-ui/react-base": ^2.0.2 "@tonic-ui/react-hooks": ^2.0.1 "@tonic-ui/react-icons": ^2.1.1 - "@tonic-ui/styled-system": ^2.0.3 + "@tonic-ui/styled-system": ^2.2.0 "@tonic-ui/theme": ^2.0.1 "@tonic-ui/utils": ^2.1.1 "@trendmicro/babel-config": ^1.0.2 @@ -4741,7 +4741,7 @@ __metadata: languageName: unknown linkType: soft -"@tonic-ui/styled-system@^2.0.3, @tonic-ui/styled-system@workspace:packages/styled-system": +"@tonic-ui/styled-system@^2.0.3, @tonic-ui/styled-system@^2.2.0, @tonic-ui/styled-system@workspace:packages/styled-system": version: 0.0.0-use.local resolution: "@tonic-ui/styled-system@workspace:packages/styled-system" dependencies: