Skip to content

Commit 7493211

Browse files
committed
v0.2.1
1 parent 2802321 commit 7493211

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ After adding the dprint plugin, update your `dprint.json` and add configuration:
2525
// Pretty GraphQL config comes here
2626
},
2727
"plugins": [
28-
"https://plugins.dprint.dev/g-plane/pretty_graphql-v0.2.0.wasm"
28+
"https://plugins.dprint.dev/g-plane/pretty_graphql-v0.2.1.wasm"
2929
]
3030
}
3131
```

dprint_plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dprint_plugin_graphql"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Pig Fang <[email protected]>"]
66
description = "pretty_graphql as dprint plugin."

dprint_plugin/deployment/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dprint-plugin-graphql",
33
"description": "Pretty GraphQL as dprint plugin.",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"author": "Pig Fang <[email protected]>",
66
"repository": "g-plane/pretty_graphql",
77
"license": "MIT",

dprint_plugin/deployment/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft-07/schema#",
3-
"$id": "https://plugins.dprint.dev/g-plane/pretty_graphql/v0.2.0/schema.json",
3+
"$id": "https://plugins.dprint.dev/g-plane/pretty_graphql/v0.2.1/schema.json",
44
"title": "Config",
55
"description": "Configuration for dprint-plugin-graphql.",
66
"type": "object",

pretty_graphql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pretty_graphql"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Pig Fang <[email protected]>"]
66
description = "GraphQL formatter."

0 commit comments

Comments
 (0)