Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3076

Merged
merged 1 commit into from
Mar 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cool-bags-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-cooks-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-items-bathe.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/lazy-rabbits-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-steaks-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-zoos-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-teachers-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-crabs-cover.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twenty-flies-unite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-icons-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-ravens-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-hotels-compare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/witty-owls-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-bags-jump.md

This file was deleted.

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.2",
"graphql-language-service": "^5.1.3",
"json-schema": "^0.4.0",
"jsonc-parser": "3.2.0",
"monaco-editor": "^0.36.0",
"monaco-graphql": "^1.1.8",
"monaco-graphql": "^1.2.0",
"prettier": "^2.8.4"
},
"devDependencies": {
Expand Down
25 changes: 25 additions & 0 deletions packages/cm6-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# cm6-graphql

## 0.0.4

### Patch Changes

- [#3075](https://github.com/graphql/graphiql/pull/3075)
[`9c1a02db`](https://github.com/graphql/graphiql/commit/9c1a02dbff4a39fe999873912daec7dcd1d39b5c)
Thanks [@acao](https://github.com/acao)! - another manual release attempt to
trigger versioning

- [#3074](https://github.com/graphql/graphiql/pull/3074)
[`7cb2a2f1`](https://github.com/graphql/graphiql/commit/7cb2a2f156d918fd57b7d3757ee1ecc0f4dab4ce)
Thanks [@acao](https://github.com/acao)! - Fix release bug, trigger changeset
release action

- [#3069](https://github.com/graphql/graphiql/pull/3069)
[`d922e930`](https://github.com/graphql/graphiql/commit/d922e930f77dff879212ad39191ad6a1b8f7dd8a)
Thanks [@sergeichestakov](https://github.com/sergeichestakov)! - Added
graphql-language-service as a direct dep of cm6-graphql and update peer
dependencies

- Updated dependencies
[[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d),
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0)]:
- graphql-language-service@5.1.3

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.2"
"graphql-language-service": "^5.1.3"
},
"devDependencies": {
"@codemirror/autocomplete": "^6.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.0.5

### Patch Changes

- [#3046](https://github.com/graphql/graphiql/pull/3046)
[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d)
Thanks [@B2o5T](https://github.com/B2o5T)! - Prefer .at() method for index
access

- Updated dependencies
[[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d),
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0)]:
- graphql-language-service@5.1.3

## 2.0.4

### 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.4",
"version": "2.0.5",
"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.2"
"graphql-language-service": "5.1.3"
},
"devDependencies": {
"@codemirror/language": "6.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/graphiql-plugin-code-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphiql/plugin-code-exporter

## 0.1.2

### Patch Changes

- [#3017](https://github.com/graphql/graphiql/pull/3017)
[`4a2284f5`](https://github.com/graphql/graphiql/commit/4a2284f54809f91d03ba51b9eb4e3ba7b8b7e773)
Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Avoid
bundling code from `react/jsx-runtime` so that the package can be used with
Preact

- [#3063](https://github.com/graphql/graphiql/pull/3063)
[`5792aaa5`](https://github.com/graphql/graphiql/commit/5792aaa5b26b68dc396f7bfb5dc3defd9331b831)
Thanks [@B2o5T](https://github.com/B2o5T)! - avoid `useMemo` with empty array
`[]` since React can't guarantee stable reference, + lint restrict syntax for
future mistakes

## 0.1.1

### 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.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -37,7 +37,7 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@graphiql/react": "^0.17.0",
"@graphiql/react": "^0.17.1",
"@vitejs/plugin-react": "^1.3.0",
"postcss-nesting": "^10.1.7",
"typescript": "^4.6.3",
Expand Down
24 changes: 24 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @graphiql/plugin-explorer

## 0.1.15

### Patch Changes

- [#3017](https://github.com/graphql/graphiql/pull/3017)
[`4a2284f5`](https://github.com/graphql/graphiql/commit/4a2284f54809f91d03ba51b9eb4e3ba7b8b7e773)
Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Avoid
bundling code from `react/jsx-runtime` so that the package can be used with
Preact

- [#3063](https://github.com/graphql/graphiql/pull/3063)
[`5792aaa5`](https://github.com/graphql/graphiql/commit/5792aaa5b26b68dc396f7bfb5dc3defd9331b831)
Thanks [@B2o5T](https://github.com/B2o5T)! - avoid `useMemo` with empty array
`[]` since React can't guarantee stable reference, + lint restrict syntax for
future mistakes

- Updated dependencies
[[`2d5c60ec`](https://github.com/graphql/graphiql/commit/2d5c60ecf717abafde2bddd32b2772261d3eec8b),
[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d),
[`4a2284f5`](https://github.com/graphql/graphiql/commit/4a2284f54809f91d03ba51b9eb4e3ba7b8b7e773),
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0),
[`7cf4908a`](https://github.com/graphql/graphiql/commit/7cf4908a5d4bd58af315047f4dec5236e8c701fc)]:
- @graphiql/react@0.17.1

## 0.1.14

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

## 0.17.1

### Patch Changes

- [#3033](https://github.com/graphql/graphiql/pull/3033)
[`2d5c60ec`](https://github.com/graphql/graphiql/commit/2d5c60ecf717abafde2bddd32b2772261d3eec8b)
Thanks [@B2o5T](https://github.com/B2o5T)! - remove redundant `catch`
statement

- [#3046](https://github.com/graphql/graphiql/pull/3046)
[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d)
Thanks [@B2o5T](https://github.com/B2o5T)! - Prefer .at() method for index
access

- [#3017](https://github.com/graphql/graphiql/pull/3017)
[`4a2284f5`](https://github.com/graphql/graphiql/commit/4a2284f54809f91d03ba51b9eb4e3ba7b8b7e773)
Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Avoid
bundling code from `react/jsx-runtime` so that the package can be used with
Preact

- [#3042](https://github.com/graphql/graphiql/pull/3042)
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0)
Thanks [@B2o5T](https://github.com/B2o5T)! - Prefer String#slice() over
String#substr() and String#substring()

- [#3061](https://github.com/graphql/graphiql/pull/3061)
[`7cf4908a`](https://github.com/graphql/graphiql/commit/7cf4908a5d4bd58af315047f4dec5236e8c701fc)
Thanks [@B2o5T](https://github.com/B2o5T)! - remove unneeded `reference &&`
assertion, convert to switch

- Updated dependencies
[[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d),
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0)]:
- codemirror-graphql@2.0.5
- @graphiql/toolkit@0.8.3
- graphql-language-service@5.1.3

## 0.17.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.17.0",
"version": "0.17.1",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -36,7 +36,7 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@graphiql/toolkit": "^0.8.2",
"@graphiql/toolkit": "^0.8.3",
"@reach/combobox": "^0.17.0",
"@reach/dialog": "^0.17.0",
"@reach/listbox": "^0.17.0",
Expand All @@ -45,9 +45,9 @@
"@reach/visually-hidden": "^0.17.0",
"clsx": "^1.2.1",
"codemirror": "^5.65.3",
"codemirror-graphql": "^2.0.4",
"codemirror-graphql": "^2.0.5",
"copy-to-clipboard": "^3.2.0",
"graphql-language-service": "^5.1.2",
"graphql-language-service": "^5.1.3",
"markdown-it": "^12.2.0",
"set-value": "^4.1.0"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/graphiql-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphiql/toolkit

## 0.8.3

### Patch Changes

- [#3046](https://github.com/graphql/graphiql/pull/3046)
[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d)
Thanks [@B2o5T](https://github.com/B2o5T)! - Prefer .at() method for index
access

- [#3042](https://github.com/graphql/graphiql/pull/3042)
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0)
Thanks [@B2o5T](https://github.com/B2o5T)! - Prefer String#slice() over
String#substr() and String#substring()

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/toolkit",
"version": "0.8.2",
"version": "0.8.3",
"description": "Utility to build a fetcher for GraphiQL",
"contributors": [
"Rikki Schulte <rikki.schulte@gmail.com> (https://rikki.dev)"
Expand Down
Loading