@graphcommerce/graphql-codegen-markdown-docs 9.0.0-canary.55 → 9.0.0-canary.57
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 +7 -6
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 9.0.0-canary.57
|
4
|
+
|
5
|
+
## 9.0.0-canary.56
|
6
|
+
|
3
7
|
## 9.0.0-canary.55
|
4
8
|
|
5
9
|
## 9.0.0-canary.54
|
@@ -172,8 +176,7 @@
|
|
172
176
|
|
173
177
|
### Patch Changes
|
174
178
|
|
175
|
-
- [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`6c4cee8`](https://github.com/graphcommerce-org/graphcommerce/commit/6c4cee8469ee4934281bda53ac96aeb5af2f9479) - Make sure the config page can be properly rendered in the docs
|
176
|
-
([@paales](https://github.com/paales))
|
179
|
+
- [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`6c4cee8`](https://github.com/graphcommerce-org/graphcommerce/commit/6c4cee8469ee4934281bda53ac96aeb5af2f9479) - Make sure the config page can be properly rendered in the docs ([@paales](https://github.com/paales))
|
177
180
|
|
178
181
|
## 8.0.1-canary.4
|
179
182
|
|
@@ -187,15 +190,13 @@
|
|
187
190
|
|
188
191
|
### Patch Changes
|
189
192
|
|
190
|
-
- [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`6c4cee8`](https://github.com/graphcommerce-org/graphcommerce/commit/6c4cee8469ee4934281bda53ac96aeb5af2f9479) - Make sure the config page can be properly rendered in the docs
|
191
|
-
([@paales](https://github.com/paales))
|
193
|
+
- [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`6c4cee8`](https://github.com/graphcommerce-org/graphcommerce/commit/6c4cee8469ee4934281bda53ac96aeb5af2f9479) - Make sure the config page can be properly rendered in the docs ([@paales](https://github.com/paales))
|
192
194
|
|
193
195
|
## 8.0.0
|
194
196
|
|
195
197
|
### Patch Changes
|
196
198
|
|
197
|
-
- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`2e46389`](https://github.com/graphcommerce-org/graphcommerce/commit/2e46389edcd506c490cd7273be384e5c42df4a9e) - Render `framework/config.md` more nicely, so that we follow a more typescript-esque style and inline the enums.
|
198
|
-
([@bramvanderholst](https://github.com/bramvanderholst))
|
199
|
+
- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`2e46389`](https://github.com/graphcommerce-org/graphcommerce/commit/2e46389edcd506c490cd7273be384e5c42df4a9e) - Render `framework/config.md` more nicely, so that we follow a more typescript-esque style and inline the enums. ([@bramvanderholst](https://github.com/bramvanderholst))
|
199
200
|
|
200
201
|
## 8.0.0-canary.100
|
201
202
|
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@graphcommerce/graphql-codegen-markdown-docs",
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
5
|
-
"version": "9.0.0-canary.
|
5
|
+
"version": "9.0.0-canary.57",
|
6
6
|
"sideEffects": false,
|
7
7
|
"type": "commonjs",
|
8
8
|
"main": "dist/index.js",
|
@@ -21,17 +21,17 @@
|
|
21
21
|
}
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
|
-
"@graphql-codegen/add": "5.0.
|
25
|
-
"@graphql-codegen/plugin-helpers": "5.0.
|
26
|
-
"@graphql-codegen/visitor-plugin-common": "
|
27
|
-
"@graphql-tools/utils": "^10.
|
24
|
+
"@graphql-codegen/add": "5.0.3",
|
25
|
+
"@graphql-codegen/plugin-helpers": "5.0.4",
|
26
|
+
"@graphql-codegen/visitor-plugin-common": "5.3.1",
|
27
|
+
"@graphql-tools/utils": "^10.3.2",
|
28
28
|
"@types/parse-filepath": "^1.0.2",
|
29
29
|
"parse-filepath": "^1.0.2"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.
|
33
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
34
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
32
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.57",
|
33
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.57",
|
34
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.57",
|
35
35
|
"graphql": "^16.7.1"
|
36
36
|
}
|
37
37
|
}
|