vscode-apollo 2.5.3 → 2.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -68,7 +68,7 @@ jobs:
68
68
  gh release upload "v$VERSION" "vscode-apollo-$VERSION.vsix"
69
69
  env:
70
70
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
- VERSION: ${{steps.changesets.outputs.publishedPackages[0].version}}
71
+ VERSION: ${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}
72
72
 
73
73
  - name: Publish to Open VSX Registry
74
74
  if: steps.changesets.outcome == 'success' && steps.changesets.outputs.published == 'true'
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 2.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#267](https://github.com/apollographql/vscode-graphql/pull/267) [`8706670`](https://github.com/apollographql/vscode-graphql/commit/8706670810493c3574ecc66f9262e8fd025604dc) Thanks [@phryneas](https://github.com/phryneas)! - Adjustments to fix Release process
8
+
3
9
  ## 2.5.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "vscode-apollo",
3
3
  "displayName": "Apollo GraphQL",
4
4
  "description": "Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform",
5
- "version": "2.5.3",
5
+ "version": "2.5.4",
6
6
  "referenceID": "87197759-7617-40d0-b32e-46d378e907c7",
7
7
  "author": "Apollo GraphQL <opensource@apollographql.com>",
8
8
  "license": "MIT",