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 13, 2023
1 parent d052430 commit 77bfa0d
Show file tree
Hide file tree
Showing 23 changed files with 98 additions and 25 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"gentle-ears-compare",
"gold-lizards-march",
"hip-ways-provide",
"metal-cats-hammer",
"poor-lizards-jam",
"shiny-carpets-rescue",
"sour-monkeys-film",
Expand Down
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 [[`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 [[`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
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 || ^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
7 changes: 7 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphiql/plugin-explorer

## 0.1.21-alpha.1

### Patch Changes

- Updated dependencies []:
- @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
8 changes: 8 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphiql/react

## 0.18.0-alpha.1

### Patch Changes

- Updated dependencies [[`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 @@ -44,9 +44,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 [[`d9e5089f`](https://github.com/graphql/graphiql/commit/d9e5089f78f85cd50c3e3e3ba8510f7dda3d06f5)]:
- 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 @@ -50,9 +50,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
8 changes: 8 additions & 0 deletions packages/graphql-language-service-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# graphql-language-service-cli

## 3.3.24-alpha.0

### Patch Changes

- Updated dependencies [[`d9e5089f`](https://github.com/graphql/graphiql/commit/d9e5089f78f85cd50c3e3e3ba8510f7dda3d06f5)]:
- graphql-language-service@5.1.7-alpha.0
- graphql-language-service-server@2.11.2-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
7 changes: 7 additions & 0 deletions packages/graphql-language-service-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-language-service-server

## 2.11.2-alpha.0

### Patch Changes

- Updated dependencies [[`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
6 changes: 6 additions & 0 deletions packages/graphql-language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# graphql-language-service

## 5.1.7-alpha.0

### Patch Changes

- [#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 [[`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
7 changes: 7 additions & 0 deletions packages/vscode-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.8.14-alpha.0

### Patch Changes

- Updated dependencies []:
- graphql-language-service-server@2.11.2-alpha.0

## 0.8.13

### 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.13",
"version": "0.8.14-alpha.0",
"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.11.1",
"graphql-language-service-server": "^2.11.2-alpha.0",
"vscode-languageclient": "8.0.2"
}
}

0 comments on commit 77bfa0d

Please sign in to comment.