From 4c737559f55c68e4dce5c2a429cad2bf5019a0f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Sep 2024 13:59:51 +0000 Subject: [PATCH] Version Packages --- .changeset/dirty-rats-appear.md | 5 ----- .changeset/dry-humans-roll.md | 5 ----- .changeset/fuzzy-fireants-exercise.md | 5 ----- .changeset/odd-apricots-learn.md | 5 ----- .changeset/wise-files-pull.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 19 insertions(+), 28 deletions(-) delete mode 100644 .changeset/dirty-rats-appear.md delete mode 100644 .changeset/dry-humans-roll.md delete mode 100644 .changeset/fuzzy-fireants-exercise.md delete mode 100644 .changeset/odd-apricots-learn.md delete mode 100644 .changeset/wise-files-pull.md diff --git a/.changeset/dirty-rats-appear.md b/.changeset/dirty-rats-appear.md deleted file mode 100644 index c9d552ae..00000000 --- a/.changeset/dirty-rats-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-apollo": patch ---- - -Fixed an issue where the configuration was not reloaded when the `.env.local` file changed. diff --git a/.changeset/dry-humans-roll.md b/.changeset/dry-humans-roll.md deleted file mode 100644 index f2690f67..00000000 --- a/.changeset/dry-humans-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-apollo": patch ---- - -Prevent configuration file parsing loop when transpiling TypeScript configs. diff --git a/.changeset/fuzzy-fireants-exercise.md b/.changeset/fuzzy-fireants-exercise.md deleted file mode 100644 index f4921e5d..00000000 --- a/.changeset/fuzzy-fireants-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-apollo": minor ---- - -Change default recommended configuration file format to `json`. diff --git a/.changeset/odd-apricots-learn.md b/.changeset/odd-apricots-learn.md deleted file mode 100644 index ebae8e7d..00000000 --- a/.changeset/odd-apricots-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-apollo": patch ---- - -Fix a bug where config file changes could not be picked up diff --git a/.changeset/wise-files-pull.md b/.changeset/wise-files-pull.md deleted file mode 100644 index 3815f2d8..00000000 --- a/.changeset/wise-files-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-apollo": patch ---- - -Add support for `apollo.config.yml`, `apollo.config.yaml` and `apollo.config.json`. diff --git a/CHANGELOG.md b/CHANGELOG.md index ebe0614d..b3f186e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG +## 2.3.0 + +### Minor Changes + +- [#209](/~https://github.com/apollographql/vscode-graphql/pull/209) [`fc73ed30`](/~https://github.com/apollographql/vscode-graphql/commit/fc73ed3089e281aa1234268f4ec78e6aa68eae15) Thanks [@phryneas](/~https://github.com/phryneas)! - Change default recommended configuration file format to `json`. + +### Patch Changes + +- [#200](/~https://github.com/apollographql/vscode-graphql/pull/200) [`d6c6af81`](/~https://github.com/apollographql/vscode-graphql/commit/d6c6af811e1c04901990278e3b76057ef2221911) Thanks [@phryneas](/~https://github.com/phryneas)! - Fixed an issue where the configuration was not reloaded when the `.env.local` file changed. + +- [#202](/~https://github.com/apollographql/vscode-graphql/pull/202) [`ea5cc094`](/~https://github.com/apollographql/vscode-graphql/commit/ea5cc0944b7015cd7b2cfee15993469c124a8356) Thanks [@phryneas](/~https://github.com/phryneas)! - Prevent configuration file parsing loop when transpiling TypeScript configs. + +- [#204](/~https://github.com/apollographql/vscode-graphql/pull/204) [`c2351d2e`](/~https://github.com/apollographql/vscode-graphql/commit/c2351d2e179eb92fb493a4209a3461c8aa92c979) Thanks [@phryneas](/~https://github.com/phryneas)! - Fix a bug where config file changes could not be picked up + +- [#200](/~https://github.com/apollographql/vscode-graphql/pull/200) [`d6c6af81`](/~https://github.com/apollographql/vscode-graphql/commit/d6c6af811e1c04901990278e3b76057ef2221911) Thanks [@phryneas](/~https://github.com/phryneas)! - Add support for `apollo.config.yml`, `apollo.config.yaml` and `apollo.config.json`. + ## 2.2.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 1a47ae55..2fa1aeef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-apollo", - "version": "2.2.1", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-apollo", - "version": "2.2.1", + "version": "2.3.0", "license": "MIT", "dependencies": { "@apollo/client": "3.11.4", diff --git a/package.json b/package.json index a37f13cd..f6684bf5 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.2.1", + "version": "2.3.0", "referenceID": "87197759-7617-40d0-b32e-46d378e907c7", "author": "Apollo GraphQL ", "license": "MIT",