Skip to content

Commit

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

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Cheton Wu <[email protected]>
  • Loading branch information
3 people authored Aug 22, 2024
1 parent fa0f6cf commit 0485475
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/tonic-ui-900.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tonic-ui-900b.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tonic-ui-904.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## 2.1.0

### Minor Changes

- feat(react/DatePicker): add `closeOnSelect` prop to automatically close the date picker after a date is selected by [@cheton](https://github.com/cheton) in [#903](https://github.com/trendmicro-frontend/tonic-ui/pull/903)

- test(react/DatePicker): resolve failing test snapshots by [@cheton](https://github.com/cheton) in [#906](https://github.com/trendmicro-frontend/tonic-ui/pull/906)

- feat(react/Calendar): enhance keyboard navigation and date selection by [@cheton](https://github.com/cheton) in [#909](https://github.com/trendmicro-frontend/tonic-ui/pull/909)

### Patch Changes

- fix(react/OverflowTooltip): show the tooltip only when the string is truncated and the `disabled` prop is not true by [@tinaClin](https://github.com/tinaClin) in [#913](https://github.com/trendmicro-frontend/tonic-ui/pull/913)
- Updated dependencies [[`fa0f6cf`](https://github.com/trendmicro-frontend/tonic-ui/commit/fa0f6cf55672689cc2058c512f65afe3854e8e9a), [`272869f`](https://github.com/trendmicro-frontend/tonic-ui/commit/272869f92a6614a66767200a9a4cdf3d50bc07b1)]
- @tonic-ui/utils@2.0.1
- @tonic-ui/styled-system@2.0.2

## 2.0.3

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

## 2.0.2

### Patch Changes

- fix(styled-system): specify unit for CSS custom property negation by [@cheton](https://github.com/cheton) in [#908](https://github.com/trendmicro-frontend/tonic-ui/pull/908)
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.0.1",
"version": "2.0.2",
"description": "The framework agnostic styling engine for Tonic UI.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tonic-ui/utils

## 2.0.1

### Patch Changes

- refactor(util/dom-query): handle invalid element input in `getAllFocusable` by [@cheton](https://github.com/cheton) in [#909](https://github.com/trendmicro-frontend/tonic-ui/pull/909)
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.0",
"version": "2.0.1",
"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 0485475

Please sign in to comment.