Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2022
1 parent 118db40 commit 03e8ef6
Show file tree
Hide file tree
Showing 17 changed files with 78 additions and 30 deletions.
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.

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.1.1",
"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.14.1",
"@vitejs/plugin-react": "^1.3.0",
"postcss-nesting": "^10.1.7",
"typescript": "^4.6.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphiql/plugin-explorer

## 0.1.12

### Patch Changes

- Updated dependencies
[[`16174a05`](https://github.com/graphql/graphiql/commit/16174a053ed89fb9554d096395ab7bf69c8f6911)]:
- @graphiql/react@0.14.1

## 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.14.1",
"graphiql-explorer": "^0.9.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphiql/react

## 0.14.1

### 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

## 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.14.1",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down
13 changes: 13 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 2.1.1

### 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

- Updated dependencies
[[`16174a05`](https://github.com/graphql/graphiql/commit/16174a053ed89fb9554d096395ab7bf69c8f6911)]:
- @graphiql/react@0.14.1

## 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.1.1",
"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.14.1",
"@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"
}
}

0 comments on commit 03e8ef6

Please sign in to comment.