Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): version packages #965

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/tonic-ui-961.md

This file was deleted.

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

This file was deleted.

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

## 2.6.0

### Minor Changes

- feat(react/date-pickers)!: deprecate `Calendar` and replace it with `DateCalendar` by [@cheton](https://github.com/cheton) in [#961](https://github.com/trendmicro-frontend/tonic-ui/pull/961)

- feat: eliminate the `lodash.get` dependency by [@cheton](https://github.com/cheton) in [#964](https://github.com/trendmicro-frontend/tonic-ui/pull/964)

## 2.5.1

### Patch 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.1",
"version": "2.6.0",
"description": "A comprehensive React component library for Tonic UI.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down