From fc9523f48ad6bb1c56bbd523b3781c499da3d045 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Nov 2021 17:39:40 +0000 Subject: [PATCH] Version Packages --- .changeset/new-changeset.md | 5 ----- packages/graphiql/CHANGELOG.md | 6 ++++++ packages/graphiql/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/new-changeset.md diff --git a/.changeset/new-changeset.md b/.changeset/new-changeset.md deleted file mode 100644 index a57b5bdd397..00000000000 --- a/.changeset/new-changeset.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphiql': patch ---- - -**CRITICAL SECURITY PATCH** for the [GraphiQL introspection schema template injection attack](https://github.com/graphql/graphiql/security/advisories/GHSA-x4r7-m2q9-69c8) diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 162ff19cfdc..44b2a58b455 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.4.7 + +### Patch Changes + +- [`130ddad6`](https://github.com/graphql/graphiql/commit/130ddad6d0394356ec32070a6fee1840450a4660) Thanks [@acao](https://github.com/acao)! - **CRITICAL SECURITY PATCH** for the [GraphiQL introspection schema template injection attack](https://github.com/graphql/graphiql/security/advisories/GHSA-x4r7-m2q9-69c8) + ## 1.4.6 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index a0455d9cf2f..81004c733e2 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "1.4.6", + "version": "1.4.7", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ",