@graphcommerce/graphql-codegen-markdown-docs 8.0.6 → 8.0.8

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 +7 -6
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.8
4
+
5
+ ## 8.0.7
6
+
3
7
  ## 8.0.6
4
8
 
5
9
  ## 8.0.5
@@ -62,8 +66,7 @@
62
66
 
63
67
  ### Patch Changes
64
68
 
65
- - [#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
66
- ([@paales](https://github.com/paales))
69
+ - [#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))
67
70
 
68
71
  ## 8.0.1-canary.4
69
72
 
@@ -77,15 +80,13 @@
77
80
 
78
81
  ### Patch Changes
79
82
 
80
- - [#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
81
- ([@paales](https://github.com/paales))
83
+ - [#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))
82
84
 
83
85
  ## 8.0.0
84
86
 
85
87
  ### Patch Changes
86
88
 
87
- - [#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.
88
- ([@bramvanderholst](https://github.com/bramvanderholst))
89
+ - [#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))
89
90
 
90
91
  ## 8.0.0-canary.100
91
92
 
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": "8.0.6",
5
+ "version": "8.0.8",
6
6
  "sideEffects": false,
7
7
  "type": "commonjs",
8
8
  "main": "dist/index.js",
@@ -29,9 +29,9 @@
29
29
  "parse-filepath": "^1.0.2"
30
30
  },
31
31
  "peerDependencies": {
32
- "@graphcommerce/eslint-config-pwa": "^8.0.6",
33
- "@graphcommerce/prettier-config-pwa": "^8.0.6",
34
- "@graphcommerce/typescript-config-pwa": "^8.0.6",
32
+ "@graphcommerce/eslint-config-pwa": "^8.0.8",
33
+ "@graphcommerce/prettier-config-pwa": "^8.0.8",
34
+ "@graphcommerce/typescript-config-pwa": "^8.0.8",
35
35
  "graphql": "^16.7.1"
36
36
  }
37
37
  }