Skip to content

Commit

Permalink
chore(release): version packages (#948)
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 Nov 30, 2024
1 parent 371aa63 commit 8a12be9
Show file tree
Hide file tree
Showing 18 changed files with 86 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/tonic-ui-945.md

This file was deleted.

12 changes: 0 additions & 12 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 [`371aa63`](https://github.com/trendmicro-frontend/tonic-ui/commit/371aa639b1da35a5554a1b664c7119eddc0ce69f)
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 [`371aa63`](https://github.com/trendmicro-frontend/tonic-ui/commit/371aa639b1da35a5554a1b664c7119eddc0ce69f)
- Updated dependencies [[`371aa63`](https://github.com/trendmicro-frontend/tonic-ui/commit/371aa639b1da35a5554a1b664c7119eddc0ce69f)]
- @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 [`371aa63`](https://github.com/trendmicro-frontend/tonic-ui/commit/371aa639b1da35a5554a1b664c7119eddc0ce69f)
- Updated dependencies [[`371aa63`](https://github.com/trendmicro-frontend/tonic-ui/commit/371aa639b1da35a5554a1b664c7119eddc0ce69f)]
- @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 [`371aa63`](https://github.com/trendmicro-frontend/tonic-ui/commit/371aa639b1da35a5554a1b664c7119eddc0ce69f)
- Updated dependencies [[`371aa63`](https://github.com/trendmicro-frontend/tonic-ui/commit/371aa639b1da35a5554a1b664c7119eddc0ce69f)]
- @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 [`371aa63`](https://github.com/trendmicro-frontend/tonic-ui/commit/371aa639b1da35a5554a1b664c7119eddc0ce69f)
- Updated dependencies [[`371aa63`](https://github.com/trendmicro-frontend/tonic-ui/commit/371aa639b1da35a5554a1b664c7119eddc0ce69f)]
- @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 [`371aa63`](https://github.com/trendmicro-frontend/tonic-ui/commit/371aa639b1da35a5554a1b664c7119eddc0ce69f)

## 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 [`371aa63`](https://github.com/trendmicro-frontend/tonic-ui/commit/371aa639b1da35a5554a1b664c7119eddc0ce69f)
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 [`371aa63`](https://github.com/trendmicro-frontend/tonic-ui/commit/371aa639b1da35a5554a1b664c7119eddc0ce69f)

## 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

0 comments on commit 8a12be9

Please sign in to comment.