We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309406e commit a8d1b86Copy full SHA for a8d1b86
package.json
@@ -29,5 +29,6 @@
29
"husky": "3.0.4",
30
"lint-staged": "8.2.1",
31
"prettier": "1.18.2"
32
- }
+ },
33
+ "version": "0.0.0"
34
}
packages/graphql-codegen-relay-optimizer-plugin/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@n1ru4l/graphql-codegen-relay-optimizer-plugin",
3
- "version": "2.0.1",
+ "version": "3.0.0",
4
"description": "GraphQL Code Generator plugin for optimizing your GraphQL queries relay style.",
5
"license": "MIT",
6
"main": "dist/main/index.js",
0 commit comments