From 381789b2814c8a13df3025b4a3a9eda60d036116 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 29 Jul 2023 18:20:01 +0000 Subject: [PATCH] Version Packages --- .changeset/sour-maps-ring.md | 12 ------------ examples/graphiql-webpack/package.json | 6 +++--- .../graphiql-plugin-code-exporter/CHANGELOG.md | 7 +++++++ .../graphiql-plugin-code-exporter/package.json | 6 +++--- packages/graphiql-plugin-explorer/CHANGELOG.md | 7 +++++++ packages/graphiql-plugin-explorer/package.json | 6 +++--- packages/graphiql-react/CHANGELOG.md | 12 ++++++++++++ packages/graphiql-react/package.json | 2 +- packages/graphiql/CHANGELOG.md | 15 +++++++++++++++ packages/graphiql/package.json | 4 ++-- 10 files changed, 53 insertions(+), 24 deletions(-) delete mode 100644 .changeset/sour-maps-ring.md diff --git a/.changeset/sour-maps-ring.md b/.changeset/sour-maps-ring.md deleted file mode 100644 index 1648d28b07c..00000000000 --- a/.changeset/sour-maps-ring.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@graphiql/react': patch -'graphiql': patch ---- - -Solves #2825, an old bug where new tabs were created on every refresh - -the bug occurred when: - -1. `shouldPersistHeaders` is not set to true -2. `headers` or `defaultHeaders` are provided as props -3. the user refreshes the browser diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 59e2cee7df2..90a90f83a65 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -9,10 +9,10 @@ "start": "NODE_ENV=development webpack-dev-server" }, "dependencies": { - "@graphiql/plugin-code-exporter": "^0.3.3", - "@graphiql/plugin-explorer": "^0.3.3", + "@graphiql/plugin-code-exporter": "^0.3.4", + "@graphiql/plugin-explorer": "^0.3.4", "@graphiql/toolkit": "^0.9.1", - "graphiql": "^3.0.4", + "graphiql": "^3.0.5", "graphql": "^16.4.0", "graphql-ws": "^5.5.5", "react": "^18.2.0", diff --git a/packages/graphiql-plugin-code-exporter/CHANGELOG.md b/packages/graphiql-plugin-code-exporter/CHANGELOG.md index 63655acb38b..4e599e3df31 100644 --- a/packages/graphiql-plugin-code-exporter/CHANGELOG.md +++ b/packages/graphiql-plugin-code-exporter/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphiql/plugin-code-exporter +## 0.3.4 + +### Patch Changes + +- Updated dependencies [[`2348641c`](https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb)]: + - @graphiql/react@0.19.3 + ## 0.3.3 ### Patch Changes diff --git a/packages/graphiql-plugin-code-exporter/package.json b/packages/graphiql-plugin-code-exporter/package.json index d22c004c092..c670b6c27b4 100644 --- a/packages/graphiql-plugin-code-exporter/package.json +++ b/packages/graphiql-plugin-code-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-code-exporter", - "version": "0.3.3", + "version": "0.3.4", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -36,10 +36,10 @@ "graphql": "^15.5.0 || ^16.0.0", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18", - "@graphiql/react": "^0.19.2" + "@graphiql/react": "^0.19.3" }, "devDependencies": { - "@graphiql/react": "^0.19.2", + "@graphiql/react": "^0.19.3", "@vitejs/plugin-react": "^4.0.1", "postcss-nesting": "^10.1.7", "typescript": "^4.6.3", diff --git a/packages/graphiql-plugin-explorer/CHANGELOG.md b/packages/graphiql-plugin-explorer/CHANGELOG.md index ac01b9834f4..4ef9ff14b5e 100644 --- a/packages/graphiql-plugin-explorer/CHANGELOG.md +++ b/packages/graphiql-plugin-explorer/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphiql/plugin-explorer +## 0.3.4 + +### Patch Changes + +- Updated dependencies [[`2348641c`](https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb)]: + - @graphiql/react@0.19.3 + ## 0.3.3 ### Patch Changes diff --git a/packages/graphiql-plugin-explorer/package.json b/packages/graphiql-plugin-explorer/package.json index 66a81be4c3a..ecb38f8f06d 100644 --- a/packages/graphiql-plugin-explorer/package.json +++ b/packages/graphiql-plugin-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-explorer", - "version": "0.3.3", + "version": "0.3.4", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -35,10 +35,10 @@ "graphql": "^15.5.0 || ^16.0.0", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18", - "@graphiql/react": "^0.19.2" + "@graphiql/react": "^0.19.3" }, "devDependencies": { - "@graphiql/react": "^0.19.2", + "@graphiql/react": "^0.19.3", "@vitejs/plugin-react": "^4.0.1", "typescript": "^4.6.3", "vite": "^4.3.9" diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index d56c7371f80..94ba658ed89 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphiql/react +## 0.19.3 + +### Patch Changes + +- [#3371](https://github.com/graphql/graphiql/pull/3371) [`2348641c`](https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb) Thanks [@acao](https://github.com/acao)! - Solves #2825, an old bug where new tabs were created on every refresh + + the bug occurred when: + + 1. `shouldPersistHeaders` is not set to true + 2. `headers` or `defaultHeaders` are provided as props + 3. the user refreshes the browser + ## 0.19.2 ### Patch Changes diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index 3482f4c839c..d9772a2a288 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "0.19.2", + "version": "0.19.3", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 57ea1198106..75e4962bedc 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 3.0.5 + +### Patch Changes + +- [#3371](https://github.com/graphql/graphiql/pull/3371) [`2348641c`](https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb) Thanks [@acao](https://github.com/acao)! - Solves #2825, an old bug where new tabs were created on every refresh + + the bug occurred when: + + 1. `shouldPersistHeaders` is not set to true + 2. `headers` or `defaultHeaders` are provided as props + 3. the user refreshes the browser + +- Updated dependencies [[`2348641c`](https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb)]: + - @graphiql/react@0.19.3 + ## 3.0.4 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 7680f9d1538..cc5d813e838 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "3.0.4", + "version": "3.0.5", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ", @@ -47,7 +47,7 @@ "webpack": "webpack-cli --config resources/webpack.config.js" }, "dependencies": { - "@graphiql/react": "^0.19.2", + "@graphiql/react": "^0.19.3", "@graphiql/toolkit": "^0.9.1", "graphql-language-service": "^5.1.7", "markdown-it": "^12.2.0"