Skip to content

Commit bcd400a

Browse files
Version Packages (#2701)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3b642aa commit bcd400a

6 files changed

Lines changed: 11 additions & 13 deletions

File tree

.changeset/strange-mirrors-yell.md

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

.changeset/wise-pans-hear.md

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

examples/graphiql-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@graphiql/react": "^0.11.0",
1313
"@graphiql/toolkit": "^0.7.0",
14-
"graphiql": "^2.0.0",
14+
"graphiql": "^2.0.1",
1515
"graphiql-explorer": "^0.9.0",
1616
"graphql": "^16.4.0",
1717
"react": "^18.2.0",

examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphiql/toolkit": "^0.7.0",
13-
"graphiql": "^2.0.0",
13+
"graphiql": "^2.0.1",
1414
"graphql": "^16.4.0",
1515
"graphql-ws": "^5.5.5",
1616
"react": "^17.0.2"

packages/graphiql/CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#2699](https://github.com/graphql/graphiql/pull/2699) [`3b642aa3`](https://github.com/graphql/graphiql/commit/3b642aa31b306994e3052bb2454933307aa51426) Thanks [@patrick91](https://github.com/patrick91)! - Export hooks in CDN bundle
8+
9+
* [#2700](https://github.com/graphql/graphiql/pull/2700) [`3acacf5b`](https://github.com/graphql/graphiql/commit/3acacf5b90040bbede30ad1a778e06bc969a5900) Thanks [@patrick91](https://github.com/patrick91)! - Fix cannot access `initialHeaders` before initialization
10+
311
## 2.0.0
412

513
### Major 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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",

0 commit comments

Comments
 (0)