Skip to content

Commit c392ee0

Browse files
acaogithub-actions[bot]dimaMachina
authored
Version Packages (#4039)
* Version Packages * upd --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitri POSTOLOV <[email protected]>
1 parent e548574 commit c392ee0

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/poor-ads-argue.md

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

examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@graphiql/plugin-code-exporter": "^5.0.0",
1313
"@graphiql/plugin-explorer": "^5.0.0",
14-
"@graphiql/react": "^0.35.0",
14+
"@graphiql/react": "^0.35.1",
1515
"@graphiql/toolkit": "^0.11.3",
1616
"graphiql": "^5.0.0",
1717
"graphql": "^16.9.0",

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.35.1
4+
5+
### Patch Changes
6+
7+
- [#4037](https://github.com/graphql/graphiql/pull/4037) [`e548574`](https://github.com/graphql/graphiql/commit/e548574101313349ffa11e6b5a36d1f68be3679c) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix execute button becomes unstyled if there are several queries present
8+
39
## 0.35.0
410

511
### Minor Changes

packages/graphiql-react/package.json

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

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3299,7 +3299,7 @@ __metadata:
32993299
languageName: unknown
33003300
linkType: soft
33013301

3302-
"@graphiql/react@npm:^0.35.0, @graphiql/react@workspace:packages/graphiql-react":
3302+
"@graphiql/react@npm:^0.35.0, @graphiql/react@npm:^0.35.1, @graphiql/react@workspace:packages/graphiql-react":
33033303
version: 0.0.0-use.local
33043304
resolution: "@graphiql/react@workspace:packages/graphiql-react"
33053305
dependencies:
@@ -12624,7 +12624,7 @@ __metadata:
1262412624
"@babel/preset-react": "npm:^7.18.6"
1262512625
"@graphiql/plugin-code-exporter": "npm:^5.0.0"
1262612626
"@graphiql/plugin-explorer": "npm:^5.0.0"
12627-
"@graphiql/react": "npm:^0.35.0"
12627+
"@graphiql/react": "npm:^0.35.1"
1262812628
"@graphiql/toolkit": "npm:^0.11.3"
1262912629
ajv-formats: "npm:^3.0.1"
1263012630
babel-loader: "npm:^9.1.2"

0 commit comments

Comments
 (0)