Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3763

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clean-mice-chew.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/neat-houses-explode.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/strange-knives-hammer.md

This file was deleted.

10 changes: 5 additions & 5 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"start": "NODE_ENV=development webpack-cli serve"
},
"dependencies": {
"@graphiql/plugin-code-exporter": "^3.1.2",
"@graphiql/plugin-explorer": "^3.2.2",
"@graphiql/toolkit": "^0.11.0",
"@graphiql/react": "^0.26.2",
"graphiql": "^3.7.1",
"@graphiql/plugin-code-exporter": "^3.2.0",
"@graphiql/plugin-explorer": "^3.3.0",
"@graphiql/toolkit": "^0.12.0",
"@graphiql/react": "^0.27.0",
"graphiql": "^3.8.0",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/monaco-graphql-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"start": "next start"
},
"dependencies": {
"@graphiql/toolkit": "^0.11.0",
"@graphiql/toolkit": "^0.12.0",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
"jsonc-parser": "^3.2.0",
"marked": "^4.2.12",
"monaco-editor": "^0.39.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"monaco-graphql": "^1.6.0",
"monaco-graphql": "^1.7.0",
"next": "13.4.7",
"prettier": "3.3.2",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/monaco-graphql-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"@graphiql/toolkit": "^0.11.0",
"@graphiql/toolkit": "^0.12.0",
"graphql": "^16.9.0",
"graphql-language-service": "^5.3.0",
"graphql-language-service": "^5.4.0",
"jsonc-parser": "^3.2.0",
"monaco-editor": "^0.39.0",
"monaco-graphql": "^1.6.0",
"monaco-graphql": "^1.7.0",
"prettier": "3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/monaco-graphql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"graphql": "^16.9.0",
"graphql-language-service": "^5.3.0",
"graphql-language-service": "^5.4.0",
"json-schema": "^0.4.0",
"jsonc-parser": "^3.2.0",
"monaco-editor": "^0.39.0",
"monaco-graphql": "^1.6.0",
"monaco-graphql": "^1.7.0",
"prettier": "3.3.2"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/cm6-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# cm6-graphql

## 0.2.0

### Minor Changes

- [#3762](https://github.com/graphql/graphiql/pull/3762) [`76b3cc8`](https://github.com/graphql/graphiql/commit/76b3cc872dedd667504f58c9313a86bada7688d6) Thanks [@mavenskylab](https://github.com/mavenskylab)! - The cm6-graphql package currently specifies exact versions for its peer dependencies on @codemirror packages. This is causing conflicts when projects use newer versions of these packages, leading to multiple instances being installed.

- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled
`graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo.

### Patch Changes

- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0

- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]:
- [email protected]

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cm6-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cm6-graphql",
"version": "0.1.1",
"version": "0.2.0",
"description": "GraphQL language support for CodeMirror 6",
"scripts": {
"build": "cm-buildhelper src/index.ts",
Expand All @@ -16,7 +16,7 @@
"types": "dist/index.d.ts",
"sideEffects": false,
"dependencies": {
"graphql-language-service": "^5.3.0"
"graphql-language-service": "^5.4.0"
},
"devDependencies": {
"@codemirror/autocomplete": "^6.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.2.0

### Minor Changes

- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled
`graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo.

### Patch Changes

- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0

- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]:
- [email protected]

## 2.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/codemirror-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-graphql",
"version": "2.1.1",
"version": "2.2.0",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@
"// TEMPORARILY PINNED until we fix graphql 15 support": "",
"dependencies": {
"@types/codemirror": "^0.0.90",
"graphql-language-service": "5.3.0"
"graphql-language-service": "5.4.0"
},
"devDependencies": {
"@codemirror/language": "^6.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/graphiql-plugin-code-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphiql/plugin-code-exporter

## 3.2.0

### Minor Changes

- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled
`graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo.

### Patch Changes

- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0

- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]:
- @graphiql/[email protected]

## 3.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql-plugin-code-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-code-exporter",
"version": "3.1.2",
"version": "3.2.0",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -33,13 +33,13 @@
"graphiql-code-exporter": "^3.0.3"
},
"peerDependencies": {
"@graphiql/react": "^0.26.0",
"@graphiql/react": "^0.27.0",
"graphql": "^16.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@graphiql/react": "^0.26.0",
"@graphiql/react": "^0.27.0",
"@vitejs/plugin-react": "^4.3.1",
"graphql": "^16.9.0",
"postcss-nesting": "^10.1.7",
Expand Down
14 changes: 14 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphiql/plugin-explorer

## 3.3.0

### Minor Changes

- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled
`graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo.

### Patch Changes

- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0

- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]:
- @graphiql/[email protected]

## 3.2.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql-plugin-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-explorer",
"version": "3.2.2",
"version": "3.3.0",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -32,13 +32,13 @@
"graphiql-explorer": "^0.9.0"
},
"peerDependencies": {
"@graphiql/react": "^0.26.0",
"@graphiql/react": "^0.27.0",
"graphql": "^16.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@graphiql/react": "^0.26.0",
"@graphiql/react": "^0.27.0",
"@vitejs/plugin-react": "^4.3.1",
"graphql": "^16.9.0",
"react": "^18.2.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphiql/react

## 0.27.0

### Minor Changes

- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled
`graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo.

### Patch Changes

- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0

- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]:
- [email protected]
- [email protected]
- @graphiql/[email protected]

## 0.26.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
"version": "0.26.2",
"version": "0.27.0",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -48,7 +48,7 @@
"react-dom": "^16.8.0 || ^17 || ^18"
},
"dependencies": {
"@graphiql/toolkit": "^0.11.0",
"@graphiql/toolkit": "^0.12.0",
"@headlessui/react": "^1.7.15",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
Expand All @@ -57,11 +57,11 @@
"@types/codemirror": "^5.60.8",
"clsx": "^1.2.1",
"codemirror": "^5.65.3",
"codemirror-graphql": "^2.1.1",
"codemirror-graphql": "^2.2.0",
"copy-to-clipboard": "^3.2.0",
"framer-motion": "^6.5.1",
"get-value": "^3.0.1",
"graphql-language-service": "^5.3.0",
"graphql-language-service": "^5.4.0",
"markdown-it": "^14.1.0",
"set-value": "^4.1.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/graphiql-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphiql/toolkit

## 0.12.0

### Minor Changes

- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled
`graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo.

### Patch Changes

- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/toolkit",
"version": "0.11.0",
"version": "0.12.0",
"description": "Utility to build a fetcher for GraphiQL",
"contributors": [
"Rikki Schulte <[email protected]> (https://rikki.dev)"
Expand Down
14 changes: 14 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 3.8.0

### Minor Changes

- [#3782](https://github.com/graphql/graphiql/pull/3782) [`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6) Thanks [@acao](https://github.com/acao)! - officially deprecate graphql@15 support, as our types and other runtime capabilities ceased to be compatible in 2022 or 2023, but the regression tests were disabled
`graphql-language-service` is where the bug is, which is used by all of the libraries and applications in `graphiql` monorepo.

### Patch Changes

- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0

- Updated dependencies [[`6b88593`](https://github.com/graphql/graphiql/commit/6b88593310b863e31679c3cc1b5c6dc85f04b9a6), [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b)]:
- @graphiql/[email protected]

## 3.7.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "3.7.1",
"version": "3.8.0",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -47,15 +47,15 @@
"webpack": "webpack-cli --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/react": "^0.26.2"
"@graphiql/react": "^0.27.0"
},
"peerDependencies": {
"graphql": "^16.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@graphiql/toolkit": "^0.11.0",
"@graphiql/toolkit": "^0.12.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/testing-library__jest-dom": "5.14.5",
Expand Down
Loading