Skip to content

Commit

Permalink
[Release] Prep for 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
brapoprod committed Feb 4, 2025
1 parent 93d441c commit c40ac36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.18.1-23",
"version": "1.19.0-1",
"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.9",
"@chili-publish/studio-sdk": "1.19.0",
"@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
2 changes: 1 addition & 1 deletion src/MainContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ function MainContent({ projectConfig, updateToken: setAuthToken }: MainContentPr
// eslint-disable-next-line no-console
console.table({
'SDK version': packageInfo.dependencies['@chili-publish/studio-sdk'],
'Studio UI version': packageInfo.version,
'Studio UI version': packageInfo.version.split('-')[0],
});
// eslint-disable-next-line consistent-return
return () => {
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.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==
"@chili-publish/studio-sdk@1.19.0":
version "1.19.0"
resolved "https://npm.pkg.github.com/download/@chili-publish/studio-sdk/1.19.0/6f0bd503cf65c673f89b197f906404d4d63c05e0#6f0bd503cf65c673f89b197f906404d4d63c05e0"
integrity sha512-lXF8yyaKPGhZdAox7TXHf1Yfpwf1+2jd+IfRM5qM48e6uLa0xYG2BWFNzq702m2Qu7tLkI0h2F3RB0+hnTkcVQ==
dependencies:
penpal "6.1.0"

Expand Down

0 comments on commit c40ac36

Please sign in to comment.