From 7da603991211bc81c2d5bf031628d0dfbc1775eb Mon Sep 17 00:00:00 2001 From: cheton Date: Tue, 6 Jun 2023 21:19:05 +0800 Subject: [PATCH] chore(release): publish - @tonic-ui/react-docs@1.21.0 - @tonic-ui/react-lab@0.19.0 - @tonic-ui/react@1.21.0 - @tonic-ui/styled-system@1.8.0 --- packages/react-docs/package.json | 8 ++++---- packages/react-lab/package.json | 4 ++-- packages/react/package.json | 4 ++-- packages/styled-system/package.json | 2 +- yarn.lock | 16 ++++++++-------- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index 2b4071908c..2767e229a1 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.20.4", + "version": "1.21.0", "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", @@ -35,10 +35,10 @@ "@next/mdx": "^13.0.5", "@tanstack/react-table": "^8.9.1", "@tanstack/react-virtual": "^3.0.0-beta", - "@tonic-ui/react": "^1.20.4", + "@tonic-ui/react": "^1.21.0", "@tonic-ui/react-hooks": "^1.5.2", - "@tonic-ui/react-lab": "^0.18.4", - "@tonic-ui/styled-system": "^1.7.0", + "@tonic-ui/react-lab": "^0.19.0", + "@tonic-ui/styled-system": "^1.8.0", "@tonic-ui/theme": "^1.2.2", "@trendmicro/babel-config": "^1.0.2", "acorn-loose": "^8.3.0", diff --git a/packages/react-lab/package.json b/packages/react-lab/package.json index 8ff8fb05f5..caf6bc1ed2 100644 --- a/packages/react-lab/package.json +++ b/packages/react-lab/package.json @@ -1,6 +1,6 @@ { "name": "@tonic-ui/react-lab", - "version": "0.18.4", + "version": "0.19.0", "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,7 +19,7 @@ "test": "jest --maxWorkers=2" }, "dependencies": { - "@tonic-ui/react": "^1.20.4", + "@tonic-ui/react": "^1.21.0", "@tonic-ui/react-hooks": "^1.5.2", "@tonic-ui/utils": "^1.5.0", "date-fns": "2.x", diff --git a/packages/react/package.json b/packages/react/package.json index b47cdc89ef..b9ff00d43a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@tonic-ui/react", - "version": "1.20.4", + "version": "1.21.0", "description": "React Tonic UI component library.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", @@ -24,7 +24,7 @@ "@emotion/styled": "11.x", "@popperjs/core": "2.x", "@tonic-ui/react-hooks": "^1.5.2", - "@tonic-ui/styled-system": "^1.7.0", + "@tonic-ui/styled-system": "^1.8.0", "@tonic-ui/theme": "^1.2.2", "@tonic-ui/utils": "^1.5.0", "@trendmicro/tmicon": "1.x", diff --git a/packages/styled-system/package.json b/packages/styled-system/package.json index 99538e5dfc..ed51a7a7c6 100644 --- a/packages/styled-system/package.json +++ b/packages/styled-system/package.json @@ -1,6 +1,6 @@ { "name": "@tonic-ui/styled-system", - "version": "1.7.0", + "version": "1.8.0", "description": "The framework agnostic styling engine for Tonic UI.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", diff --git a/yarn.lock b/yarn.lock index 2ec29491a1..fda572a3ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3664,10 +3664,10 @@ __metadata: "@next/mdx": ^13.0.5 "@tanstack/react-table": ^8.9.1 "@tanstack/react-virtual": ^3.0.0-beta - "@tonic-ui/react": ^1.20.4 + "@tonic-ui/react": ^1.21.0 "@tonic-ui/react-hooks": ^1.5.2 - "@tonic-ui/react-lab": ^0.18.4 - "@tonic-ui/styled-system": ^1.7.0 + "@tonic-ui/react-lab": ^0.19.0 + "@tonic-ui/styled-system": ^1.8.0 "@tonic-ui/theme": ^1.2.2 "@trendmicro/babel-config": ^1.0.2 acorn-loose: ^8.3.0 @@ -3757,7 +3757,7 @@ __metadata: languageName: unknown linkType: soft -"@tonic-ui/react-lab@^0.18.4, @tonic-ui/react-lab@workspace:packages/react-lab": +"@tonic-ui/react-lab@^0.19.0, @tonic-ui/react-lab@workspace:packages/react-lab": version: 0.0.0-use.local resolution: "@tonic-ui/react-lab@workspace:packages/react-lab" dependencies: @@ -3774,7 +3774,7 @@ __metadata: "@rollup/plugin-node-resolve": ^15.0.0 "@testing-library/jest-dom": ^5.16.5 "@testing-library/react": ^13.4.0 - "@tonic-ui/react": ^1.20.4 + "@tonic-ui/react": ^1.21.0 "@tonic-ui/react-hooks": ^1.5.2 "@tonic-ui/utils": ^1.5.0 "@trendmicro/babel-config": ^1.0.2 @@ -3802,7 +3802,7 @@ __metadata: languageName: unknown linkType: soft -"@tonic-ui/react@^1.20.4, @tonic-ui/react@workspace:packages/react": +"@tonic-ui/react@^1.21.0, @tonic-ui/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@tonic-ui/react@workspace:packages/react" dependencies: @@ -3826,7 +3826,7 @@ __metadata: "@testing-library/react": ^13.4.0 "@testing-library/user-event": ^14.4.3 "@tonic-ui/react-hooks": ^1.5.2 - "@tonic-ui/styled-system": ^1.7.0 + "@tonic-ui/styled-system": ^1.8.0 "@tonic-ui/theme": ^1.2.2 "@tonic-ui/utils": ^1.5.0 "@trendmicro/babel-config": ^1.0.2 @@ -3860,7 +3860,7 @@ __metadata: languageName: unknown linkType: soft -"@tonic-ui/styled-system@^1.7.0, @tonic-ui/styled-system@workspace:packages/styled-system": +"@tonic-ui/styled-system@^1.8.0, @tonic-ui/styled-system@workspace:packages/styled-system": version: 0.0.0-use.local resolution: "@tonic-ui/styled-system@workspace:packages/styled-system" dependencies: