Skip to content

Commit

Permalink
chore: publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
toshusai committed Jan 31, 2023
1 parent 6335192 commit 922d0f7
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@
"packages": [
"packages/*"
],
"version": "2.1.0"
"version": "2.2.0"
}
2 changes: 1 addition & 1 deletion packages/foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@charcoal-ui/foundation",
"version": "2.1.0",
"version": "2.2.0",
"license": "Apache-2.0",
"type": "module",
"source": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@charcoal-ui/icon-files",
"version": "2.1.0",
"version": "2.2.0",
"license": "Apache-2.0",
"type": "module",
"main": "./src/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@charcoal-ui/icons-cli",
"version": "2.1.0",
"version": "2.2.0",
"license": "Apache-2.0",
"type": "module",
"bin": "./dist/index.cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@charcoal-ui/icons",
"version": "2.1.0",
"version": "2.2.0",
"license": "Apache-2.0",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@charcoal-ui/icon-files": "^2.1.0",
"@charcoal-ui/icon-files": "^2.2.0",
"dompurify": "^2.3.6",
"warning": "^4.0.3"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/react-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@charcoal-ui/react-sandbox",
"version": "2.1.0",
"version": "2.2.0",
"license": "Apache-2.0",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -46,11 +46,11 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@charcoal-ui/foundation": "^2.1.0",
"@charcoal-ui/react": "^2.1.0",
"@charcoal-ui/styled": "^2.1.0",
"@charcoal-ui/theme": "^2.1.0",
"@charcoal-ui/utils": "^2.1.0",
"@charcoal-ui/foundation": "^2.2.0",
"@charcoal-ui/react": "^2.2.0",
"@charcoal-ui/styled": "^2.2.0",
"@charcoal-ui/theme": "^2.2.0",
"@charcoal-ui/utils": "^2.2.0",
"polished": "^4.1.4",
"react-spring": "^9.0.0",
"warning": "^4.0.3"
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": "@charcoal-ui/react",
"version": "2.1.0",
"version": "2.2.0",
"license": "Apache-2.0",
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -50,10 +50,10 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@charcoal-ui/icons": "^2.1.0",
"@charcoal-ui/styled": "^2.1.0",
"@charcoal-ui/theme": "^2.1.0",
"@charcoal-ui/utils": "^2.1.0",
"@charcoal-ui/icons": "^2.2.0",
"@charcoal-ui/styled": "^2.2.0",
"@charcoal-ui/theme": "^2.2.0",
"@charcoal-ui/utils": "^2.2.0",
"@react-aria/button": "^3.6.3",
"@react-aria/checkbox": "^3.2.3",
"@react-aria/dialog": "^3.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@charcoal-ui/styled",
"version": "2.1.0",
"version": "2.2.0",
"license": "Apache-2.0",
"type": "module",
"source": "./src/index.ts",
Expand Down Expand Up @@ -29,9 +29,9 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@charcoal-ui/foundation": "^2.1.0",
"@charcoal-ui/theme": "^2.1.0",
"@charcoal-ui/utils": "^2.1.0",
"@charcoal-ui/foundation": "^2.2.0",
"@charcoal-ui/theme": "^2.2.0",
"@charcoal-ui/utils": "^2.2.0",
"warning": "^4.0.3"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@charcoal-ui/tailwind-config",
"version": "2.1.0",
"version": "2.2.0",
"license": "Apache-2.0",
"type": "module",
"source": "./src/index.ts",
Expand All @@ -27,9 +27,9 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@charcoal-ui/foundation": "^2.1.0",
"@charcoal-ui/theme": "^2.1.0",
"@charcoal-ui/utils": "^2.1.0"
"@charcoal-ui/foundation": "^2.2.0",
"@charcoal-ui/theme": "^2.2.0",
"@charcoal-ui/utils": "^2.2.0"
},
"peerDependencies": {
"csstype": ">=3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@charcoal-ui/tailwind-diff",
"version": "2.1.0",
"version": "2.2.0",
"bin": "bin/tailwind-diff.js",
"scripts": {
"build": "tsc",
Expand Down
6 changes: 3 additions & 3 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@charcoal-ui/theme",
"version": "2.1.0",
"version": "2.2.0",
"license": "Apache-2.0",
"type": "module",
"source": "./src/index.ts",
Expand All @@ -26,8 +26,8 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@charcoal-ui/foundation": "^2.1.0",
"@charcoal-ui/utils": "^2.1.0",
"@charcoal-ui/foundation": "^2.2.0",
"@charcoal-ui/utils": "^2.2.0",
"polished": "^4.1.4"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@charcoal-ui/utils",
"version": "2.1.0",
"version": "2.2.0",
"license": "Apache-2.0",
"type": "module",
"source": "./src/index.ts",
Expand All @@ -24,7 +24,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@charcoal-ui/foundation": "^2.1.0",
"@charcoal-ui/foundation": "^2.2.0",
"polished": "^4.1.4"
},
"files": [
Expand Down

0 comments on commit 922d0f7

Please sign in to comment.