Skip to content

Commit c4d3925

Browse files
acaogithub-actions[bot]dimaMachina
authored
Version Packages (rc) (#4015)
* Version Packages (rc) * run yarn --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
1 parent 4b39f11 commit c4d3925

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"shy-keys-rest",
4141
"soft-cars-notice",
4242
"sweet-lamps-love",
43+
"ten-peas-carry",
4344
"twelve-lies-invent",
4445
"warm-shoes-boil"
4546
]

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.4",
14+
"@graphiql/react": "^0.35.0-rc.5",
1515
"@graphiql/toolkit": "^0.11.3",
1616
"graphiql": "^5.0.0-rc.3",
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.0-rc.5
4+
5+
### Minor Changes
6+
7+
- [#4014](https://github.com/graphql/graphiql/pull/4014) [`4b39f11`](https://github.com/graphql/graphiql/commit/4b39f1118d008c2fac6e2df9c94a3f3271c4eeb9) Thanks [@dimaMachina](https://github.com/dimaMachina)! - extract storage key constants
8+
39
## 0.35.0-rc.4
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-rc.4",
3+
"version": "0.35.0-rc.5",
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@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.5, @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.4"
12627+
"@graphiql/react": "npm:^0.35.0-rc.5"
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)