Skip to content

Commit 487b5ed

Browse files
Version Packages (#3803)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f3b96cf commit 487b5ed

File tree

10 files changed

+28
-16
lines changed

10 files changed

+28
-16
lines changed

.changeset/clean-mice-chew.md

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

.changeset/strange-knives-hammer.md

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

packages/cm6-graphql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# cm6-graphql
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#3762](https://github.com/graphql/graphiql/pull/3762) [`76b3cc8`](https://github.com/graphql/graphiql/commit/76b3cc872dedd667504f58c9313a86bada7688d6) Thanks [@mavenskylab](https://github.com/mavenskylab)! - The cm6-graphql package currently specifies exact versions for its peer dependencies on @codemirror packages. This is causing conflicts when projects use newer versions of these packages, leading to multiple instances being installed.
8+
39
## 0.1.1
410

511
### Patch Changes

packages/cm6-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cm6-graphql",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "GraphQL language support for CodeMirror 6",
55
"scripts": {
66
"build": "cm-buildhelper src/index.ts",

packages/vscode-graphql-execution/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vscode-graphql-execution
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 for bundled libraries & tests
8+
39
## 0.3.0
410

511
### Minor Changes

packages/vscode-graphql-execution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-graphql-execution",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"displayName": "GraphQL: Inline Operation Execution",
55
"description": "Execute graphql operations from your code (revived!)",
66
"publisher": "GraphQL",

packages/vscode-graphql-syntax/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vscode-graphql-syntax
22

3+
## 1.3.7
4+
5+
### Patch Changes
6+
7+
- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 for bundled libraries & tests
8+
39
## 1.3.6
410

511
### Patch Changes

packages/vscode-graphql-syntax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-graphql-syntax",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"displayName": "GraphQL: Syntax Highlighting",
55
"description": "Adds syntax highlighting support for .graphql & embedded support for javascript, typescript, vue, markdown, python, php, reason, ocaml and rescript",
66
"publisher": "GraphQL",

packages/vscode-graphql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 for bundled libraries & tests
8+
39
## 0.12.0
410

511
### Minor Changes

packages/vscode-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-graphql",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"private": true,
55
"license": "MIT",
66
"displayName": "GraphQL: Language Feature Support",

0 commit comments

Comments
 (0)