Skip to content
Merged
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
6 changes: 0 additions & 6 deletions .changeset/nervous-comics-happen.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/graphiql-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"graphiql": "^5.0.1",
"graphiql": "^5.0.2",
"graphql": "^16.11.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@graphiql/plugin-code-exporter": "^5.0.0",
"@graphiql/plugin-explorer": "^5.0.0",
"@graphiql/react": "^0.35.2",
"@graphiql/react": "^0.35.3",
"@graphiql/toolkit": "^0.11.3",
"graphiql": "^5.0.1",
"graphiql": "^5.0.2",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
"react": "^19.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphiql/react

## 0.35.3

### Patch Changes

- [#4046](https://github.com/graphql/graphiql/pull/4046) [`8b56462`](https://github.com/graphql/graphiql/commit/8b564625b2470652db3c27dc70b0f85d5bbc3a0f) Thanks [@dimaMachina](https://github.com/dimaMachina)! - Enable font ligatures in monaco-editors fix incorrect caret position on Windows

## 0.35.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
"version": "0.35.2",
"version": "0.35.3",
"sideEffects": [
"dist/monaco-editor.js",
"dist/setup-workers/webpack.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.0.2

### Patch Changes

- [#4046](https://github.com/graphql/graphiql/pull/4046) [`8b56462`](https://github.com/graphql/graphiql/commit/8b564625b2470652db3c27dc70b0f85d5bbc3a0f) Thanks [@dimaMachina](https://github.com/dimaMachina)! - Enable font ligatures in monaco-editors fix incorrect caret position on Windows

- Updated dependencies [[`8b56462`](https://github.com/graphql/graphiql/commit/8b564625b2470652db3c27dc70b0f85d5bbc3a0f)]:
- @graphiql/react@0.35.3

## 5.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "5.0.1",
"version": "5.0.2",
"sideEffects": [
"dist/setup-workers/webpack.js",
"dist/setup-workers/vite.js"
Expand Down Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@graphiql/plugin-doc-explorer": "^0.3.0",
"@graphiql/plugin-history": "^0.3.0",
"@graphiql/react": "^0.35.2",
"@graphiql/react": "^0.35.3",
"react-compiler-runtime": "19.1.0-rc.1"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3299,7 +3299,7 @@ __metadata:
languageName: unknown
linkType: soft

"@graphiql/react@npm:^0.35.0, @graphiql/react@npm:^0.35.2, @graphiql/react@workspace:packages/graphiql-react":
"@graphiql/react@npm:^0.35.0, @graphiql/react@npm:^0.35.3, @graphiql/react@workspace:packages/graphiql-react":
version: 0.0.0-use.local
resolution: "@graphiql/react@workspace:packages/graphiql-react"
dependencies:
Expand Down Expand Up @@ -12606,7 +12606,7 @@ __metadata:
resolution: "example-graphiql-vite@workspace:examples/graphiql-vite"
dependencies:
"@vitejs/plugin-react": "npm:^4.4.1"
graphiql: "npm:^5.0.1"
graphiql: "npm:^5.0.2"
graphql: "npm:^16.11.0"
react: "npm:^19.1.0"
react-dom: "npm:^19.1.0"
Expand All @@ -12625,15 +12625,15 @@ __metadata:
"@babel/preset-react": "npm:^7.18.6"
"@graphiql/plugin-code-exporter": "npm:^5.0.0"
"@graphiql/plugin-explorer": "npm:^5.0.0"
"@graphiql/react": "npm:^0.35.2"
"@graphiql/react": "npm:^0.35.3"
"@graphiql/toolkit": "npm:^0.11.3"
ajv-formats: "npm:^3.0.1"
babel-loader: "npm:^9.1.2"
copy-webpack-plugin: "npm:11.0.0"
cross-env: "npm:^7.0.2"
css-loader: "npm:^6.7.3"
file-loader: "npm:^6.2.0"
graphiql: "npm:^5.0.1"
graphiql: "npm:^5.0.2"
graphql: "npm:^16.9.0"
graphql-ws: "npm:^5.5.5"
html-webpack-plugin: "npm:^5.5.0"
Expand Down Expand Up @@ -14350,13 +14350,13 @@ __metadata:
languageName: unknown
linkType: soft

"graphiql@npm:^5.0.1, graphiql@workspace:packages/graphiql":
"graphiql@npm:^5.0.2, graphiql@workspace:packages/graphiql":
version: 0.0.0-use.local
resolution: "graphiql@workspace:packages/graphiql"
dependencies:
"@graphiql/plugin-doc-explorer": "npm:^0.3.0"
"@graphiql/plugin-history": "npm:^0.3.0"
"@graphiql/react": "npm:^0.35.2"
"@graphiql/react": "npm:^0.35.3"
"@graphiql/toolkit": "npm:^0.11.3"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/jest-dom": "npm:^6.6.3"
Expand Down
Loading