Skip to content

Commit 85b4cd5

Browse files
committed
v0.2.0
1 parent 5b58e9c commit 85b4cd5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.1.0.wasm"
28+
"https://plugins.dprint.dev/g-plane/pretty_graphql-v0.2.0.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.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Pig Fang <[email protected]>"]
66
description = "pretty_graphql as dprint plugin."

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.1.0/schema.json",
3+
"$id": "https://plugins.dprint.dev/g-plane/pretty_graphql/v0.2.0/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.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Pig Fang <[email protected]>"]
66
description = "GraphQL formatter."

0 commit comments

Comments
 (0)