diff --git a/.changeset/big-eyes-compete.md b/.changeset/big-eyes-compete.md deleted file mode 100644 index 7b3bca87..00000000 --- a/.changeset/big-eyes-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/explorer": patch ---- - -make words consistent in display options diff --git a/.changeset/metal-rabbits-tell.md b/.changeset/metal-rabbits-tell.md deleted file mode 100644 index 1334991a..00000000 --- a/.changeset/metal-rabbits-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/explorer": minor ---- - -Allow hiding the global header diff --git a/.changeset/popular-rules-sin.md b/.changeset/popular-rules-sin.md deleted file mode 100644 index d095341e..00000000 --- a/.changeset/popular-rules-sin.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@apollo/explorer": patch -"@apollo/sandbox": patch -"@apollo/explorer-helpers": patch ---- - -We were out of protocol for HTTP Multipart Subscriptions. I was using an older version of the draft protocol. This should update to use the real HTTP Multipart Subscription protocol: https://www.apollographql.com/docs/router/executing-operations/subscription-multipart-protocol/. diff --git a/packages/explorer-helpers/CHANGELOG.md b/packages/explorer-helpers/CHANGELOG.md index d8c6674e..8254cb53 100644 --- a/packages/explorer-helpers/CHANGELOG.md +++ b/packages/explorer-helpers/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/explorer-helpers +## 0.1.5 + +### Patch Changes + +- [#269](https://github.com/apollographql/embeddable-explorer/pull/269) [`1a57130`](https://github.com/apollographql/embeddable-explorer/commit/1a5713028b5510748d0ece50d8e61568772a381b) Thanks [@mayakoneval](https://github.com/mayakoneval)! - We were out of protocol for HTTP Multipart Subscriptions. I was using an older version of the draft protocol. This should update to use the real HTTP Multipart Subscription protocol: https://www.apollographql.com/docs/router/executing-operations/subscription-multipart-protocol/. + ## 0.1.4 ### Patch Changes diff --git a/packages/explorer-helpers/package.json b/packages/explorer-helpers/package.json index 3199b0a1..44e5230a 100644 --- a/packages/explorer-helpers/package.json +++ b/packages/explorer-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/explorer-helpers", - "version": "0.1.4", + "version": "0.1.5", "author": "packages@apollographql.com", "license": "MIT", "repository": { diff --git a/packages/explorer/CHANGELOG.md b/packages/explorer/CHANGELOG.md index 459c9536..e298b98c 100644 --- a/packages/explorer/CHANGELOG.md +++ b/packages/explorer/CHANGELOG.md @@ -1,5 +1,17 @@ # @apollo/explorer +## 3.6.0 + +### Minor Changes + +- [#273](https://github.com/apollographql/embeddable-explorer/pull/273) [`82579f1`](https://github.com/apollographql/embeddable-explorer/commit/82579f11e7c329ace32fad42faf2146471e172b6) Thanks [@mayakoneval](https://github.com/mayakoneval)! - Allow hiding the global header + +### Patch Changes + +- [#274](https://github.com/apollographql/embeddable-explorer/pull/274) [`a8ec2cf`](https://github.com/apollographql/embeddable-explorer/commit/a8ec2cf1edd546508e6d7dff98dc587edd348c83) Thanks [@mayakoneval](https://github.com/mayakoneval)! - make words consistent in display options + +* [#269](https://github.com/apollographql/embeddable-explorer/pull/269) [`1a57130`](https://github.com/apollographql/embeddable-explorer/commit/1a5713028b5510748d0ece50d8e61568772a381b) Thanks [@mayakoneval](https://github.com/mayakoneval)! - We were out of protocol for HTTP Multipart Subscriptions. I was using an older version of the draft protocol. This should update to use the real HTTP Multipart Subscription protocol: https://www.apollographql.com/docs/router/executing-operations/subscription-multipart-protocol/. + ## 3.5.0 ### Minor Changes diff --git a/packages/explorer/package.json b/packages/explorer/package.json index 1600502c..7f6030ad 100644 --- a/packages/explorer/package.json +++ b/packages/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/explorer", - "version": "3.5.0", + "version": "3.6.0", "author": "packages@apollographql.com", "license": "MIT", "repository": { diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index 98c759da..bade5ba6 100644 --- a/packages/sandbox/CHANGELOG.md +++ b/packages/sandbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/sandbox +## 2.5.1 + +### Patch Changes + +- [#269](https://github.com/apollographql/embeddable-explorer/pull/269) [`1a57130`](https://github.com/apollographql/embeddable-explorer/commit/1a5713028b5510748d0ece50d8e61568772a381b) Thanks [@mayakoneval](https://github.com/mayakoneval)! - We were out of protocol for HTTP Multipart Subscriptions. I was using an older version of the draft protocol. This should update to use the real HTTP Multipart Subscription protocol: https://www.apollographql.com/docs/router/executing-operations/subscription-multipart-protocol/. + ## 2.5.0 ### Minor Changes diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index b578d31b..f2fa4d13 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/sandbox", - "version": "2.5.0", + "version": "2.5.1", "author": "packages@apollographql.com", "license": "MIT", "repository": {