From 827cbf3a1d1654ca65458ab3d14ba8eec427f3b9 Mon Sep 17 00:00:00 2001 From: cheton Date: Thu, 2 Feb 2023 21:26:18 +0800 Subject: [PATCH] chore(release): publish - @tonic-ui/react-docs@1.10.2 - @tonic-ui/react-lab@0.8.2 - @tonic-ui/react@1.10.2 --- packages/react-docs/package.json | 6 +++--- packages/react-lab/package.json | 4 ++-- packages/react/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/react-docs/package.json b/packages/react-docs/package.json index cf1c0abca0..811b826c65 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.10.1", + "version": "1.10.2", "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", @@ -33,9 +33,9 @@ "@mdx-js/mdx": "^2.1.2", "@mdx-js/react": "^2.1.2", "@next/mdx": "^13.0.5", - "@tonic-ui/react": "^1.10.1", + "@tonic-ui/react": "^1.10.2", "@tonic-ui/react-hooks": "^1.5.1", - "@tonic-ui/react-lab": "^0.8.1", + "@tonic-ui/react-lab": "^0.8.2", "@tonic-ui/styled-system": "^1.6.0", "@tonic-ui/theme": "^1.2.2", "@trendmicro/babel-config": "^1.0.2", diff --git a/packages/react-lab/package.json b/packages/react-lab/package.json index 3928c37fed..68a86ce014 100644 --- a/packages/react-lab/package.json +++ b/packages/react-lab/package.json @@ -1,6 +1,6 @@ { "name": "@tonic-ui/react-lab", - "version": "0.8.1", + "version": "0.8.2", "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.10.1", + "@tonic-ui/react": "^1.10.2", "@tonic-ui/react-hooks": "^1.5.1", "@tonic-ui/utils": "^1.2.1", "date-fns": "2.x", diff --git a/packages/react/package.json b/packages/react/package.json index 57a91a99ca..346fab05c3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@tonic-ui/react", - "version": "1.10.1", + "version": "1.10.2", "description": "React Tonic UI component library.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",