From df33268eb95f0915157d6833313cda402a4d9a53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 14:15:22 -0700 Subject: [PATCH] Version Packages (#72) Co-authored-by: github-actions[bot] --- .changeset/perfect-coats-cry.md | 5 ----- .changeset/purple-forks-hang.md | 5 ----- .changeset/sharp-pens-love.md | 5 ----- .changeset/six-coats-draw.md | 5 ----- .changeset/spicy-wolves-carry.md | 5 ----- .changeset/tender-onions-clap.md | 5 ----- .changeset/twenty-cherries-arrive.md | 5 ----- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 9 files changed, 21 insertions(+), 36 deletions(-) delete mode 100644 .changeset/perfect-coats-cry.md delete mode 100644 .changeset/purple-forks-hang.md delete mode 100644 .changeset/sharp-pens-love.md delete mode 100644 .changeset/six-coats-draw.md delete mode 100644 .changeset/spicy-wolves-carry.md delete mode 100644 .changeset/tender-onions-clap.md delete mode 100644 .changeset/twenty-cherries-arrive.md diff --git a/.changeset/perfect-coats-cry.md b/.changeset/perfect-coats-cry.md deleted file mode 100644 index f6697f59..00000000 --- a/.changeset/perfect-coats-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/explorer': minor ---- - -Add optional config for inviteToken and accountId diff --git a/.changeset/purple-forks-hang.md b/.changeset/purple-forks-hang.md deleted file mode 100644 index de390046..00000000 --- a/.changeset/purple-forks-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/explorer": patch ---- - -remove grey border on default iframes diff --git a/.changeset/sharp-pens-love.md b/.changeset/sharp-pens-love.md deleted file mode 100644 index 8315ce81..00000000 --- a/.changeset/sharp-pens-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/explorer": patch ---- - -chore(deps): update dependency typescript to v4 diff --git a/.changeset/six-coats-draw.md b/.changeset/six-coats-draw.md deleted file mode 100644 index 7ed25e3b..00000000 --- a/.changeset/six-coats-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/explorer': minor ---- - -Add new post messages and listeners for local storage tokens diff --git a/.changeset/spicy-wolves-carry.md b/.changeset/spicy-wolves-carry.md deleted file mode 100644 index 8bcc1654..00000000 --- a/.changeset/spicy-wolves-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/explorer": patch ---- - -Send status & headers to embed diff --git a/.changeset/tender-onions-clap.md b/.changeset/tender-onions-clap.md deleted file mode 100644 index d6e92c09..00000000 --- a/.changeset/tender-onions-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/explorer': minor ---- - -Add handshake on connection for Embedded Explorer diff --git a/.changeset/twenty-cherries-arrive.md b/.changeset/twenty-cherries-arrive.md deleted file mode 100644 index f3caf8af..00000000 --- a/.changeset/twenty-cherries-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/explorer': minor ---- - -Add support for embeddable Sandbox in the embedded-explorer repo. The embeddable Sandbox is only built and pushed to our CDN bucket for use in Apollo Server right now. diff --git a/CHANGELOG.md b/CHANGELOG.md index 31538a67..99a23dd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # @apollo/explorer +## 0.4.0 + +### Minor Changes + +- [#92](https://github.com/apollographql/embeddable-explorer/pull/92) [`18b6a09`](https://github.com/apollographql/embeddable-explorer/commit/18b6a0986a252d91f62c2707950f5290f4e83bf8) Thanks [@William010x](https://github.com/William010x)! - Add optional config for inviteToken and accountId + +* [#88](https://github.com/apollographql/embeddable-explorer/pull/88) [`55e957a`](https://github.com/apollographql/embeddable-explorer/commit/55e957af5e88a7f04c50c681df6e009ff715f8ae) Thanks [@William010x](https://github.com/William010x)! - Add new post messages and listeners for local storage tokens + +- [#71](https://github.com/apollographql/embeddable-explorer/pull/71) [`fb3097f`](https://github.com/apollographql/embeddable-explorer/commit/fb3097f625e717a65d6ffa65ee34a20fa183fa08) Thanks [@William010x](https://github.com/William010x)! - Add handshake on connection for Embedded Explorer + +* [#71](https://github.com/apollographql/embeddable-explorer/pull/71) [`fb3097f`](https://github.com/apollographql/embeddable-explorer/commit/fb3097f625e717a65d6ffa65ee34a20fa183fa08) Thanks [@William010x](https://github.com/William010x)! - Add support for embeddable Sandbox in the embedded-explorer repo. The embeddable Sandbox is only built and pushed to our CDN bucket for use in Apollo Server right now. + +### Patch Changes + +- [#86](https://github.com/apollographql/embeddable-explorer/pull/86) [`89a94e3`](https://github.com/apollographql/embeddable-explorer/commit/89a94e3b8da54ab7c20715c15842fb8b95b49790) Thanks [@mayakoneval](https://github.com/mayakoneval)! - remove grey border on default iframes + +* [#36](https://github.com/apollographql/embeddable-explorer/pull/36) [`13e9d2b`](https://github.com/apollographql/embeddable-explorer/commit/13e9d2bf4297a6886ddc560a2877f7c20edcb52b) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency typescript to v4 + +- [#84](https://github.com/apollographql/embeddable-explorer/pull/84) [`2d47591`](https://github.com/apollographql/embeddable-explorer/commit/2d475911411ce9602ac630eb5ebbaf76da92ea74) Thanks [@mayakoneval](https://github.com/mayakoneval)! - Send status & headers to embed + ## 0.3.2 ### Patch Changes diff --git a/package.json b/package.json index 93124be4..48decaf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/explorer", - "version": "0.3.2", + "version": "0.4.0", "author": "packages@apollographql.com", "license": "MIT", "repository": {