Skip to content

Commit

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

* chore: update yarn.lock file

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: cheton <[email protected]>
  • Loading branch information
3 people authored Nov 30, 2024
1 parent 16744b9 commit ba8cb0f
Show file tree
Hide file tree
Showing 19 changed files with 101 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/tonic-ui-945.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tonic-ui-945b.md

This file was deleted.

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

## 2.1.1

### Patch Changes

- chore: update package description by [@cheton](https://github.com/cheton) in [`16744b9`](https://github.com/trendmicro-frontend/tonic-ui/commit/16744b95e35f4b97371f1ad685553915dd2d43ad)
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/codemod",
"version": "2.1.0",
"version": "2.1.1",
"description": "A set of codemod scripts designed to simplify the migration and updating of Tonic UI applications.",
"bin": "./codemod-cli.js",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/react-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @tonic-ui/react-base

## 2.0.2

### Patch Changes

- chore: update package description by [@cheton](https://github.com/cheton) in [`16744b9`](https://github.com/trendmicro-frontend/tonic-ui/commit/16744b95e35f4b97371f1ad685553915dd2d43ad)
- Updated dependencies [[`16744b9`](https://github.com/trendmicro-frontend/tonic-ui/commit/16744b95e35f4b97371f1ad685553915dd2d43ad)]
- @tonic-ui/styled-system@2.0.3
4 changes: 2 additions & 2 deletions packages/react-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/react-base",
"version": "2.0.1",
"version": "2.0.2",
"description": "Headless React components intended for creating custom UI elements.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -23,7 +23,7 @@
"@emotion/is-prop-valid": "1.x",
"@emotion/react": "11.x",
"@emotion/styled": "11.x",
"@tonic-ui/styled-system": "^2.0.1",
"@tonic-ui/styled-system": "^2.0.3",
"ensure-type": "^1.5.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @tonic-ui/react-hooks

## 2.0.1

### Patch Changes

- chore: update package description by [@cheton](https://github.com/cheton) in [`16744b9`](https://github.com/trendmicro-frontend/tonic-ui/commit/16744b95e35f4b97371f1ad685553915dd2d43ad)
- Updated dependencies [[`16744b9`](https://github.com/trendmicro-frontend/tonic-ui/commit/16744b95e35f4b97371f1ad685553915dd2d43ad)]
- @tonic-ui/utils@2.1.1
4 changes: 2 additions & 2 deletions packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/react-hooks",
"version": "2.0.0",
"version": "2.0.1",
"description": "A set of React Hooks specifically for use with Tonic UI components.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -20,7 +20,7 @@
"test": "jest --maxWorkers=2"
},
"dependencies": {
"@tonic-ui/utils": "^2.0.0"
"@tonic-ui/utils": "^2.1.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tonic-ui/react-icons

## 2.1.1

### Patch Changes

- chore: update package description by [@cheton](https://github.com/cheton) in [`16744b9`](https://github.com/trendmicro-frontend/tonic-ui/commit/16744b95e35f4b97371f1ad685553915dd2d43ad)
- Updated dependencies [[`16744b9`](https://github.com/trendmicro-frontend/tonic-ui/commit/16744b95e35f4b97371f1ad685553915dd2d43ad)]
- @tonic-ui/react-base@2.0.2

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/react-icons",
"version": "2.1.0",
"version": "2.1.1",
"description": "A set of SVG icons available as React components for use in Tonic UI.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -21,7 +21,7 @@
"test": "jest --maxWorkers=2"
},
"dependencies": {
"@tonic-ui/react-base": "^2.0.1"
"@tonic-ui/react-base": "^2.0.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.24.0",
Expand Down
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.5.0

### Minor Changes

- feat(react): add `createTheme` for theme customization by [@cheton](https://github.com/cheton) in [#947](https://github.com/trendmicro-frontend/tonic-ui/pull/947)

### Patch Changes

- chore: update package description by [@cheton](https://github.com/cheton) in [`16744b9`](https://github.com/trendmicro-frontend/tonic-ui/commit/16744b95e35f4b97371f1ad685553915dd2d43ad)
- Updated dependencies [[`16744b9`](https://github.com/trendmicro-frontend/tonic-ui/commit/16744b95e35f4b97371f1ad685553915dd2d43ad)]
- @tonic-ui/react-base@2.0.2
- @tonic-ui/react-hooks@2.0.1
- @tonic-ui/react-icons@2.1.1
- @tonic-ui/styled-system@2.0.3
- @tonic-ui/theme@2.0.1
- @tonic-ui/utils@2.1.1

## 2.4.0

### Minor Changes
Expand Down
14 changes: 7 additions & 7 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.4.0",
"version": "2.5.0",
"description": "A comprehensive React component library for Tonic UI.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -24,12 +24,12 @@
"@emotion/react": "11.x",
"@emotion/styled": "11.x",
"@popperjs/core": "2.x",
"@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.2",
"@tonic-ui/theme": "^2.0.0",
"@tonic-ui/utils": "^2.1.0",
"@tonic-ui/react-base": "^2.0.2",
"@tonic-ui/react-hooks": "^2.0.1",
"@tonic-ui/react-icons": "^2.1.1",
"@tonic-ui/styled-system": "^2.0.3",
"@tonic-ui/theme": "^2.0.1",
"@tonic-ui/utils": "^2.1.1",
"date-fns": "2.x",
"ensure-type": "^1.5.1",
"lodash.get": "4.x",
Expand Down
6 changes: 6 additions & 0 deletions packages/styled-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tonic-ui/styled-system

## 2.0.3

### Patch Changes

- chore: update package description by [@cheton](https://github.com/cheton) in [`16744b9`](https://github.com/trendmicro-frontend/tonic-ui/commit/16744b95e35f4b97371f1ad685553915dd2d43ad)

## 2.0.2

### Patch Changes
Expand Down
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.2",
"version": "2.0.3",
"description": "A framework-independent styling engine for Tonic UI.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tonic-ui/theme

## 2.0.1

### Patch Changes

- chore: update package description by [@cheton](https://github.com/cheton) in [`16744b9`](https://github.com/trendmicro-frontend/tonic-ui/commit/16744b95e35f4b97371f1ad685553915dd2d43ad)
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/theme",
"version": "2.0.0",
"version": "2.0.1",
"description": "The default theme configuration for Tonic UI components.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
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.1

### Patch Changes

- chore: update package description by [@cheton](https://github.com/cheton) in [`16744b9`](https://github.com/trendmicro-frontend/tonic-ui/commit/16744b95e35f4b97371f1ad685553915dd2d43ad)

## 2.1.0

### Minor 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.1.0",
"version": "2.1.1",
"description": "A set of utility functions shared across Tonic UI components and packages.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4279,7 +4279,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/react-base@^2.0.1, @tonic-ui/react-base@workspace:packages/react-base":
"@tonic-ui/react-base@^2.0.2, @tonic-ui/react-base@workspace:packages/react-base":
version: 0.0.0-use.local
resolution: "@tonic-ui/react-base@workspace:packages/react-base"
dependencies:
Expand All @@ -4300,7 +4300,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@tonic-ui/styled-system": ^2.0.1
"@tonic-ui/styled-system": ^2.0.3
"@trendmicro/babel-config": ^1.0.2
cross-env: ^7.0.3
del-cli: ^5.0.0
Expand Down Expand Up @@ -4408,7 +4408,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/react-hooks@^2.0.0, @tonic-ui/react-hooks@workspace:^, @tonic-ui/react-hooks@workspace:packages/react-hooks":
"@tonic-ui/react-hooks@^2.0.1, @tonic-ui/react-hooks@workspace:^, @tonic-ui/react-hooks@workspace:packages/react-hooks":
version: 0.0.0-use.local
resolution: "@tonic-ui/react-hooks@workspace:packages/react-hooks"
dependencies:
Expand All @@ -4424,7 +4424,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@tonic-ui/utils": ^2.0.0
"@tonic-ui/utils": ^2.1.1
"@trendmicro/babel-config": ^1.0.2
cross-env: ^7.0.3
del-cli: ^5.0.0
Expand All @@ -4446,7 +4446,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/react-icons@^2.0.2, @tonic-ui/react-icons@workspace:^, @tonic-ui/react-icons@workspace:packages/react-icons":
"@tonic-ui/react-icons@^2.1.1, @tonic-ui/react-icons@workspace:^, @tonic-ui/react-icons@workspace:packages/react-icons":
version: 0.0.0-use.local
resolution: "@tonic-ui/react-icons@workspace:packages/react-icons"
dependencies:
Expand All @@ -4455,7 +4455,7 @@ __metadata:
"@babel/preset-react": ^7.23.3
"@emotion/babel-plugin": ^11.11.0
"@emotion/react": 11.x
"@tonic-ui/react-base": ^2.0.1
"@tonic-ui/react-base": ^2.0.2
"@trendmicro/babel-config": ^1.0.2
"@trendmicro/tmicon": 1.41.0
cross-env: ^7.0.3
Expand Down Expand Up @@ -4499,12 +4499,12 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@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.2
"@tonic-ui/theme": ^2.0.0
"@tonic-ui/utils": ^2.1.0
"@tonic-ui/react-base": ^2.0.2
"@tonic-ui/react-hooks": ^2.0.1
"@tonic-ui/react-icons": ^2.1.1
"@tonic-ui/styled-system": ^2.0.3
"@tonic-ui/theme": ^2.0.1
"@tonic-ui/utils": ^2.1.1
"@trendmicro/babel-config": ^1.0.2
cross-env: ^7.0.3
date-fns: 2.x
Expand Down Expand Up @@ -4536,7 +4536,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/styled-system@^2.0.1, @tonic-ui/styled-system@^2.0.2, @tonic-ui/styled-system@workspace:packages/styled-system":
"@tonic-ui/styled-system@^2.0.3, @tonic-ui/styled-system@workspace:packages/styled-system":
version: 0.0.0-use.local
resolution: "@tonic-ui/styled-system@workspace:packages/styled-system"
dependencies:
Expand All @@ -4563,7 +4563,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/theme@^2.0.0, @tonic-ui/theme@workspace:packages/theme":
"@tonic-ui/theme@^2.0.1, @tonic-ui/theme@workspace:packages/theme":
version: 0.0.0-use.local
resolution: "@tonic-ui/theme@workspace:packages/theme"
dependencies:
Expand All @@ -4590,7 +4590,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/utils@^2.0.0, @tonic-ui/utils@^2.1.0, @tonic-ui/utils@workspace:^, @tonic-ui/utils@workspace:packages/utils":
"@tonic-ui/utils@^2.1.1, @tonic-ui/utils@workspace:^, @tonic-ui/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@tonic-ui/utils@workspace:packages/utils"
dependencies:
Expand Down

0 comments on commit ba8cb0f

Please sign in to comment.