Skip to content

Commit

Permalink
chore(release): version packages (#975)
Browse files Browse the repository at this point in the history
* chore(release): version packages

* chore: update yarn.lock file

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: cheton <cheton@gmail.com>
  • Loading branch information
3 people authored Feb 14, 2025
1 parent 008d823 commit c127dd0
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/tonic-ui-971.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/styled-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-system/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c127dd0

Please sign in to comment.