Skip to content

Commit e282ed5

Browse files
Version Packages
1 parent ed1d3a6 commit e282ed5

File tree

10 files changed

+26
-25
lines changed

10 files changed

+26
-25
lines changed

.changeset/short-mirrors-occur.md

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

.changeset/slow-books-repeat.md

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

.changeset/strange-pugs-brush.md

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

.changeset/three-ligers-tie.md

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

packages/graphiql/CHANGELOG.md

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

3+
## 1.4.3
4+
5+
### Patch Changes
6+
7+
- [`eb2d91fa`](https://github.com/graphql/graphiql/commit/eb2d91fa8e4a03cb5663f27f724db2c95989a40f) [#1914](https://github.com/graphql/graphiql/pull/1914) Thanks [@harshithpabbati](https://github.com/harshithpabbati)! - fix: history can now be saved even when query history panel is not opened
8+
feat: create a new maxHistoryLength prop to allow more than 20 queries in history panel
9+
10+
* [`04fad79c`](https://github.com/graphql/graphiql/commit/04fad79c094318d4b4c9e0250c5cff55d9fc5116) [#1889](https://github.com/graphql/graphiql/pull/1889) Thanks [@henryqdineen](https://github.com/henryqdineen)! - feat: export ToolbarSelectOption and ToolbarMenuItem
11+
12+
- [`cd685435`](https://github.com/graphql/graphiql/commit/cd6854352ac6beff57af76db7de38e8157ff13aa) [#1923](https://github.com/graphql/graphiql/pull/1923) Thanks [@cgarnier](https://github.com/cgarnier)! - Fix result window theme
13+
314
## 1.4.2
415

516
### Patch Changes

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",

packages/graphql-language-service-server/CHANGELOG.md

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

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- [`2fd5bf72`](https://github.com/graphql/graphiql/commit/2fd5bf7239edb78339e5ac7211f09c245e47c3bb) [#1941](https://github.com/graphql/graphiql/pull/1941) Thanks [@arcanis](https://github.com/arcanis)! - Adds support for `#graphql` and `/* GraphQL */` in the language server
8+
39
## 2.6.3
410

511
### Patch Changes

packages/graphql-language-service-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-server",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"description": "Server process backing the GraphQL Language Service",
55
"contributors": [
66
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",

packages/graphql-language-service/CHANGELOG.md

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

3+
## 3.1.5
4+
5+
### Patch Changes
6+
7+
- [`2fd5bf72`](https://github.com/graphql/graphiql/commit/2fd5bf7239edb78339e5ac7211f09c245e47c3bb) [#1941](https://github.com/graphql/graphiql/pull/1941) Thanks [@arcanis](https://github.com/arcanis)! - Adds support for `#graphql` and `/* GraphQL */` in the language server
8+
39
## 3.1.4
410

511
### Patch Changes

packages/graphql-language-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "The official, runtime independent Language Service for GraphQL",
55
"contributors": [
66
"GraphQL Contributors"

0 commit comments

Comments
 (0)