diff --git a/.changeset/tonic-ui-945.md b/.changeset/tonic-ui-945.md deleted file mode 100644 index 480045e73a..0000000000 --- a/.changeset/tonic-ui-945.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tonic-ui/react": minor ---- - -feat(react): add `createTheme` for theme customization diff --git a/.changeset/tonic-ui-945b.md b/.changeset/tonic-ui-945b.md deleted file mode 100644 index 38acd51edc..0000000000 --- a/.changeset/tonic-ui-945b.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@tonic-ui/codemod": patch -"@tonic-ui/react": patch -"@tonic-ui/react-base": patch -"@tonic-ui/react-hooks": patch -"@tonic-ui/react-icons": patch -"@tonic-ui/styled-system": patch -"@tonic-ui/theme": patch -"@tonic-ui/utils": patch ---- -chore: update package description diff --git a/packages/codemod/CHANGELOG.md b/packages/codemod/CHANGELOG.md new file mode 100644 index 0000000000..e2ca2439dc --- /dev/null +++ b/packages/codemod/CHANGELOG.md @@ -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) diff --git a/packages/codemod/package.json b/packages/codemod/package.json index c3e6aea72d..a5c35f7329 100644 --- a/packages/codemod/package.json +++ b/packages/codemod/package.json @@ -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": [ diff --git a/packages/react-base/CHANGELOG.md b/packages/react-base/CHANGELOG.md new file mode 100644 index 0000000000..e8df055f37 --- /dev/null +++ b/packages/react-base/CHANGELOG.md @@ -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 diff --git a/packages/react-base/package.json b/packages/react-base/package.json index c3dcde8f4a..8fedf2a303 100644 --- a/packages/react-base/package.json +++ b/packages/react-base/package.json @@ -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", @@ -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": { diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md new file mode 100644 index 0000000000..c0c2332e48 --- /dev/null +++ b/packages/react-hooks/CHANGELOG.md @@ -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 diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 0084affbc2..d9c1b07c20 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -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", @@ -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", diff --git a/packages/react-icons/CHANGELOG.md b/packages/react-icons/CHANGELOG.md index 68c9d3ab76..66f60f7d38 100644 --- a/packages/react-icons/CHANGELOG.md +++ b/packages/react-icons/CHANGELOG.md @@ -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 diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index a9e2071496..21ed6d3a13 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -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", @@ -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", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 11ff04ad61..bab04afac5 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index 03958d77e9..be57dacfb6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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", @@ -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", diff --git a/packages/styled-system/CHANGELOG.md b/packages/styled-system/CHANGELOG.md index 3b331bb7ae..b196c5ce7d 100644 --- a/packages/styled-system/CHANGELOG.md +++ b/packages/styled-system/CHANGELOG.md @@ -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 diff --git a/packages/styled-system/package.json b/packages/styled-system/package.json index da12db9812..2af08e5227 100644 --- a/packages/styled-system/package.json +++ b/packages/styled-system/package.json @@ -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", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md new file mode 100644 index 0000000000..30b18ad4c7 --- /dev/null +++ b/packages/theme/CHANGELOG.md @@ -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) diff --git a/packages/theme/package.json b/packages/theme/package.json index d61a56fe9d..c279c22507 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -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", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 3c0fee73e1..955cd2b01a 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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 diff --git a/packages/utils/package.json b/packages/utils/package.json index 6bd71c6f00..59e39434d9 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 35af746a9b..8e7b5de1cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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 @@ -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: @@ -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 @@ -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: @@ -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 @@ -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 @@ -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: @@ -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: @@ -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: