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 Mar 8, 2022
1 parent 64675eb commit a1bb31b
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-monkeys-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-avocados-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-roses-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-pumpkins-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-pillows-compare.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/monaco-graphql-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@graphiql/toolkit": "^0.4.2",
"graphql-language-service": "^4.1.5",
"monaco-graphql": "^1.0.10",
"monaco-graphql": "^1.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"jsonc-parser": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/monaco-graphql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"graphql": "16.0.0-experimental-stream-defer.5",
"monaco-graphql": "^1.0.10",
"monaco-graphql": "^1.0.11",
"prettier": "^2.0.4",
"graphql-language-service": "^4.1.5",
"json-schema": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-2-rfc-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"i18next-browser-languagedetector": "^4.1.1",
"markdown-it": "^10.0.0",
"monaco-editor": "^0.27.0",
"monaco-graphql": "^1.0.10",
"monaco-graphql": "^1.0.11",
"react-i18next": "^11.4.0",
"theme-ui": "^0.3.1"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.7.0

### Minor Changes

- [#2221](https://github.com/graphql/graphiql/pull/2221) [`64826c87`](https://github.com/graphql/graphiql/commit/64826c8776dfc8394a65c98663d47cc3c9d397b9) Thanks [@dwwoelfel](https://github.com/dwwoelfel)! - Fix to trigger codemirror update when externalFragments prop changes [#2220](https://github.com/graphql/graphiql/pull/2220)

* [#2213](https://github.com/graphql/graphiql/pull/2213) [`ba85bc24`](https://github.com/graphql/graphiql/commit/ba85bc242b8271cbd09ade9d69a93d86e4e1a49f) Thanks [@hatappi](https://github.com/hatappi)! - remove IE7 CSS star property hack

### Patch Changes

- [#2205](https://github.com/graphql/graphiql/pull/2205) [`91500d4e`](https://github.com/graphql/graphiql/commit/91500d4eba8b99bf779ff6ac899c814070c6dff3) Thanks [@francisu](https://github.com/francisu)! - Fixed problem where 'global' variable is referenced when it might not be present (#2155)

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "1.6.0",
"version": "1.7.0",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-language-service-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-language-service-cli

## 3.2.15

### Patch Changes

- Updated dependencies [[`ab83198f`](https://github.com/graphql/graphiql/commit/ab83198fa8b3c5453d3733982ee9ca8a2d6bca7a)]:
- graphql-language-service-server@2.7.15

## 3.2.14

### 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.2.14",
"version": "3.2.15",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@babel/polyfill": "^7.8.7",
"graphql-language-service": "^4.1.5",
"graphql-language-service-server": "^2.7.14",
"graphql-language-service-server": "^2.7.15",
"graphql-language-service-utils": "^2.7.1",
"yargs": "^16.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-language-service-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# graphql-language-service-server

## 2.7.15

### Patch Changes

- [#2214](https://github.com/graphql/graphiql/pull/2214) [`ab83198f`](https://github.com/graphql/graphiql/commit/ab83198fa8b3c5453d3733982ee9ca8a2d6bca7a) Thanks [@Cellule](https://github.com/Cellule)! - Fixed Windows fileUri when resolving type definition location

## 2.7.14

### 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.7.14",
"version": "2.7.15",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down
6 changes: 6 additions & 0 deletions packages/monaco-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.11

### Patch Changes

- [#2222](https://github.com/graphql/graphiql/pull/2222) [`33f4bf97`](https://github.com/graphql/graphiql/commit/33f4bf977d2c9e831bf9c3acb9c16365b9de2750) Thanks [@acao](https://github.com/acao)! - fixed lost this handle while parsing schema, thanks @waterfoul

## 1.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/monaco-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "monaco-graphql",
"description": "full service, official monaco mode for GraphQL",
"version": "1.0.10",
"version": "1.0.11",
"license": "MIT",
"main": "dist/monaco.contribution.js",
"module": "esm/monaco.contribution.js",
Expand Down

0 comments on commit a1bb31b

Please sign in to comment.