@graphcommerce/graphql-codegen-markdown-docs 8.0.6-canary.4 → 8.0.7
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 +5 -14
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,14 +1,8 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## 8.0.
|
3
|
+
## 8.0.7
|
4
4
|
|
5
|
-
## 8.0.6
|
6
|
-
|
7
|
-
## 8.0.6-canary.2
|
8
|
-
|
9
|
-
## 8.0.6-canary.1
|
10
|
-
|
11
|
-
## 8.0.6-canary.0
|
5
|
+
## 8.0.6
|
12
6
|
|
13
7
|
## 8.0.5
|
14
8
|
|
@@ -70,8 +64,7 @@
|
|
70
64
|
|
71
65
|
### Patch Changes
|
72
66
|
|
73
|
-
- [#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
|
74
|
-
([@paales](https://github.com/paales))
|
67
|
+
- [#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))
|
75
68
|
|
76
69
|
## 8.0.1-canary.4
|
77
70
|
|
@@ -85,15 +78,13 @@
|
|
85
78
|
|
86
79
|
### Patch Changes
|
87
80
|
|
88
|
-
- [#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
|
89
|
-
([@paales](https://github.com/paales))
|
81
|
+
- [#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))
|
90
82
|
|
91
83
|
## 8.0.0
|
92
84
|
|
93
85
|
### Patch Changes
|
94
86
|
|
95
|
-
- [#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.
|
96
|
-
([@bramvanderholst](https://github.com/bramvanderholst))
|
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. ([@bramvanderholst](https://github.com/bramvanderholst))
|
97
88
|
|
98
89
|
## 8.0.0-canary.100
|
99
90
|
|
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.
|
5
|
+
"version": "8.0.7",
|
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.
|
33
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.
|
34
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.
|
32
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.7",
|
33
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.7",
|
34
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.7",
|
35
35
|
"graphql": "^16.7.1"
|
36
36
|
}
|
37
37
|
}
|