Skip to content

Commit

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

* chore: update yarn.lock

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: cheton <[email protected]>
  • Loading branch information
3 people authored Nov 23, 2024
1 parent 22ccadf commit 848cc51
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/tonic-ui-933.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tonic-ui-945-utils.md

This file was deleted.

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

## 2.4.0

### Minor Changes

- feat(react/toast): enhance inline toast transition management by [@cheton](https://github.com/cheton) in [#941](https://github.com/trendmicro-frontend/tonic-ui/pull/941)

### Patch Changes

- Updated dependencies [[`22ccadf`](https://github.com/trendmicro-frontend/tonic-ui/commit/22ccadf3e35dac1bb20c43df2d8c2b1a5bf6d6fc)]
- @tonic-ui/utils@2.1.0

## 2.3.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.3.0",
"version": "2.4.0",
"description": "React Tonic UI component library.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@tonic-ui/react-icons": "^2.0.2",
"@tonic-ui/styled-system": "^2.0.2",
"@tonic-ui/theme": "^2.0.0",
"@tonic-ui/utils": "^2.0.1",
"@tonic-ui/utils": "^2.1.0",
"date-fns": "2.x",
"ensure-type": "^1.5.1",
"lodash.get": "4.x",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tonic-ui/utils

## 2.1.0

### Minor Changes

- feat(utils): add `merge` and `isPlainObject` by [@cheton](https://github.com/cheton) in [#946](https://github.com/trendmicro-frontend/tonic-ui/pull/946)

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/utils",
"version": "2.0.1",
"version": "2.1.0",
"description": "Common utilities for various Tonic UI components and packages.",
"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 @@ -4504,7 +4504,7 @@ __metadata:
"@tonic-ui/react-icons": ^2.0.2
"@tonic-ui/styled-system": ^2.0.2
"@tonic-ui/theme": ^2.0.0
"@tonic-ui/utils": ^2.0.1
"@tonic-ui/utils": ^2.1.0
"@trendmicro/babel-config": ^1.0.2
cross-env: ^7.0.3
date-fns: 2.x
Expand Down Expand Up @@ -4590,7 +4590,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/utils@^2.0.0, @tonic-ui/utils@^2.0.1, @tonic-ui/utils@workspace:^, @tonic-ui/utils@workspace:packages/utils":
"@tonic-ui/utils@^2.0.0, @tonic-ui/utils@^2.1.0, @tonic-ui/utils@workspace:^, @tonic-ui/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@tonic-ui/utils@workspace:packages/utils"
dependencies:
Expand Down

0 comments on commit 848cc51

Please sign in to comment.