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 6262 "pretty" : " yarn pretty-check --write" ,
6363 "pretty-check" : " prettier --cache --check --ignore-path .gitignore --ignore-path resources/prettierignore --ignore-path .eslintignore ." ,
6464 "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" ,
6666 "release:canary" : " (node scripts/canary-release.js && yarn build-bundles && yarn changeset publish --tag canary) || echo Skipping Canary..." ,
6767 "repo:lint" : " manypkg check" ,
6868 "repo:fix" : " manypkg fix" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-graphql" ,
3- "version" : " 0.13.0 " ,
3+ "version" : " 0.13.1 " ,
44 "private" : true ,
55 "license" : " MIT" ,
66 "displayName" : " GraphQL: Language Feature Support" ,
You can’t perform that action at this time.
0 commit comments