Skip to content

Commit aacdc85

Browse files
acaogithub-actions[bot]dimaMachina
authored
Version Packages (#4134)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## graphiql@5.2.2 ### Patch Changes - [#4133](#4133) [`1bc6568`](1bc6568) Thanks [@dimaMachina](https://github.com/dimaMachina)! - to fix esm.sh example we should pin `monaco-editor` peer dependency to versions `≥ 0.20.0 and < 0.53`, since `monaco-editor@^0.53.0` isn't supported yet with `monaco-graphql` - Updated dependencies \[[`1bc6568`](1bc6568)]: - @graphiql/react@0.37.3 ## @graphiql/react@0.37.3 ### Patch Changes - [#4133](#4133) [`1bc6568`](1bc6568) Thanks [@dimaMachina](https://github.com/dimaMachina)! - to fix esm.sh example we should pin `monaco-editor` peer dependency to versions `≥ 0.20.0 and < 0.53`, since `monaco-editor@^0.53.0` isn't supported yet with `monaco-graphql` - Updated dependencies \[[`1bc6568`](1bc6568)]: - monaco-graphql@1.7.3 ## monaco-graphql@1.7.3 ### Patch Changes - [#4133](#4133) [`1bc6568`](1bc6568) Thanks [@dimaMachina](https://github.com/dimaMachina)! - to fix esm.sh example we should pin `monaco-editor` peer dependency to versions `≥ 0.20.0 and < 0.53`, since `monaco-editor@^0.53.0` isn't supported yet with `monaco-graphql` --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dima <dima@inkeep.com>
1 parent b643d72 commit aacdc85

File tree

14 files changed

+50
-33
lines changed

14 files changed

+50
-33
lines changed

.changeset/sixty-zebras-peel.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/graphiql-vite-react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"start": "react-router-serve dist/server/index.js"
1212
},
1313
"dependencies": {
14-
"@graphiql/react": "0.37.2",
14+
"@graphiql/react": "0.37.3",
1515
"@react-router/fs-routes": "7.6.3",
1616
"@react-router/node": "7.6.3",
1717
"@react-router/serve": "7.6.3",
18-
"graphiql": "5.2.1",
18+
"graphiql": "5.2.2",
1919
"isbot": "^5",
2020
"react": "19.1.0",
2121
"react-dom": "19.1.0",

examples/graphiql-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"graphiql": "^5.2.1",
6+
"graphiql": "^5.2.2",
77
"graphql": "^16.11.0",
88
"react": "^19.1.0",
99
"react-dom": "^19.1.0"

examples/graphiql-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"dependencies": {
1212
"@graphiql/plugin-code-exporter": "^5.1.1",
1313
"@graphiql/plugin-explorer": "^5.1.1",
14-
"@graphiql/react": "^0.37.2",
14+
"@graphiql/react": "^0.37.3",
1515
"@graphiql/toolkit": "^0.11.3",
16-
"graphiql": "^5.2.1",
16+
"graphiql": "^5.2.2",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

examples/monaco-graphql-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"graphql": "^16.9.0",
1515
"jsonc-parser": "^3.2.0",
1616
"monaco-editor": "^0.52.2",
17-
"monaco-graphql": "^1.7.2",
17+
"monaco-graphql": "^1.7.3",
1818
"next": "15.4.0",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0"

examples/monaco-graphql-react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"graphql-language-service": "^5.5.0",
99
"jsonc-parser": "^3.2.0",
1010
"monaco-editor": "^0.52.2",
11-
"monaco-graphql": "^1.7.2",
11+
"monaco-graphql": "^1.7.3",
1212
"react": "^19.1.0",
1313
"react-dom": "^19.1.0"
1414
},

examples/monaco-graphql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"json-schema": "^0.4.0",
1616
"jsonc-parser": "^3.2.0",
1717
"monaco-editor": "^0.52.2",
18-
"monaco-graphql": "^1.7.2",
18+
"monaco-graphql": "^1.7.3",
1919
"prettier": "3.3.2"
2020
},
2121
"devDependencies": {

packages/graphiql-react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphiql/react
22

3+
## 0.37.3
4+
5+
### Patch Changes
6+
7+
- [#4133](https://github.com/graphql/graphiql/pull/4133) [`1bc6568`](https://github.com/graphql/graphiql/commit/1bc6568da947394c216342ae75fb509fdbf03390) Thanks [@dimaMachina](https://github.com/dimaMachina)! - to fix esm.sh example we should pin `monaco-editor` peer dependency to versions `≥ 0.20.0 and < 0.53`, since `monaco-editor@^0.53.0` isn't supported yet with `monaco-graphql`
8+
9+
- Updated dependencies [[`1bc6568`](https://github.com/graphql/graphiql/commit/1bc6568da947394c216342ae75fb509fdbf03390)]:
10+
- monaco-graphql@1.7.3
11+
312
## 0.37.2
413

514
### Patch Changes

packages/graphiql-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.37.2",
3+
"version": "0.37.3",
44
"sideEffects": [
55
"dist/setup-workers/*"
66
],
@@ -62,7 +62,7 @@
6262
"jsonc-parser": "^3.3.1",
6363
"markdown-it": "^14.1.0",
6464
"monaco-editor": "0.52.2",
65-
"monaco-graphql": "^1.7.2",
65+
"monaco-graphql": "^1.7.3",
6666
"prettier": "^3.5.3",
6767
"set-value": "^4.1.0",
6868
"zustand": "^5"

packages/graphiql/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 5.2.2
4+
5+
### Patch Changes
6+
7+
- [#4133](https://github.com/graphql/graphiql/pull/4133) [`1bc6568`](https://github.com/graphql/graphiql/commit/1bc6568da947394c216342ae75fb509fdbf03390) Thanks [@dimaMachina](https://github.com/dimaMachina)! - to fix esm.sh example we should pin `monaco-editor` peer dependency to versions `≥ 0.20.0 and < 0.53`, since `monaco-editor@^0.53.0` isn't supported yet with `monaco-graphql`
8+
9+
- Updated dependencies [[`1bc6568`](https://github.com/graphql/graphiql/commit/1bc6568da947394c216342ae75fb509fdbf03390)]:
10+
- @graphiql/react@0.37.3
11+
312
## 5.2.1
413

514
### Patch Changes

0 commit comments

Comments
 (0)