From d4be29378fcc5f18a6a790d3dd6f7898c4fa4383 Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Mon, 13 May 2024 14:09:07 +0800 Subject: [PATCH] chore(release): publish - @tonic-ui/react@1.29.1 - @tonic-ui/react-docs@1.29.1 - @tonic-ui/react-hooks@1.6.2 - @tonic-ui/react-lab@0.27.1 --- packages/react-docs/package.json | 8 ++++---- packages/react-hooks/package.json | 2 +- packages/react-lab/package.json | 6 +++--- packages/react/package.json | 4 ++-- yarn.lock | 18 +++++++++--------- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 8dd55d6e88..6ac722044a 100644 --- a/packages/react-docs/package.json +++ b/packages/react-docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@tonic-ui/react-docs", - "version": "1.29.0", + "version": "1.29.1", "description": "A documentation site for React Tonic UI component library.", "scripts": { "build": "bash -c '. ./tonic-ui.env && ./scripts/update-docs.sh && cross-env NODE_ENV=production next build' && next export --outdir dist/react", @@ -39,9 +39,9 @@ "@next/mdx": "^13.0.5", "@tanstack/react-table": "^8.9.1", "@tanstack/react-virtual": "^3.0.0-beta", - "@tonic-ui/react": "^1.29.0", - "@tonic-ui/react-hooks": "^1.6.1", - "@tonic-ui/react-lab": "^0.27.0", + "@tonic-ui/react": "^1.29.1", + "@tonic-ui/react-hooks": "^1.6.2", + "@tonic-ui/react-lab": "^0.27.1", "@tonic-ui/styled-system": "^1.9.0", "@tonic-ui/theme": "^1.3.0", "@trendmicro/babel-config": "^1.0.2", diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 72ce71f2fa..7f5f4bb06e 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@tonic-ui/react-hooks", - "version": "1.6.1", + "version": "1.6.2", "description": "A collection of React Hooks for Tonic UI components.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", diff --git a/packages/react-lab/package.json b/packages/react-lab/package.json index 8131e51528..cc078c4c11 100644 --- a/packages/react-lab/package.json +++ b/packages/react-lab/package.json @@ -1,6 +1,6 @@ { "name": "@tonic-ui/react-lab", - "version": "0.27.0", + "version": "0.27.1", "description": "This package hosts the incubator components that are not yet ready to move to the core.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", @@ -19,8 +19,8 @@ "test": "jest --maxWorkers=2" }, "dependencies": { - "@tonic-ui/react": "^1.29.0", - "@tonic-ui/react-hooks": "^1.6.1", + "@tonic-ui/react": "^1.29.1", + "@tonic-ui/react-hooks": "^1.6.2", "@tonic-ui/utils": "^1.6.0", "date-fns": "2.x", "ensure-type": "^1.5.1", diff --git a/packages/react/package.json b/packages/react/package.json index 738248c06d..d47b44b446 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@tonic-ui/react", - "version": "1.29.0", + "version": "1.29.1", "description": "React Tonic UI component library.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", @@ -23,7 +23,7 @@ "@emotion/react": "11.x", "@emotion/styled": "11.x", "@popperjs/core": "2.x", - "@tonic-ui/react-hooks": "^1.6.1", + "@tonic-ui/react-hooks": "^1.6.2", "@tonic-ui/styled-system": "^1.9.0", "@tonic-ui/theme": "^1.3.0", "@tonic-ui/utils": "^1.6.0", diff --git a/yarn.lock b/yarn.lock index c8a49dd3f5..54a9e623fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3775,9 +3775,9 @@ __metadata: "@next/mdx": ^13.0.5 "@tanstack/react-table": ^8.9.1 "@tanstack/react-virtual": ^3.0.0-beta - "@tonic-ui/react": ^1.29.0 - "@tonic-ui/react-hooks": ^1.6.1 - "@tonic-ui/react-lab": ^0.27.0 + "@tonic-ui/react": ^1.29.1 + "@tonic-ui/react-hooks": ^1.6.2 + "@tonic-ui/react-lab": ^0.27.1 "@tonic-ui/styled-system": ^1.9.0 "@tonic-ui/theme": ^1.3.0 "@trendmicro/babel-config": ^1.0.2 @@ -3832,7 +3832,7 @@ __metadata: languageName: unknown linkType: soft -"@tonic-ui/react-hooks@^1.6.1, @tonic-ui/react-hooks@workspace:packages/react-hooks": +"@tonic-ui/react-hooks@^1.6.2, @tonic-ui/react-hooks@workspace:packages/react-hooks": version: 0.0.0-use.local resolution: "@tonic-ui/react-hooks@workspace:packages/react-hooks" dependencies: @@ -3871,7 +3871,7 @@ __metadata: languageName: unknown linkType: soft -"@tonic-ui/react-lab@^0.27.0, @tonic-ui/react-lab@workspace:packages/react-lab": +"@tonic-ui/react-lab@^0.27.1, @tonic-ui/react-lab@workspace:packages/react-lab": version: 0.0.0-use.local resolution: "@tonic-ui/react-lab@workspace:packages/react-lab" dependencies: @@ -3888,8 +3888,8 @@ __metadata: "@rollup/plugin-node-resolve": ^15.0.0 "@testing-library/jest-dom": ^6.0.0 "@testing-library/react": ^14.0.0 - "@tonic-ui/react": ^1.29.0 - "@tonic-ui/react-hooks": ^1.6.1 + "@tonic-ui/react": ^1.29.1 + "@tonic-ui/react-hooks": ^1.6.2 "@tonic-ui/utils": ^1.6.0 "@trendmicro/babel-config": ^1.0.2 cpy-cli: ^5.0.0 @@ -3916,7 +3916,7 @@ __metadata: languageName: unknown linkType: soft -"@tonic-ui/react@^1.29.0, @tonic-ui/react@workspace:packages/react": +"@tonic-ui/react@^1.29.1, @tonic-ui/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@tonic-ui/react@workspace:packages/react" dependencies: @@ -3938,7 +3938,7 @@ __metadata: "@testing-library/jest-dom": ^6.0.0 "@testing-library/react": ^14.0.0 "@testing-library/user-event": ^14.4.3 - "@tonic-ui/react-hooks": ^1.6.1 + "@tonic-ui/react-hooks": ^1.6.2 "@tonic-ui/styled-system": ^1.9.0 "@tonic-ui/theme": ^1.3.0 "@tonic-ui/utils": ^1.6.0