Skip to content

Commit fed92f9

Browse files
Version Packages (#1802)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9223806 commit fed92f9

8 files changed

Lines changed: 23 additions & 14 deletions

File tree

.changeset/fresh-crabs-think.md

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

.changeset/good-experts-flash.md

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

packages/codemirror-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+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`b4fc16c0`](https://github.com/graphql/graphiql/commit/b4fc16c025da6f466727dc17cab6026d14c6e7fe) Thanks [@imolorhe](https://github.com/imolorhe)! - BREAKING CHANGE Migrate to Typescript - [@imolorhe](https://github.com/imolorhe)
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

packages/codemirror-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-graphql",
3-
"version": "0.15.2",
3+
"version": "1.0.0",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",

packages/graphiql-toolkit/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [`d3278556`](https://github.com/graphql/graphiql/commit/d3278556d050d948930c4b35a73039255f9a92b7) Thanks [@harshithpabbati](https://github.com/harshithpabbati)! - Move `@graphiql/create-fetcher` to `@graphiql/toolkit` because it doesn't need to be it's own package as @imolorhe pointed out
8+
39
## 0.1.0
410

511
### Minor Changes

packages/graphiql-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/toolkit",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Utility to build a fetcher for GraphiQL",
55
"contributors": [
66
"Rikki Schulte <[email protected]> (https://rikki.dev)"

packages/graphiql/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## 1.4.0
44

5+
### Patch Changes
6+
7+
- Updated dependencies [[`b4fc16c0`](https://github.com/graphql/graphiql/commit/b4fc16c025da6f466727dc17cab6026d14c6e7fe)]:
8+
9+
10+
## 1.4.0
11+
512
### Bugfixes
613

714
- Fixes the search icon misalignment. (#1776) by [@iifawzi](https://github.com/iifawzi)

packages/graphiql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "1.4.0-rc.1",
3+
"version": "1.4.0",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"codemirror": "^5.54.0",
47-
"codemirror-graphql": "^0.15.2",
47+
"codemirror-graphql": "^1.0.0",
4848
"copy-to-clipboard": "^3.2.0",
4949
"entities": "^2.0.0",
5050
"graphql-language-service": "^3.1.2",

0 commit comments

Comments
 (0)