diff --git a/.changeset/tonic-ui-933.md b/.changeset/tonic-ui-933.md deleted file mode 100644 index 05f13fbfe5..0000000000 --- a/.changeset/tonic-ui-933.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tonic-ui/react": minor ---- - -feat(react/toast): enhance inline toast transition management diff --git a/.changeset/tonic-ui-945-utils.md b/.changeset/tonic-ui-945-utils.md deleted file mode 100644 index b88ed82263..0000000000 --- a/.changeset/tonic-ui-945-utils.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tonic-ui/utils": minor ---- - -feat(utils): add `merge` and `isPlainObject` diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index febc0af7ad..11ff04ad61 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index 119071d48b..1f9167bee4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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", @@ -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", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 607ef9721b..3c0fee73e1 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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 diff --git a/packages/utils/package.json b/packages/utils/package.json index e2c8c3d229..5e24cb4123 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index bca5313e92..35af746a9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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: