Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Bump SDK version to 1.13.x #180

Merged
merged 4 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ for a more advanced example, and extra information about building an integration

### Tools setup

- [Node 20](https://nodejs.org/en) LTS
- [Node LTS version](https://nodejs.org/en) is installed
> node -v # to check existing node version
- [Yarn v1.22.19](https://classic.yarnpkg.com/lang/en/docs/install/) or newer is installed (yarn `major version 1` though)
> yarn -v # to check existing yarn version
Expand Down
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.12.5",
"version": "1.13.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.71.2",
"@chili-publish/studio-sdk": "^1.12.2",
"@chili-publish/studio-sdk": "https://stgrafxstudiodevpublic.blob.core.windows.net/sdk/dev-packages/499/studio-sdk.tgz",
psamusev marked this conversation as resolved.
Show resolved Hide resolved
"axios": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,9 @@
react-datepicker "^7.1.0"
react-select "^5.6.1"

"@chili-publish/studio-sdk@^1.12.2":
version "1.12.2"
resolved "https://npm.pkg.github.com/download/@chili-publish/studio-sdk/1.12.2/0e00e8ae64540dac327e6428c163c8f53859628b#0e00e8ae64540dac327e6428c163c8f53859628b"
integrity sha512-SQIv5YW+XKxUw4djppBbRm4VFF23ZAw+AIrM2gW6gxQMM06L2ZvlB2BMClVWO/tK0YtD/4IdM2Xmu2KktSvlqA==
"@chili-publish/studio-sdk@https://stgrafxstudiodevpublic.blob.core.windows.net/sdk/dev-packages/499/studio-sdk.tgz":
version "1.12.3-rc.3"
resolved "https://stgrafxstudiodevpublic.blob.core.windows.net/sdk/dev-packages/499/studio-sdk.tgz#7e3d1ca1fac83559be872b49ba0c21fe2799795a"
dependencies:
penpal "6.1.0"

Expand Down
Loading