@graphcommerce/graphql-codegen-markdown-docs 8.0.1-canary.3 → 8.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+ ([@paales](https://github.com/paales))
9
+
10
+ ## 8.0.1-canary.4
11
+
3
12
  ## 8.0.1-canary.3
4
13
 
5
14
  ## 8.0.1-canary.2
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.1-canary.3",
5
+ "version": "8.0.1",
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.1-canary.3",
33
- "@graphcommerce/prettier-config-pwa": "^8.0.1-canary.3",
34
- "@graphcommerce/typescript-config-pwa": "^8.0.1-canary.3",
32
+ "@graphcommerce/eslint-config-pwa": "^8.0.1",
33
+ "@graphcommerce/prettier-config-pwa": "^8.0.1",
34
+ "@graphcommerce/typescript-config-pwa": "^8.0.1",
35
35
  "graphql": "^16.7.1"
36
36
  }
37
37
  }