Skip to content

Commit

Permalink
chore: publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mimokmt committed Mar 27, 2023
1 parent 1c04538 commit 2748698
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.5.0"
"version": "2.6.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.5.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
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.5.0",
"version": "2.6.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.5.0",
"version": "2.6.0",
"license": "Apache-2.0",
"bin": "./dist/index.js",
"scripts": {
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.5.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@charcoal-ui/icon-files": "^2.5.0",
"@charcoal-ui/icon-files": "^2.6.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.5.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down Expand Up @@ -46,11 +46,11 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@charcoal-ui/foundation": "^2.5.0",
"@charcoal-ui/react": "^2.5.0",
"@charcoal-ui/styled": "^2.5.0",
"@charcoal-ui/theme": "^2.5.0",
"@charcoal-ui/utils": "^2.5.0",
"@charcoal-ui/foundation": "^2.6.0",
"@charcoal-ui/react": "^2.6.0",
"@charcoal-ui/styled": "^2.6.0",
"@charcoal-ui/theme": "^2.6.0",
"@charcoal-ui/utils": "^2.6.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.5.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down Expand Up @@ -49,10 +49,10 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@charcoal-ui/icons": "^2.5.0",
"@charcoal-ui/styled": "^2.5.0",
"@charcoal-ui/theme": "^2.5.0",
"@charcoal-ui/utils": "^2.5.0",
"@charcoal-ui/icons": "^2.6.0",
"@charcoal-ui/styled": "^2.6.0",
"@charcoal-ui/theme": "^2.6.0",
"@charcoal-ui/utils": "^2.6.0",
"@react-aria/button": "^3.7.0",
"@react-aria/checkbox": "^3.8.0",
"@react-aria/dialog": "^3.5.0",
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.5.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down Expand Up @@ -32,9 +32,9 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@charcoal-ui/foundation": "^2.5.0",
"@charcoal-ui/theme": "^2.5.0",
"@charcoal-ui/utils": "^2.5.0",
"@charcoal-ui/foundation": "^2.6.0",
"@charcoal-ui/theme": "^2.6.0",
"@charcoal-ui/utils": "^2.6.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.5.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand All @@ -27,9 +27,9 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@charcoal-ui/foundation": "^2.5.0",
"@charcoal-ui/theme": "^2.5.0",
"@charcoal-ui/utils": "^2.5.0"
"@charcoal-ui/foundation": "^2.6.0",
"@charcoal-ui/theme": "^2.6.0",
"@charcoal-ui/utils": "^2.6.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.5.0",
"version": "2.6.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.5.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand All @@ -27,8 +27,8 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@charcoal-ui/foundation": "^2.5.0",
"@charcoal-ui/utils": "^2.5.0",
"@charcoal-ui/foundation": "^2.6.0",
"@charcoal-ui/utils": "^2.6.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.5.0",
"version": "2.6.0",
"license": "Apache-2.0",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand All @@ -24,7 +24,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@charcoal-ui/foundation": "^2.5.0",
"@charcoal-ui/foundation": "^2.6.0",
"polished": "^4.1.4"
},
"files": [
Expand Down

0 comments on commit 2748698

Please sign in to comment.