@graphcommerce/graphql-codegen-markdown-docs 9.0.0-canary.56 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.57
4
+
3
5
  ## 9.0.0-canary.56
4
6
 
5
7
  ## 9.0.0-canary.55
@@ -174,8 +176,7 @@
174
176
 
175
177
  ### Patch Changes
176
178
 
177
- - [#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
178
- ([@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))
179
180
 
180
181
  ## 8.0.1-canary.4
181
182
 
@@ -189,15 +190,13 @@
189
190
 
190
191
  ### Patch Changes
191
192
 
192
- - [#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
193
- ([@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))
194
194
 
195
195
  ## 8.0.0
196
196
 
197
197
  ### Patch Changes
198
198
 
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.
200
- ([@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))
201
200
 
202
201
  ## 8.0.0-canary.100
203
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.56",
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.1",
25
- "@graphql-codegen/plugin-helpers": "5.0.2",
26
- "@graphql-codegen/visitor-plugin-common": "4.1.0",
27
- "@graphql-tools/utils": "^10.0.12",
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.56",
33
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.56",
34
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.56",
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
  }