Skip to content

Commit

Permalink
Version Packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 20, 2023
1 parent d991ee2 commit 05380bf
Show file tree
Hide file tree
Showing 28 changed files with 145 additions and 30 deletions.
15 changes: 13 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,27 @@
"@graphiql/react": "0.17.6",
"@graphiql/toolkit": "0.8.4",
"monaco-graphql": "1.2.3",
"codemirror-graphql": "2.0.8"
"codemirror-graphql": "2.0.8",
"graphql-language-service": "5.1.6",
"graphql-language-service-cli": "3.3.23",
"graphql-language-service-server": "2.11.1",
"vscode-graphql": "0.8.13",
"vscode-graphql-execution": "0.2.0",
"vscode-graphql-syntax": "1.2.0"
},
"changesets": [
"early-socks-learn",
"gentle-ears-compare",
"gold-lizards-march",
"hip-knives-sniff",
"hip-ways-provide",
"little-stingrays-sin",
"metal-cats-hammer",
"nervous-chairs-clap",
"poor-lizards-jam",
"shiny-carpets-rescue",
"sour-monkeys-film",
"tough-maps-worry"
"tough-maps-worry",
"witty-items-sip"
]
}
4 changes: 2 additions & 2 deletions examples/monaco-graphql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"graphql": "^16.6.0",
"graphql-language-service": "^5.1.6",
"graphql-language-service": "^5.1.7-alpha.0",
"json-schema": "^0.4.0",
"jsonc-parser": "3.2.0",
"monaco-editor": "^0.36.0",
"monaco-graphql": "^1.2.3",
"monaco-graphql": "^1.2.4-alpha.0",
"prettier": "^2.8.4"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cm6-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cm6-graphql

## 0.0.9-alpha.0

### Patch Changes

- Updated dependencies [[`5971d528`](https://github.com/graphql/graphiql/commit/5971d528b0608e76d9d109103f64857a790a99b9), [`d9e5089f`](https://github.com/graphql/graphiql/commit/d9e5089f78f85cd50c3e3e3ba8510f7dda3d06f5)]:
- graphql-language-service@5.1.7-alpha.0

## 0.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cm6-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cm6-graphql",
"version": "0.0.8",
"version": "0.0.9-alpha.0",
"description": "GraphQL language support for CodeMirror 6",
"scripts": {
"build": "cm-buildhelper src/index.ts",
Expand All @@ -15,7 +15,7 @@
"types": "dist/index.d.ts",
"sideEffects": false,
"dependencies": {
"graphql-language-service": "^5.1.6"
"graphql-language-service": "^5.1.7-alpha.0"
},
"devDependencies": {
"@codemirror/autocomplete": "^6.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.9-alpha.1

### Patch Changes

- Updated dependencies [[`5971d528`](https://github.com/graphql/graphiql/commit/5971d528b0608e76d9d109103f64857a790a99b9), [`d9e5089f`](https://github.com/graphql/graphiql/commit/d9e5089f78f85cd50c3e3e3ba8510f7dda3d06f5)]:
- graphql-language-service@5.1.7-alpha.0

## 2.0.9-alpha.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/codemirror-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-graphql",
"version": "2.0.9-alpha.0",
"version": "2.0.9-alpha.1",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"// TEMPORARILY PINNED until we fix graphql 15 support": "",
"dependencies": {
"graphql-language-service": "5.1.6"
"graphql-language-service": "5.1.7-alpha.0"
},
"devDependencies": {
"@codemirror/language": "6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphiql-plugin-code-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphiql/plugin-code-exporter

## 0.1.3-alpha.0

### Patch Changes

- [#3229](https://github.com/graphql/graphiql/pull/3229) [`0a65e720`](https://github.com/graphql/graphiql/commit/0a65e7207b6bc4174896f6acca8a40f45d2fb1b8) Thanks [@B2o5T](https://github.com/B2o5T)! - exclude peer dependencies and dependencies from bundle

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-plugin-code-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-code-exporter",
"version": "0.1.2",
"version": "0.1.3-alpha.0",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -37,7 +37,7 @@
"react-dom": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@graphiql/react": "^0.18.0-alpha.0",
"@graphiql/react": "^0.18.0-alpha.1",
"@vitejs/plugin-react": "^1.3.0",
"postcss-nesting": "^10.1.7",
"typescript": "^4.6.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphiql/plugin-explorer

## 0.1.21-alpha.1

### Patch Changes

- [#3229](https://github.com/graphql/graphiql/pull/3229) [`0a65e720`](https://github.com/graphql/graphiql/commit/0a65e7207b6bc4174896f6acca8a40f45d2fb1b8) Thanks [@B2o5T](https://github.com/B2o5T)! - exclude peer dependencies and dependencies from bundle

- Updated dependencies [[`bc9d243d`](https://github.com/graphql/graphiql/commit/bc9d243d40b95f95fc9d00d25aa0dd1733952626), [`67bf93a3`](https://github.com/graphql/graphiql/commit/67bf93a33e98c60ae3a686063a1c47037f88ef49)]:
- @graphiql/react@0.18.0-alpha.1

## 0.1.21-alpha.0

### 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.21-alpha.0",
"version": "0.1.21-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -28,7 +28,7 @@
"preview": "vite preview"
},
"dependencies": {
"@graphiql/react": "^0.18.0-alpha.0",
"@graphiql/react": "^0.18.0-alpha.1",
"graphiql-explorer": "^0.9.0"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphiql/react

## 0.18.0-alpha.1

### Patch Changes

- [#2716](https://github.com/graphql/graphiql/pull/2716) [`bc9d243d`](https://github.com/graphql/graphiql/commit/bc9d243d40b95f95fc9d00d25aa0dd1733952626) Thanks [@SimenB](https://github.com/SimenB)! - Make `@types/codemirror` a dependency of `@graphiql/react`

- [#3228](https://github.com/graphql/graphiql/pull/3228) [`67bf93a3`](https://github.com/graphql/graphiql/commit/67bf93a33e98c60ae3a686063a1c47037f88ef49) Thanks [@B2o5T](https://github.com/B2o5T)! - exclude peer dependencies and dependencies from bundle

- Updated dependencies [[`5971d528`](https://github.com/graphql/graphiql/commit/5971d528b0608e76d9d109103f64857a790a99b9), [`d9e5089f`](https://github.com/graphql/graphiql/commit/d9e5089f78f85cd50c3e3e3ba8510f7dda3d06f5)]:
- graphql-language-service@5.1.7-alpha.0
- codemirror-graphql@2.0.9-alpha.1

## 0.18.0-alpha.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
"version": "0.18.0-alpha.0",
"version": "0.18.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -56,9 +56,9 @@
"@graphiql/toolkit": "^0.8.4",
"clsx": "^1.2.1",
"codemirror": "^5.65.3",
"codemirror-graphql": "^2.0.9-alpha.0",
"codemirror-graphql": "^2.0.9-alpha.1",
"copy-to-clipboard": "^3.2.0",
"graphql-language-service": "^5.1.6",
"graphql-language-service": "^5.1.7-alpha.0",
"markdown-it": "^12.2.0",
"framer-motion": "^6.5.1",
"set-value": "^4.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 3.0.0-alpha.1

### Patch Changes

- Updated dependencies [[`5971d528`](https://github.com/graphql/graphiql/commit/5971d528b0608e76d9d109103f64857a790a99b9), [`d9e5089f`](https://github.com/graphql/graphiql/commit/d9e5089f78f85cd50c3e3e3ba8510f7dda3d06f5), [`bc9d243d`](https://github.com/graphql/graphiql/commit/bc9d243d40b95f95fc9d00d25aa0dd1733952626), [`67bf93a3`](https://github.com/graphql/graphiql/commit/67bf93a33e98c60ae3a686063a1c47037f88ef49)]:
- graphql-language-service@5.1.7-alpha.0
- @graphiql/react@0.18.0-alpha.1

## 3.0.0-alpha.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -48,9 +48,9 @@
"webpack": "webpack-cli --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/react": "^0.18.0-alpha.0",
"@graphiql/react": "^0.18.0-alpha.1",
"@graphiql/toolkit": "^0.8.4",
"graphql-language-service": "^5.1.6",
"graphql-language-service": "^5.1.7-alpha.0",
"markdown-it": "^12.2.0"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/graphql-language-service-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# graphql-language-service-cli

## 3.3.24-alpha.0

### Patch Changes

- [#3224](https://github.com/graphql/graphiql/pull/3224) [`5971d528`](https://github.com/graphql/graphiql/commit/5971d528b0608e76d9d109103f64857a790a99b9) Thanks [@acao](https://github.com/acao)! - try removing some packages from pre.json

- Updated dependencies [[`5971d528`](https://github.com/graphql/graphiql/commit/5971d528b0608e76d9d109103f64857a790a99b9), [`d9e5089f`](https://github.com/graphql/graphiql/commit/d9e5089f78f85cd50c3e3e3ba8510f7dda3d06f5)]:
- graphql-language-service-server@2.11.2-alpha.0
- graphql-language-service@5.1.7-alpha.0

## 3.3.23

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.23",
"version": "3.3.24-alpha.0",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"graphql-language-service": "^5.1.6",
"graphql-language-service-server": "^2.11.1",
"graphql-language-service": "^5.1.7-alpha.0",
"graphql-language-service-server": "^2.11.2-alpha.0",
"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.11.2-alpha.0

### Patch Changes

- [#3224](https://github.com/graphql/graphiql/pull/3224) [`5971d528`](https://github.com/graphql/graphiql/commit/5971d528b0608e76d9d109103f64857a790a99b9) Thanks [@acao](https://github.com/acao)! - try removing some packages from pre.json

- Updated dependencies [[`5971d528`](https://github.com/graphql/graphiql/commit/5971d528b0608e76d9d109103f64857a790a99b9), [`d9e5089f`](https://github.com/graphql/graphiql/commit/d9e5089f78f85cd50c3e3e3ba8510f7dda3d06f5)]:
- graphql-language-service@5.1.7-alpha.0

## 2.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.11.1",
"version": "2.11.2-alpha.0",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -45,7 +45,7 @@
"fast-glob": "^3.2.7",
"glob": "^7.2.0",
"graphql-config": "4.3.0",
"graphql-language-service": "^5.1.6",
"graphql-language-service": "^5.1.7-alpha.0",
"mkdirp": "^1.0.4",
"node-abort-controller": "^3.0.1",
"nullthrows": "^1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# graphql-language-service

## 5.1.7-alpha.0

### Patch Changes

- [#3224](https://github.com/graphql/graphiql/pull/3224) [`5971d528`](https://github.com/graphql/graphiql/commit/5971d528b0608e76d9d109103f64857a790a99b9) Thanks [@acao](https://github.com/acao)! - try removing some packages from pre.json

- [#3149](https://github.com/graphql/graphiql/pull/3149) [`d9e5089f`](https://github.com/graphql/graphiql/commit/d9e5089f78f85cd50c3e3e3ba8510f7dda3d06f5) Thanks [@mskelton](https://github.com/mskelton)! - Fix hover docs being off by one position.

## 5.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service",
"version": "5.1.6",
"version": "5.1.7-alpha.0",
"description": "The official, runtime independent Language Service for GraphQL",
"contributors": [
"GraphQL Contributors"
Expand Down
7 changes: 7 additions & 0 deletions packages/monaco-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.2.4-alpha.0

### Patch Changes

- Updated dependencies [[`5971d528`](https://github.com/graphql/graphiql/commit/5971d528b0608e76d9d109103f64857a790a99b9), [`d9e5089f`](https://github.com/graphql/graphiql/commit/d9e5089f78f85cd50c3e3e3ba8510f7dda3d06f5)]:
- graphql-language-service@5.1.7-alpha.0

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3",
"version": "1.2.4-alpha.0",
"license": "MIT",
"main": "dist/monaco.contribution.js",
"module": "esm/monaco.contribution.js",
Expand All @@ -26,7 +26,7 @@
"src"
],
"dependencies": {
"graphql-language-service": "^5.1.6",
"graphql-language-service": "^5.1.7-alpha.0",
"picomatch-browser": "^2.2.6"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-graphql-execution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vscode-graphql-execution

## 0.2.1-alpha.0

### Patch Changes

- [#3224](https://github.com/graphql/graphiql/pull/3224) [`5971d528`](https://github.com/graphql/graphiql/commit/5971d528b0608e76d9d109103f64857a790a99b9) Thanks [@acao](https://github.com/acao)! - try removing some packages from pre.json

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql-execution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-graphql-execution",
"version": "0.2.0",
"version": "0.2.1-alpha.0",
"displayName": "GraphQL: Inline Operation Execution",
"description": "Execute graphql operations from your code (revived!)",
"publisher": "GraphQL",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-graphql-syntax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vscode-graphql-syntax

## 1.2.1-alpha.0

### Patch Changes

- [#3224](https://github.com/graphql/graphiql/pull/3224) [`5971d528`](https://github.com/graphql/graphiql/commit/5971d528b0608e76d9d109103f64857a790a99b9) Thanks [@acao](https://github.com/acao)! - try removing some packages from pre.json

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql-syntax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-graphql-syntax",
"version": "1.2.0",
"version": "1.2.1-alpha.0",
"displayName": "GraphQL: Syntax Highlighting",
"description": "Adds syntax highlighting support for .graphql & embedded support for javascript, typescript, vue, markdown, python, php, reason, ocaml and rescript",
"publisher": "GraphQL",
Expand Down
Loading

0 comments on commit 05380bf

Please sign in to comment.