File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' vscode-graphql ' : patch
3
+ ' graphql-language-service-server ' : patch
4
+ ---
5
+
6
+ Bump vscode-graphql and LSP server for patch fixes
Original file line number Diff line number Diff line change 62
62
"pretty" : " yarn pretty-check --write" ,
63
63
"pretty-check" : " prettier --cache --check --ignore-path .gitignore --ignore-path resources/prettierignore --ignore-path .eslintignore ." ,
64
64
"ci:version" : " yarn changeset version && yarn build && yarn format" ,
65
- "release" : " yarn build && yarn build-bundles && ( wsrun release --exclude-missing --serial --recursive --changedSince main -- || true) && yarn changeset publish" ,
65
+ "release" : " yarn build && yarn build-bundles && wsrun release --exclude-missing --serial --recursive --changedSince main && yarn changeset publish" ,
66
66
"release:canary" : " (node scripts/canary-release.js && yarn build-bundles && yarn changeset publish --tag canary) || echo Skipping Canary..." ,
67
67
"repo:lint" : " manypkg check" ,
68
68
"repo:fix" : " manypkg fix" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-graphql" ,
3
- "version" : " 0.13.0 " ,
3
+ "version" : " 0.13.1 " ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"displayName" : " GraphQL: Language Feature Support" ,
You can’t perform that action at this time.
0 commit comments