From 3274a4e71dc960d010b9f9f08940c06e6460ee47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Sep 2024 19:57:27 +0000 Subject: [PATCH] Version Packages --- .changeset/fuzzy-fans-invite.md | 5 ----- packages/sandbox/CHANGELOG.md | 6 ++++++ packages/sandbox/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fuzzy-fans-invite.md diff --git a/.changeset/fuzzy-fans-invite.md b/.changeset/fuzzy-fans-invite.md deleted file mode 100644 index ee4df881..00000000 --- a/.changeset/fuzzy-fans-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/sandbox': minor ---- - -Adding support for `initialRequestConnectorsDebugging` to `EmbeddedSandbox` diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index 85fa8b54..502ed45f 100644 --- a/packages/sandbox/CHANGELOG.md +++ b/packages/sandbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/sandbox +## 2.7.0 + +### Minor Changes + +- [#300](https://github.com/apollographql/embeddable-explorer/pull/300) [`bbcdabf`](https://github.com/apollographql/embeddable-explorer/commit/bbcdabf19a3d05e3b9b619475676e34774dd9ea9) Thanks [@tayrrible](https://github.com/tayrrible)! - Adding support for `initialRequestConnectorsDebugging` to `EmbeddedSandbox` + ## 2.6.0 ### Minor Changes diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index ad32512a..15d63366 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/sandbox", - "version": "2.6.0", + "version": "2.7.0", "author": "packages@apollographql.com", "license": "MIT", "repository": {