Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @tonic-ui/[email protected]
 - @tonic-ui/[email protected]
 - @tonic-ui/[email protected]
  • Loading branch information
cheton committed Jan 14, 2023
1 parent 5e121f0 commit a3081ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/react-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@tonic-ui/react-docs",
"version": "1.10.0",
"version": "1.10.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",
Expand Down Expand Up @@ -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.0",
"@tonic-ui/react": "^1.10.1",
"@tonic-ui/react-hooks": "^1.5.1",
"@tonic-ui/react-lab": "^0.8.0",
"@tonic-ui/react-lab": "^0.8.1",
"@tonic-ui/styled-system": "^1.6.0",
"@tonic-ui/theme": "^1.2.2",
"@trendmicro/babel-config": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/react-lab",
"version": "0.8.0",
"version": "0.8.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",
Expand All @@ -19,7 +19,7 @@
"test": "jest --maxWorkers=2"
},
"dependencies": {
"@tonic-ui/react": "^1.10.0",
"@tonic-ui/react": "^1.10.1",
"@tonic-ui/react-hooks": "^1.5.1",
"@tonic-ui/utils": "^1.2.1",
"date-fns": "2.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/react",
"version": "1.10.0",
"version": "1.10.1",
"description": "React Tonic UI component library.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit a3081ad

Please sign in to comment.