Skip to content

Commit 3e4d733

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

8 files changed

Lines changed: 18 additions & 18 deletions

File tree

.changeset/angry-phones-repair.md

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

.changeset/mean-dancers-visit.md

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

.changeset/thirty-eyes-behave.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
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphiql/toolkit": "^0.7.0",
13-
"graphiql": "^2.0.2",
13+
"graphiql": "^2.0.3",
1414
"graphql": "^16.4.0",
1515
"graphql-ws": "^5.5.5",
1616
"react": "^17.0.2"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @graphiql/plugin-explorer
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#2715](https://github.com/graphql/graphiql/pull/2715) [`c922719e`](https://github.com/graphql/graphiql/commit/c922719e6b960776cd0a71f14d2b86c6bb69373c) Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Add a package that exports a plugin to use the GraphiQL Explorer from OneGraph

packages/graphiql-plugin-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@graphiql/plugin-explorer",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"main": "dist/graphiql-plugin-explorer.cjs.js",
66
"module": "dist/graphiql-plugin-explorer.es.js",
77
"types": "types/index.d.ts",

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.3
4+
5+
### Patch Changes
6+
7+
- [#2706](https://github.com/graphql/graphiql/pull/2706) [`ff20a381`](https://github.com/graphql/graphiql/commit/ff20a3818f10f648d7b8c18229138b0424b8b25c) Thanks [@mxstbr](https://github.com/mxstbr)! - Wrap the GraphiQL logo with a link to the repository
8+
9+
* [#2715](https://github.com/graphql/graphiql/pull/2715) [`c922719e`](https://github.com/graphql/graphiql/commit/c922719e6b960776cd0a71f14d2b86c6bb69373c) Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Add the contents of `graphql` and `@graphiql/react` as static properties to the `GraphiQL` component in CDN bundles so that these modules can be reused from plugin CDN bundles.
10+
311
## 2.0.2
412

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

0 commit comments

Comments
 (0)