Skip to content

Commit f8ac8cf

Browse files
authored
fix: fix vscode release (#3883)
1 parent 592e683 commit f8ac8cf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changeset/wet-kiwis-shake.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'vscode-graphql': patch
3+
'graphql-language-service-server': patch
4+
---
5+
6+
Bump vscode-graphql and LSP server for patch fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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",

packages/vscode-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)