@graphcommerce/docs 9.1.0-canary.29 → 9.1.0-canary.31

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.31
4
+
5
+ ## 9.1.0-canary.30
6
+
7
+ ### Patch Changes
8
+
9
+ - [#2523](https://github.com/graphcommerce-org/graphcommerce/pull/2523) [`cc5b602`](https://github.com/graphcommerce-org/graphcommerce/commit/cc5b602694e433ec13688dd3fda60e300461a7d3) - Add correct link to demo project ([@FrankHarland](https://github.com/FrankHarland))
10
+
3
11
  ## 9.1.0-canary.29
4
12
 
5
13
  ## 9.1.0-canary.28
package/hygraph/readme.md CHANGED
@@ -18,7 +18,7 @@ by adding Hygraph content to pages.
18
18
 
19
19
  To connect your GraphCommerce app to your Hygraph project, you'll need a Hygraph
20
20
  project with the required schema.
21
- [Clone the demo Hygraph project ↗](https://app.graphcms.com/clone/caddaa93cfa9436a9e76ae9c0F34d257)
21
+ [Clone the demo Hygraph project ↗](https://app.hygraph.com/clone/caddaa93cfa9436a9e76ae9c0F34d257)
22
22
  as your starting point. Update the variable in the `/graphcommerce.config.js`
23
23
  file:
24
24
 
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "9.1.0-canary.29",
5
+ "version": "9.1.0-canary.31",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.29"
8
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.31"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }