Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2902

Merged
merged 1 commit into from
Nov 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chilly-weeks-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-readers-walk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-maps-tickle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/loud-beans-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-guests-drive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-ligers-scream.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rich-humans-rescue.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silver-planets-pay.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@graphiql/plugin-code-exporter": "^0.1.1",
"@graphiql/plugin-explorer": "^0.1.11",
"@graphiql/plugin-explorer": "^0.1.12",
"@graphiql/toolkit": "^0.8.0",
"graphiql": "^2.1.0",
"graphiql": "^2.2.0",
"graphql": "^16.4.0",
"graphql-ws": "^5.5.5",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-plugin-code-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@graphiql/react": "^0.14.0",
"@graphiql/react": "^0.15.0",
"@vitejs/plugin-react": "^1.3.0",
"postcss-nesting": "^10.1.7",
"typescript": "^4.6.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphiql/plugin-explorer

## 0.1.12

### Patch Changes

- Updated dependencies
[[`16174a05`](https://github.com/graphql/graphiql/commit/16174a053ed89fb9554d096395ab7bf69c8f6911),
[`f6cae4ea`](https://github.com/graphql/graphiql/commit/f6cae4eaa0258ea7fcde97ba6368830955f0abf4),
[`3340fd74`](https://github.com/graphql/graphiql/commit/3340fd745e181ba8f1f5a6ed002a04d253a78d4a),
[`0851d5f9`](https://github.com/graphql/graphiql/commit/0851d5f9ecf709597d0a698609d88f99c4395665),
[`83364b28`](https://github.com/graphql/graphiql/commit/83364b28020b5946ed58908d6d977f1de766e75d),
[`3a7d0007`](https://github.com/graphql/graphiql/commit/3a7d00071922e2005777c92daf6ad0c1ce3e2816)]:
- @graphiql/react@0.15.0

## 0.1.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-plugin-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-explorer",
"version": "0.1.11",
"version": "0.1.12",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -28,7 +28,7 @@
"preview": "vite preview"
},
"dependencies": {
"@graphiql/react": "^0.14.0",
"@graphiql/react": "^0.15.0",
"graphiql-explorer": "^0.9.0"
},
"peerDependencies": {
Expand Down
38 changes: 38 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @graphiql/react

## 0.15.0

### Minor Changes

- [#2908](https://github.com/graphql/graphiql/pull/2908)
[`3340fd74`](https://github.com/graphql/graphiql/commit/3340fd745e181ba8f1f5a6ed002a04d253a78d4a)
Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Deprecate
the `initialTabs` prop and add a `defaultTabs` props that supersedes it

- [#2907](https://github.com/graphql/graphiql/pull/2907)
[`3a7d0007`](https://github.com/graphql/graphiql/commit/3a7d00071922e2005777c92daf6ad0c1ce3e2816)
Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Clearly
separate the fetching and subscription states for multipart requests (like
subscriptions) and show the stop-button as long as the subscription is running

### Patch Changes

- [#2910](https://github.com/graphql/graphiql/pull/2910)
[`16174a05`](https://github.com/graphql/graphiql/commit/16174a053ed89fb9554d096395ab7bf69c8f6911)
Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Fix
autocomplete styles for field type and description on the right

- [#2919](https://github.com/graphql/graphiql/pull/2919)
[`f6cae4ea`](https://github.com/graphql/graphiql/commit/f6cae4eaa0258ea7fcde97ba6368830955f0abf4)
Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Fix
overflow when there are lots of tabs that don't fit into the tab bar at once

- [#2905](https://github.com/graphql/graphiql/pull/2905)
[`0851d5f9`](https://github.com/graphql/graphiql/commit/0851d5f9ecf709597d0a698609d88f99c4395665)
Thanks [@ccbrown](https://github.com/ccbrown)! - Fix: prevent default event
for graphiql-doc-explorer-back link

- [#2912](https://github.com/graphql/graphiql/pull/2912)
[`83364b28`](https://github.com/graphql/graphiql/commit/83364b28020b5946ed58908d6d977f1de766e75d)
Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Add missing
effect dependency to make sure updates to the `defaultHeaders` prop have the
desired effect

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
"version": "0.14.0",
"version": "0.15.0",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down
30 changes: 30 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Change Log

## 2.2.0

### Minor Changes

- [#2908](https://github.com/graphql/graphiql/pull/2908)
[`3340fd74`](https://github.com/graphql/graphiql/commit/3340fd745e181ba8f1f5a6ed002a04d253a78d4a)
Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Deprecate
the `initialTabs` prop and add a `defaultTabs` props that supersedes it

### Patch Changes

- [#2911](https://github.com/graphql/graphiql/pull/2911)
[`118db402`](https://github.com/graphql/graphiql/commit/118db402eb1f5569e29f8f9bffef86d941dd2634)
Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Fix styles
of secondary editor buttons

- [#2919](https://github.com/graphql/graphiql/pull/2919)
[`f6cae4ea`](https://github.com/graphql/graphiql/commit/f6cae4eaa0258ea7fcde97ba6368830955f0abf4)
Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Fix
overflow when there are lots of tabs that don't fit into the tab bar at once

- Updated dependencies
[[`16174a05`](https://github.com/graphql/graphiql/commit/16174a053ed89fb9554d096395ab7bf69c8f6911),
[`f6cae4ea`](https://github.com/graphql/graphiql/commit/f6cae4eaa0258ea7fcde97ba6368830955f0abf4),
[`3340fd74`](https://github.com/graphql/graphiql/commit/3340fd745e181ba8f1f5a6ed002a04d253a78d4a),
[`0851d5f9`](https://github.com/graphql/graphiql/commit/0851d5f9ecf709597d0a698609d88f99c4395665),
[`83364b28`](https://github.com/graphql/graphiql/commit/83364b28020b5946ed58908d6d977f1de766e75d),
[`3a7d0007`](https://github.com/graphql/graphiql/commit/3a7d00071922e2005777c92daf6ad0c1ce3e2816)]:
- @graphiql/react@0.15.0

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "2.1.0",
"version": "2.2.0",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -50,7 +50,7 @@
"webpack": "webpack --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/react": "^0.14.0",
"@graphiql/react": "^0.15.0",
"@graphiql/toolkit": "^0.8.0",
"entities": "^2.0.0",
"graphql-language-service": "^5.1.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/graphql-language-service-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# graphql-language-service-cli

## 3.3.14

### Patch Changes

- [#2901](https://github.com/graphql/graphiql/pull/2901)
[`eff4fd6b`](https://github.com/graphql/graphiql/commit/eff4fd6b9087c2d9cdb260ee2502a31d23769c3f)
Thanks [@acao](https://github.com/acao)! - Reload the language service when a
legacy format .graphqlconfig file has changed

- Updated dependencies
[[`eff4fd6b`](https://github.com/graphql/graphiql/commit/eff4fd6b9087c2d9cdb260ee2502a31d23769c3f)]:
- graphql-language-service-server@2.9.4

## 3.3.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-language-service-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-cli",
"version": "3.3.13",
"version": "3.3.14",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@babel/polyfill": "^7.8.7",
"graphql-language-service": "^5.1.0",
"graphql-language-service-server": "^2.9.3",
"graphql-language-service-server": "^2.9.4",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-language-service-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# graphql-language-service-server

## 2.9.4

### Patch Changes

- [#2901](https://github.com/graphql/graphiql/pull/2901)
[`eff4fd6b`](https://github.com/graphql/graphiql/commit/eff4fd6b9087c2d9cdb260ee2502a31d23769c3f)
Thanks [@acao](https://github.com/acao)! - Reload the language service when a
legacy format .graphqlconfig file has changed

## 2.9.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-server",
"version": "2.9.3",
"version": "2.9.4",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down
13 changes: 13 additions & 0 deletions packages/vscode-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.8.4

### Patch Changes

- [#2901](https://github.com/graphql/graphiql/pull/2901)
[`eff4fd6b`](https://github.com/graphql/graphiql/commit/eff4fd6b9087c2d9cdb260ee2502a31d23769c3f)
Thanks [@acao](https://github.com/acao)! - Reload the language service when a
legacy format .graphqlconfig file has changed

- Updated dependencies
[[`eff4fd6b`](https://github.com/graphql/graphiql/commit/eff4fd6b9087c2d9cdb260ee2502a31d23769c3f)]:
- graphql-language-service-server@2.9.4

## 0.8.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-graphql",
"version": "0.8.3",
"version": "0.8.4",
"private": true,
"license": "MIT",
"displayName": "GraphQL: Language Feature Support",
Expand Down Expand Up @@ -173,7 +173,7 @@
},
"dependencies": {
"graphql": "^16.4.0",
"graphql-language-service-server": "^2.9.3",
"graphql-language-service-server": "^2.9.4",
"vscode-languageclient": "8.0.2"
}
}