-
-
Notifications
You must be signed in to change notification settings - Fork 196
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 ts theme metadata #3243
Fix ts theme metadata #3243
Conversation
🦋 Changeset detectedLatest commit: 67d052e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Commit SHA:b34779616219cc65bc1573abbcf04fa3162b52e7 Test coverage results 🧪
|
Commit SHA:b34779616219cc65bc1573abbcf04fa3162b52e7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changeset please
@@ -62,7 +62,7 @@ | |||
"@supabase/supabase-js": "^2.0.5", | |||
"@supernovaio/supernova-sdk": "^1.9.3", | |||
"@tokens-studio/graph-engine": "^0.17.5", | |||
"@tokens-studio/sdk": "^2.0.0-alpha.0", | |||
"@tokens-studio/sdk": "^1.4.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this on purpose? Sdk 1.4.2 is a prior version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, 1.4.2 is the latest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happened to 2.0.0.-alpha?
@@ -427,7 +429,7 @@ export class TokensStudioTokenStorage extends RemoteTokenStorage<TokensStudioSav | |||
const responseData = await this.client.mutate({ | |||
mutation: DELETE_THEME_GROUP_MUTATION, | |||
variables: { | |||
branch: 'master', | |||
branch: 'main', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be DEFAULT_BRANCH as well right?
Why does this PR exist?
Closes #0000
What does this pull request do?
Testing this change
Additional Notes (if any)