Skip to content

Commit 1b7fa8d

Browse files
acaogithub-actions[bot]dimaMachina
authored
Version Packages (rc) (#4021)
* Version Packages (rc) * 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 3c0ad34 commit 1b7fa8d

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"fluffy-beers-build",
3434
"four-carrots-leave",
3535
"good-turtles-speak",
36+
"gorgeous-lobsters-run",
3637
"honest-clouds-brush",
3738
"kind-timers-exist",
3839
"many-ducks-visit",

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ packages/codemirror-graphql/*.map
4848

4949
packages/graphiql/cypress/screenshots/
5050
packages/graphiql/cypress/downloads/
51+
packages/graphiql/cypress/videos/
5152
packages/graphiql/typedoc/
5253
packages/graphiql/webpack/

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-rc.1",
1313
"@graphiql/plugin-explorer": "^5.0.0-rc.3",
14-
"@graphiql/react": "^0.35.0-rc.6",
14+
"@graphiql/react": "^0.35.0-rc.7",
1515
"@graphiql/toolkit": "^0.11.3",
1616
"graphiql": "^5.0.0-rc.4",
1717
"graphql": "^16.9.0",

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.35.0-rc.7
4+
5+
### Patch Changes
6+
7+
- [#4020](https://github.com/graphql/graphiql/pull/4020) [`3c0ad34`](https://github.com/graphql/graphiql/commit/3c0ad34a8f2f9d0f912db9597f608d7405c2bd83) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - run cypress tests in React strict mode
8+
- fix `defaultQuery` with empty string does not result in an empty default query
9+
- fix `useDidUpdate` in React strict mode
10+
311
## 0.35.0-rc.6
412

513
### 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-rc.6",
3+
"version": "0.35.0-rc.7",
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-rc.2, @graphiql/react@npm:^0.35.0-rc.3, @graphiql/react@npm:^0.35.0-rc.4, @graphiql/react@npm:^0.35.0-rc.6, @graphiql/react@workspace:packages/graphiql-react":
3302+
"@graphiql/react@npm:^0.35.0-rc.2, @graphiql/react@npm:^0.35.0-rc.3, @graphiql/react@npm:^0.35.0-rc.4, @graphiql/react@npm:^0.35.0-rc.6, @graphiql/react@npm:^0.35.0-rc.7, @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-rc.1"
1262612626
"@graphiql/plugin-explorer": "npm:^5.0.0-rc.3"
12627-
"@graphiql/react": "npm:^0.35.0-rc.6"
12627+
"@graphiql/react": "npm:^0.35.0-rc.7"
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)