Skip to content

Commit e8eeac6

Browse files
acaogithub-actions[bot]dimaMachina
authored
Version Packages (#4066)
* Version Packages * run yarn --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitri POSTOLOV <[email protected]>
1 parent 962225a commit e8eeac6

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

.changeset/pretty-guests-mix.md

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

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.0.4",
6+
"graphiql": "^5.0.5",
77
"graphql": "^16.11.0",
88
"react": "^19.1.0",
99
"react-dom": "^19.1.0"

examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphiql/plugin-explorer": "^5.0.0",
1414
"@graphiql/react": "^0.35.5",
1515
"@graphiql/toolkit": "^0.11.3",
16-
"graphiql": "^5.0.4",
16+
"graphiql": "^5.0.5",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

packages/graphiql/CHANGELOG.md

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

3+
## 5.0.5
4+
5+
### Patch Changes
6+
7+
- [#4065](https://github.com/graphql/graphiql/pull/4065) [`962225a`](https://github.com/graphql/graphiql/commit/962225ad74c8b69101f900c63243612560ddd501) Thanks [@benjie](https://github.com/benjie)! - Expose the `GraphiQLInterfaceProps` type.
8+
39
## 5.0.4
410

511
### Patch Changes

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"sideEffects": [
55
"dist/setup-workers/webpack.js",
66
"dist/setup-workers/vite.js"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12606,7 +12606,7 @@ __metadata:
1260612606
resolution: "example-graphiql-vite@workspace:examples/graphiql-vite"
1260712607
dependencies:
1260812608
"@vitejs/plugin-react": "npm:^4.4.1"
12609-
graphiql: "npm:^5.0.4"
12609+
graphiql: "npm:^5.0.5"
1261012610
graphql: "npm:^16.11.0"
1261112611
react: "npm:^19.1.0"
1261212612
react-dom: "npm:^19.1.0"
@@ -12633,7 +12633,7 @@ __metadata:
1263312633
cross-env: "npm:^7.0.2"
1263412634
css-loader: "npm:^6.7.3"
1263512635
file-loader: "npm:^6.2.0"
12636-
graphiql: "npm:^5.0.4"
12636+
graphiql: "npm:^5.0.5"
1263712637
graphql: "npm:^16.9.0"
1263812638
graphql-ws: "npm:^5.5.5"
1263912639
html-webpack-plugin: "npm:^5.5.0"
@@ -14350,7 +14350,7 @@ __metadata:
1435014350
languageName: unknown
1435114351
linkType: soft
1435214352

14353-
"graphiql@npm:^5.0.4, graphiql@workspace:packages/graphiql":
14353+
"graphiql@npm:^5.0.5, graphiql@workspace:packages/graphiql":
1435414354
version: 0.0.0-use.local
1435514355
resolution: "graphiql@workspace:packages/graphiql"
1435614356
dependencies:

0 commit comments

Comments
 (0)