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 Dec 8, 2021
1 parent f7dc1f1 commit f1ec0da
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-ants-float.md

This file was deleted.

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.5",
"monaco-graphql": "^1.0.6",
"prettier": "^2.0.4",
"graphql-language-service": "^4.1.3",
"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.5",
"monaco-graphql": "^1.0.6",
"react-i18next": "^11.4.0",
"theme-ui": "^0.3.1"
},
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.6

### Patch Changes

- [#2105](https://github.com/graphql/graphiql/pull/2105) [`f7dc1f12`](https://github.com/graphql/graphiql/commit/f7dc1f1299cee06e20b65f8e457d74bf1cb6f76f) Thanks [@acao](https://github.com/acao)! - Fix a bug where `_cacheSchemas()` was not being called by the language service

## 1.0.5

### 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.5",
"version": "1.0.6",
"license": "MIT",
"main": "dist/monaco.contribution.js",
"module": "esm/monaco.contribution.js",
Expand Down

0 comments on commit f1ec0da

Please sign in to comment.