Skip to content

Commit

Permalink
[Fix] Bump SDK version to 1.12.x (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
psamusev authored Jul 16, 2024
1 parent 14d006c commit 56b42cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "studio-ui",
"private": true,
"version": "1.11.5",
"version": "1.12.0-rc.0",
"type": "module",
"description": "The Studio UI for CHILI GraFx",
"main": "src/main.tsx",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@chili-publish/grafx-shared-components": "^0.69.2",
"@chili-publish/studio-sdk": "^1.11.6",
"@chili-publish/studio-sdk": "^1.12.0",
"axios": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,10 @@
react-datepicker "^7.1.0"
react-select "^5.6.1"

"@chili-publish/studio-sdk@^1.11.6":
version "1.11.6"
resolved "https://npm.pkg.github.com/download/@chili-publish/studio-sdk/1.11.6/0e38037e00bcca9f247d3481343bb2c7dc336cc3#0e38037e00bcca9f247d3481343bb2c7dc336cc3"
integrity sha512-aOiByFdoMOglRlgDsIA5FDkIJYfu3ZmzRnsoUDKRIuBrf8hu3gUUD+PoOuFQiG463Q9NoVAECI6+8N68JxXLig==
"@chili-publish/studio-sdk@^1.12.0":
version "1.12.0"
resolved "https://npm.pkg.github.com/download/@chili-publish/studio-sdk/1.12.0/ac39b551af8719a8e1c630d0594c5dfc124542c1#ac39b551af8719a8e1c630d0594c5dfc124542c1"
integrity sha512-U8UrPeEY1Mkwawu1/ax/JabBBFkJQ+zZ8MyrM4U/4/ISXIl9cHQndwpcnYHhjCQ7yGCdFjg677O9XSL4hsIMLQ==
dependencies:
penpal "6.1.0"

Expand Down

0 comments on commit 56b42cc

Please sign in to comment.