Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2024
1 parent 22ccadf commit 6de8fef
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 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

0 comments on commit 6de8fef

Please sign in to comment.