Skip to content

Commit

Permalink
Version Packages (#2928)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
acao and github-actions[bot] committed Jan 18, 2023
1 parent cc24524 commit 42f2978
Show file tree
Hide file tree
Showing 46 changed files with 1,232 additions and 3,402 deletions.
12 changes: 0 additions & 12 deletions .changeset/chilled-mayflies-heal.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/cold-doors-arrive.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dirty-turkeys-study.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fluffy-gifts-relate.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/funny-bats-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-cups-scream.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/heavy-dancers-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-windows-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-camels-trade.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/modern-vans-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-candles-shave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-crabs-double.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/poor-mirrors-learn.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/real-doors-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-cycles-behave.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/strange-cheetahs-change.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-foxes-drive.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sweet-olives-flow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-kiwis-listen.md

This file was deleted.

20 changes: 12 additions & 8 deletions packages/cm6-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# cm6-graphql

## 0.0.2

### Patch Changes

- [#2931](https://github.com/graphql/graphiql/pull/2931) [`f7addb20`](https://github.com/graphql/graphiql/commit/f7addb20c4a558fbfb4112c8ff095bbc8f9d9147) Thanks [@B2o5T](https://github.com/B2o5T)! - enable `no-negated-condition` and `no-else-return` rules

- [#2922](https://github.com/graphql/graphiql/pull/2922) [`d1fcad72`](https://github.com/graphql/graphiql/commit/d1fcad72607e2789517dfe4936b5ec604e46762b) Thanks [@B2o5T](https://github.com/B2o5T)! - extends `plugin:import/recommended` and fix warnings

- [#2992](https://github.com/graphql/graphiql/pull/2992) [`cc245246`](https://github.com/graphql/graphiql/commit/cc2452467688f3cdcd7a196dddf47e3b81367d62) Thanks [@acao](https://github.com/acao)! - fix tsconfig reference, new netlify deploy

## 0.0.1

### Patch Changes

- [#2867](https://github.com/graphql/graphiql/pull/2867)
[`9fd12838`](https://github.com/graphql/graphiql/commit/9fd128381a86220a7c658f21d72baa8eea45a8af)
Thanks [@imolorhe](https://github.com/imolorhe)! - fix: fixed "Mark
decorations may not be empty" error
- [#2867](https://github.com/graphql/graphiql/pull/2867) [`9fd12838`](https://github.com/graphql/graphiql/commit/9fd128381a86220a7c658f21d72baa8eea45a8af) Thanks [@imolorhe](https://github.com/imolorhe)! - fix: fixed "Mark decorations may not be empty" error

## 0.0.0

### Patch Changes

- [#2852](https://github.com/graphql/graphiql/pull/2852)
[`20869583`](https://github.com/graphql/graphiql/commit/20869583eff563f5d6494e93302a835f0e034f4b)
Thanks [@acao](https://github.com/acao)! - First release of a modern
codemirror 6 mode for graphql by @imolorhe!
- [#2852](https://github.com/graphql/graphiql/pull/2852) [`20869583`](https://github.com/graphql/graphiql/commit/20869583eff563f5d6494e93302a835f0e034f4b) Thanks [@acao](https://github.com/acao)! - First release of a modern codemirror 6 mode for graphql by @imolorhe!
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.1",
"version": "0.0.2",
"description": "GraphQL language support for CodeMirror",
"scripts": {
"prepare": "cm-buildhelper src/index.ts"
Expand All @@ -26,7 +26,7 @@
"@lezer/lr": "^1.1.0",
"esbuild": "0.15.1",
"graphql": "^16.5.0",
"graphql-language-service": "5.0.6",
"graphql-language-service": "5.1.1",
"rollup": "^2.60.2",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-esbuild": "^4.9.1",
Expand Down
Loading

0 comments on commit 42f2978

Please sign in to comment.