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 May 26, 2022
1 parent c3e437d commit 3471107
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.2.5",
"version": "1.2.6",
"description": "A documentation site for React Tonic UI component library.",
"scripts": {
"build": ". ./tonic-ui.env && ./update-docs.sh && cross-env NODE_ENV=production next build",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^12.1.2",
"@tonic-ui/react": "^1.2.5",
"@tonic-ui/react": "^1.2.6",
"@tonic-ui/react-hooks": "^1.2.0",
"@tonic-ui/theme": "^1.1.0",
"@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.1.5",
"version": "0.1.6",
"description": "This package hosts the incubator components that are not yet ready to move to the core.",
"main": "dist/index.js",
"module": "dist/es/index.js",
Expand All @@ -19,7 +19,7 @@
"test": "jest"
},
"dependencies": {
"@tonic-ui/react": "^1.2.5",
"@tonic-ui/react": "^1.2.6",
"@tonic-ui/react-hooks": "^1.2.0",
"chained-function": "^0.5.0",
"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.2.5",
"version": "1.2.6",
"description": "React Tonic UI component library.",
"main": "dist/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit 3471107

Please sign in to comment.