Skip to content

Commit

Permalink
chore(release): version packages (#952)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 5, 2024
1 parent 621d25b commit d797c22
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/tonic-ui-943a.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## 2.5.1

### Patch Changes

- feat(react): add exports for `DefaultPropsProvider` and `useDefaultProps` by [@cheton](https://github.com/cheton) in [#950](https://github.com/trendmicro-frontend/tonic-ui/pull/950)

- feat(react/Popper): use the `useDefaultProps` hook for managing default props by [@cheton](https://github.com/cheton) in [#950](https://github.com/trendmicro-frontend/tonic-ui/pull/950)

- fix(react/theme): fixed a logical error in the `CSSVariables` component by correcting the condition to check for empty `cssVariables` by [@cheton](https://github.com/cheton) in [#953](https://github.com/trendmicro-frontend/tonic-ui/pull/953)

## 2.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/react",
"version": "2.5.0",
"version": "2.5.1",
"description": "A comprehensive React component library for Tonic UI.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit d797c22

Please sign in to comment.