From 3885307b76844a35f1b534dcf3d40c654c9e3589 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:46:11 +0100 Subject: [PATCH] Version Packages (#237) Co-authored-by: github-actions[bot] --- .changeset/dry-eagles-share.md | 5 ----- .changeset/wise-gorillas-greet.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 .changeset/dry-eagles-share.md delete mode 100644 .changeset/wise-gorillas-greet.md diff --git a/.changeset/dry-eagles-share.md b/.changeset/dry-eagles-share.md deleted file mode 100644 index caeb7fc9..00000000 --- a/.changeset/dry-eagles-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-apollo": patch ---- - -Fix a bug handling windows path separators in `FileSet` instances. diff --git a/.changeset/wise-gorillas-greet.md b/.changeset/wise-gorillas-greet.md deleted file mode 100644 index 4c1a3a01..00000000 --- a/.changeset/wise-gorillas-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-apollo": minor ---- - -Add support for GraphQL in Notebook cells diff --git a/CHANGELOG.md b/CHANGELOG.md index 6752344b..207f4e8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## 2.4.0 + +### Minor Changes + +- [#236](https://github.com/apollographql/vscode-graphql/pull/236) [`9a4403db`](https://github.com/apollographql/vscode-graphql/commit/9a4403db7b8f9cb03638d83a7e3c29dd3c3077b7) Thanks [@pubmodmatt](https://github.com/pubmodmatt)! - Add support for GraphQL in Notebook cells + +### Patch Changes + +- [#240](https://github.com/apollographql/vscode-graphql/pull/240) [`3dfd9ac0`](https://github.com/apollographql/vscode-graphql/commit/3dfd9ac08a20ff92cafb398f1a8c71e5f7d03519) Thanks [@phryneas](https://github.com/phryneas)! - Fix a bug handling windows path separators in `FileSet` instances. + ## 2.3.6 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 3762a778..86a6f245 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-apollo", - "version": "2.3.6", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-apollo", - "version": "2.3.6", + "version": "2.4.0", "license": "MIT", "dependencies": { "@apollo/client": "3.11.8", diff --git a/package.json b/package.json index f4a617b7..81615cd3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-apollo", "displayName": "Apollo GraphQL", "description": "Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform", - "version": "2.3.6", + "version": "2.4.0", "referenceID": "87197759-7617-40d0-b32e-46d378e907c7", "author": "Apollo GraphQL ", "license": "MIT",