Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @tonic-ui/react@1.25.0
 - @tonic-ui/react-docs@1.25.0
 - @tonic-ui/react-hooks@1.6.0
 - @tonic-ui/react-lab@0.23.0
 - @tonic-ui/styled-system@1.9.0
 - @tonic-ui/theme@1.3.0
 - @tonic-ui/utils@1.6.0
  • Loading branch information
cheton committed Oct 16, 2023
1 parent 4f2c8af commit d5089ed
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 37 deletions.
12 changes: 6 additions & 6 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.24.1",
"version": "1.25.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",
Expand Down Expand Up @@ -36,11 +36,11 @@
"@next/mdx": "^13.0.5",
"@tanstack/react-table": "^8.9.1",
"@tanstack/react-virtual": "^3.0.0-beta",
"@tonic-ui/react": "^1.24.1",
"@tonic-ui/react-hooks": "^1.5.3",
"@tonic-ui/react-lab": "^0.22.1",
"@tonic-ui/styled-system": "^1.8.2",
"@tonic-ui/theme": "^1.2.3",
"@tonic-ui/react": "^1.25.0",
"@tonic-ui/react-hooks": "^1.6.0",
"@tonic-ui/react-lab": "^0.23.0",
"@tonic-ui/styled-system": "^1.9.0",
"@tonic-ui/theme": "^1.3.0",
"@trendmicro/babel-config": "^1.0.2",
"acorn": "^8.8.2",
"algoliasearch": "^4.14.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/react-hooks",
"version": "1.5.3",
"version": "1.6.0",
"description": "A collection of React Hooks for Tonic UI components.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
8 changes: 4 additions & 4 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.22.1",
"version": "0.23.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",
Expand All @@ -19,9 +19,9 @@
"test": "jest --maxWorkers=2"
},
"dependencies": {
"@tonic-ui/react": "^1.24.1",
"@tonic-ui/react-hooks": "^1.5.3",
"@tonic-ui/utils": "^1.5.1",
"@tonic-ui/react": "^1.25.0",
"@tonic-ui/react-hooks": "^1.6.0",
"@tonic-ui/utils": "^1.6.0",
"date-fns": "2.x",
"ensure-type": "^1.5.1",
"micro-memoize": "4.x"
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/react",
"version": "1.24.1",
"version": "1.25.0",
"description": "React Tonic UI component library.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand All @@ -23,10 +23,10 @@
"@emotion/react": "11.x",
"@emotion/styled": "11.x",
"@popperjs/core": "2.x",
"@tonic-ui/react-hooks": "^1.5.3",
"@tonic-ui/styled-system": "^1.8.2",
"@tonic-ui/theme": "^1.2.3",
"@tonic-ui/utils": "^1.5.1",
"@tonic-ui/react-hooks": "^1.6.0",
"@tonic-ui/styled-system": "^1.9.0",
"@tonic-ui/theme": "^1.3.0",
"@tonic-ui/utils": "^1.6.0",
"@trendmicro/tmicon": "1.x",
"ensure-type": "^1.5.1",
"lodash.get": "4.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/styled-system",
"version": "1.8.2",
"version": "1.9.0",
"description": "The framework agnostic styling engine for Tonic UI.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/theme",
"version": "1.2.3",
"version": "1.3.0",
"description": "The default theme package for Tonic UI components.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/utils",
"version": "1.5.1",
"version": "1.6.0",
"description": "Common utilities for various Tonic UI components and packages.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3651,11 +3651,11 @@ __metadata:
"@next/mdx": ^13.0.5
"@tanstack/react-table": ^8.9.1
"@tanstack/react-virtual": ^3.0.0-beta
"@tonic-ui/react": ^1.24.1
"@tonic-ui/react-hooks": ^1.5.3
"@tonic-ui/react-lab": ^0.22.1
"@tonic-ui/styled-system": ^1.8.2
"@tonic-ui/theme": ^1.2.3
"@tonic-ui/react": ^1.25.0
"@tonic-ui/react-hooks": ^1.6.0
"@tonic-ui/react-lab": ^0.23.0
"@tonic-ui/styled-system": ^1.9.0
"@tonic-ui/theme": ^1.3.0
"@trendmicro/babel-config": ^1.0.2
acorn: ^8.8.2
algoliasearch: ^4.14.2
Expand Down Expand Up @@ -3708,7 +3708,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/react-hooks@^1.5.3, @tonic-ui/react-hooks@workspace:packages/react-hooks":
"@tonic-ui/react-hooks@^1.6.0, @tonic-ui/react-hooks@workspace:packages/react-hooks":
version: 0.0.0-use.local
resolution: "@tonic-ui/react-hooks@workspace:packages/react-hooks"
dependencies:
Expand Down Expand Up @@ -3746,7 +3746,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/react-lab@^0.22.1, @tonic-ui/react-lab@workspace:packages/react-lab":
"@tonic-ui/react-lab@^0.23.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:
Expand All @@ -3763,9 +3763,9 @@ __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.24.1
"@tonic-ui/react-hooks": ^1.5.3
"@tonic-ui/utils": ^1.5.1
"@tonic-ui/react": ^1.25.0
"@tonic-ui/react-hooks": ^1.6.0
"@tonic-ui/utils": ^1.6.0
"@trendmicro/babel-config": ^1.0.2
cpy-cli: ^5.0.0
cross-env: ^7.0.3
Expand All @@ -3791,7 +3791,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/react@^1.24.1, @tonic-ui/react@workspace:packages/react":
"@tonic-ui/react@^1.25.0, @tonic-ui/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@tonic-ui/react@workspace:packages/react"
dependencies:
Expand All @@ -3813,10 +3813,10 @@ __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.5.3
"@tonic-ui/styled-system": ^1.8.2
"@tonic-ui/theme": ^1.2.3
"@tonic-ui/utils": ^1.5.1
"@tonic-ui/react-hooks": ^1.6.0
"@tonic-ui/styled-system": ^1.9.0
"@tonic-ui/theme": ^1.3.0
"@tonic-ui/utils": ^1.6.0
"@trendmicro/babel-config": ^1.0.2
"@trendmicro/tmicon": 1.x
cpy-cli: ^5.0.0
Expand Down Expand Up @@ -3848,7 +3848,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/styled-system@^1.8.2, @tonic-ui/styled-system@workspace:packages/styled-system":
"@tonic-ui/styled-system@^1.9.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:
Expand Down Expand Up @@ -3876,7 +3876,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/theme@^1.2.3, @tonic-ui/theme@workspace:packages/theme":
"@tonic-ui/theme@^1.3.0, @tonic-ui/theme@workspace:packages/theme":
version: 0.0.0-use.local
resolution: "@tonic-ui/theme@workspace:packages/theme"
dependencies:
Expand Down Expand Up @@ -3904,7 +3904,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/utils@^1.5.1, @tonic-ui/utils@workspace:packages/utils":
"@tonic-ui/utils@^1.6.0, @tonic-ui/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@tonic-ui/utils@workspace:packages/utils"
dependencies:
Expand Down

0 comments on commit d5089ed

Please sign in to comment.