Skip to content

Commit

Permalink
v1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-paqtcom committed Mar 6, 2024
1 parent 4aac333 commit 50a302a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.9.20"
"version": "1.9.21"
}
4 changes: 2 additions & 2 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiteds/core",
"version": "1.9.20",
"version": "1.9.21",
"description": "Base components for the Graphite Design System",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiteds/react",
"version": "1.9.20",
"version": "1.9.21",
"description": "React specific wrapper for the components of the Graphite Design System",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^3.9.10"
},
"dependencies": {
"@graphiteds/core": "^1.9.20",
"@graphiteds/core": "^1.9.21",
"tslib": "*"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiteds/vue",
"version": "1.9.20",
"version": "1.9.21",
"description": "Vue specific wrapper for the components of the Graphite Design System",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"vue": "3.0.1"
},
"dependencies": {
"@graphiteds/core": "^1.9.20"
"@graphiteds/core": "^1.9.21"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit 50a302a

Please sign in to comment.