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]
 - @tonic-ui/[email protected]
 - @tonic-ui/[email protected]
 - @tonic-ui/[email protected]
 - @tonic-ui/[email protected]
 - @tonic-ui/[email protected]
 - @tonic-ui/[email protected]
  • Loading branch information
cheton committed May 23, 2024
1 parent e3fddc3 commit 7c2c2ed
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/codemod",
"version": "2.0.0",
"version": "2.0.0-alpha.0",
"description": "Codemod scripts for Tonic UI",
"bin": "./codemod.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/react-base",
"version": "2.0.0",
"version": "2.0.0-alpha.0",
"description": "A library of headless React UI components.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -23,7 +23,7 @@
"@emotion/is-prop-valid": "1.x",
"@emotion/react": "11.x",
"@emotion/styled": "11.x",
"@tonic-ui/styled-system": "^2.0.0",
"@tonic-ui/styled-system": "^2.0.0-alpha.0",
"ensure-type": "^1.5.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.0",
"version": "2.0.0-alpha.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'",
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.0",
"version": "2.0.0-alpha.0",
"description": "A collection of React Hooks for Tonic UI components.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -20,7 +20,7 @@
"test": "jest --maxWorkers=2"
},
"dependencies": {
"@tonic-ui/utils": "^2.0.0"
"@tonic-ui/utils": "^2.0.0-alpha.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/react-icons",
"version": "2.0.0",
"version": "2.0.0-alpha.0",
"description": "Tonic Icons distributed as SVG React components.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -21,7 +21,7 @@
"test": "exit 0"
},
"dependencies": {
"@tonic-ui/react-base": "^2.0.0"
"@tonic-ui/react-base": "^2.0.0-alpha.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.24.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonic-ui/react",
"version": "2.0.0",
"version": "2.0.0-alpha.0",
"description": "React Tonic UI component library.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -24,12 +24,12 @@
"@emotion/react": "11.x",
"@emotion/styled": "11.x",
"@popperjs/core": "2.x",
"@tonic-ui/react-base": "^2.0.0",
"@tonic-ui/react-hooks": "^2.0.0",
"@tonic-ui/react-icons": "^2.0.0",
"@tonic-ui/styled-system": "^2.0.0",
"@tonic-ui/theme": "^2.0.0",
"@tonic-ui/utils": "^2.0.0",
"@tonic-ui/react-base": "^2.0.0-alpha.0",
"@tonic-ui/react-hooks": "^2.0.0-alpha.0",
"@tonic-ui/react-icons": "^2.0.0-alpha.0",
"@tonic-ui/styled-system": "^2.0.0-alpha.0",
"@tonic-ui/theme": "^2.0.0-alpha.0",
"@tonic-ui/utils": "^2.0.0-alpha.0",
"date-fns": "2.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": "2.0.0",
"version": "2.0.0-alpha.0",
"description": "The framework agnostic styling engine for Tonic UI.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.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": "2.0.0",
"version": "2.0.0-alpha.0",
"description": "The default theme package for Tonic UI components.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.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": "2.0.0",
"version": "2.0.0-alpha.0",
"description": "Common utilities for various Tonic UI components and packages.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3959,7 +3959,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/react-base@^2.0.0, @tonic-ui/react-base@workspace:packages/react-base":
"@tonic-ui/react-base@^2.0.0-alpha.0, @tonic-ui/react-base@workspace:packages/react-base":
version: 0.0.0-use.local
resolution: "@tonic-ui/react-base@workspace:packages/react-base"
dependencies:
Expand All @@ -3980,7 +3980,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@tonic-ui/styled-system": ^2.0.0
"@tonic-ui/styled-system": ^2.0.0-alpha.0
"@trendmicro/babel-config": ^1.0.2
cpy-cli: ^5.0.0
cross-env: ^7.0.3
Expand Down Expand Up @@ -4088,7 +4088,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/react-hooks@^2.0.0, @tonic-ui/react-hooks@workspace:^, @tonic-ui/react-hooks@workspace:packages/react-hooks":
"@tonic-ui/react-hooks@^2.0.0-alpha.0, @tonic-ui/react-hooks@workspace:^, @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 All @@ -4104,7 +4104,7 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@tonic-ui/utils": ^2.0.0
"@tonic-ui/utils": ^2.0.0-alpha.0
"@trendmicro/babel-config": ^1.0.2
cpy-cli: ^5.0.0
cross-env: ^7.0.3
Expand All @@ -4127,7 +4127,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/react-icons@^2.0.0, @tonic-ui/react-icons@workspace:^, @tonic-ui/react-icons@workspace:packages/react-icons":
"@tonic-ui/react-icons@^2.0.0-alpha.0, @tonic-ui/react-icons@workspace:^, @tonic-ui/react-icons@workspace:packages/react-icons":
version: 0.0.0-use.local
resolution: "@tonic-ui/react-icons@workspace:packages/react-icons"
dependencies:
Expand All @@ -4136,7 +4136,7 @@ __metadata:
"@babel/preset-react": ^7.23.3
"@emotion/babel-plugin": ^11.11.0
"@emotion/react": 11.x
"@tonic-ui/react-base": ^2.0.0
"@tonic-ui/react-base": ^2.0.0-alpha.0
"@trendmicro/babel-config": ^1.0.2
"@trendmicro/tmicon": latest
cross-env: ^7.0.3
Expand Down Expand Up @@ -4178,12 +4178,12 @@ __metadata:
"@testing-library/jest-dom": ^6.0.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@tonic-ui/react-base": ^2.0.0
"@tonic-ui/react-hooks": ^2.0.0
"@tonic-ui/react-icons": ^2.0.0
"@tonic-ui/styled-system": ^2.0.0
"@tonic-ui/theme": ^2.0.0
"@tonic-ui/utils": ^2.0.0
"@tonic-ui/react-base": ^2.0.0-alpha.0
"@tonic-ui/react-hooks": ^2.0.0-alpha.0
"@tonic-ui/react-icons": ^2.0.0-alpha.0
"@tonic-ui/styled-system": ^2.0.0-alpha.0
"@tonic-ui/theme": ^2.0.0-alpha.0
"@tonic-ui/utils": ^2.0.0-alpha.0
"@trendmicro/babel-config": ^1.0.2
cpy-cli: ^5.0.0
cross-env: ^7.0.3
Expand Down Expand Up @@ -4215,7 +4215,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/styled-system@^2.0.0, @tonic-ui/styled-system@workspace:packages/styled-system":
"@tonic-ui/styled-system@^2.0.0-alpha.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 @@ -4243,7 +4243,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/theme@^2.0.0, @tonic-ui/theme@workspace:packages/theme":
"@tonic-ui/theme@^2.0.0-alpha.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 @@ -4271,7 +4271,7 @@ __metadata:
languageName: unknown
linkType: soft

"@tonic-ui/utils@^2.0.0, @tonic-ui/utils@workspace:^, @tonic-ui/utils@workspace:packages/utils":
"@tonic-ui/utils@^2.0.0-alpha.0, @tonic-ui/utils@workspace:^, @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 7c2c2ed

Please sign in to comment.