Skip to content

Commit

Permalink
[Fix] sdk build version for release (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
brapoprod authored Feb 3, 2025
1 parent a55fe53 commit 648af15
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.19.0-23",
"version": "1.18.1-22",
"type": "module",
"description": "The Studio UI for CHILI GraFx",
"main": "src/main.tsx",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"@babel/preset-env": "^7.25.3",
"@chili-publish/grafx-shared-components": "^0.92.0",
"@chili-publish/studio-sdk": "1.18.1-rc.8",
"@chili-publish/studio-sdk": "1.18.1-rc.9",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/pro-light-svg-icons": "^6.7.1",
"@fortawesome/pro-regular-svg-icons": "^6.7.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1312,10 +1312,10 @@
resolved "https://npm.pkg.github.com/download/@chili-publish/grafx-shared-components/0.92.0/827c0dcb02c031dc62ddea87895da5b352434e19#827c0dcb02c031dc62ddea87895da5b352434e19"
integrity sha512-fIonatbumFgLPFF79d0/1N3RnweI4jP2xDltLawbh6v2G5ZxFmV0L7l1daXqoIfyuExpIWN4G/MBwHxtSXEzaQ==

"@chili-publish/studio-sdk@1.18.1-rc.8":
version "1.18.1-rc.8"
resolved "https://npm.pkg.github.com/download/@chili-publish/studio-sdk/1.18.1-rc.8/f5df7c0248735de8f7929225f076db4bebaeae94#f5df7c0248735de8f7929225f076db4bebaeae94"
integrity sha512-pUnnxOMJ2y9SCQCirlHRHyA6ZyldiL6CmBDBh5D/3V6qAOk4iBzVP0RSMx919b3EKp0MgxkYNpa4rnv3jwhDow==
"@chili-publish/studio-sdk@1.18.1-rc.9":
version "1.18.1-rc.9"
resolved "https://npm.pkg.github.com/download/@chili-publish/studio-sdk/1.18.1-rc.9/7c1adb5bcd42bc7ad9fdf8d7837bf85167ca2d4c#7c1adb5bcd42bc7ad9fdf8d7837bf85167ca2d4c"
integrity sha512-8c80RqKp/gCYaofz8Ubyj8mkzrzI3MZwforCktMEZd2jd1GFtMEpIWDlFhbKPoRzMJ/vP0vJJOWx3G2m4gasjw==
dependencies:
penpal "6.1.0"

Expand Down

0 comments on commit 648af15

Please sign in to comment.