@graphcommerce/graphql-codegen-relay-optimizer-plugin 9.0.1-canary.0 → 9.0.1-canary.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -37
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## 9.0.1-canary.
|
3
|
+
## 9.0.1-canary.1
|
4
4
|
|
5
5
|
## 9.0.0
|
6
6
|
|
@@ -8,42 +8,6 @@
|
|
8
8
|
|
9
9
|
- [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`d500643`](https://github.com/graphcommerce-org/graphcommerce/commit/d500643138799b6db1610cb10a1d065d6219d8ea) - Resolve peer dependency issues so we get a clean install ([@paales](https://github.com/paales))
|
10
10
|
|
11
|
-
## 9.0.0-canary.118
|
12
|
-
|
13
|
-
## 9.0.0-canary.117
|
14
|
-
|
15
|
-
## 9.0.0-canary.116
|
16
|
-
|
17
|
-
## 9.0.0-canary.115
|
18
|
-
|
19
|
-
## 9.0.0-canary.114
|
20
|
-
|
21
|
-
## 9.0.0-canary.113
|
22
|
-
|
23
|
-
## 9.0.0-canary.112
|
24
|
-
|
25
|
-
## 9.0.0-canary.111
|
26
|
-
|
27
|
-
## 9.0.0-canary.110
|
28
|
-
|
29
|
-
## 9.0.0-canary.109
|
30
|
-
|
31
|
-
## 9.0.0-canary.108
|
32
|
-
|
33
|
-
## 9.0.0-canary.107
|
34
|
-
|
35
|
-
## 9.0.0-canary.106
|
36
|
-
|
37
|
-
## 9.0.0-canary.105
|
38
|
-
|
39
|
-
## 9.0.0-canary.104
|
40
|
-
|
41
|
-
## 9.0.0-canary.103
|
42
|
-
|
43
|
-
### Patch Changes
|
44
|
-
|
45
|
-
- [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`d500643`](https://github.com/graphcommerce-org/graphcommerce/commit/d500643138799b6db1610cb10a1d065d6219d8ea) - Resolve peer dependency issues so we get a clean install ([@paales](https://github.com/paales))
|
46
|
-
|
47
11
|
## 7.0.1
|
48
12
|
|
49
13
|
### Patch Changes
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@graphcommerce/graphql-codegen-relay-optimizer-plugin",
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
5
|
-
"version": "9.0.1-canary.
|
5
|
+
"version": "9.0.1-canary.1",
|
6
6
|
"description": "GraphQL Code Generator plugin for optimizing your GraphQL queries relay style.",
|
7
7
|
"type": "commonjs",
|
8
8
|
"main": "dist/index.js",
|
@@ -22,8 +22,8 @@
|
|
22
22
|
"typescript": "5.7.2"
|
23
23
|
},
|
24
24
|
"peerDependencies": {
|
25
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.1-canary.
|
26
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.
|
25
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
|
26
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1"
|
27
27
|
},
|
28
28
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
29
29
|
"eslint": {
|