@graphcommerce/docs 4.4.2 → 4.4.3

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,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1334](https://github.com/graphcommerce-org/graphcommerce/pull/1334) [`d1a06dd8e`](https://github.com/graphcommerce-org/graphcommerce/commit/d1a06dd8e060986a4d652c9d5e46d9d1a161a7d1) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - fix installation video
8
+
3
9
  ## 4.4.2
4
10
 
5
11
  ### Patch Changes
@@ -63,8 +63,6 @@ https://user-images.githubusercontent.com/1251986/158647122-dc57002f-a9c2-4661-a
63
63
  <figcaption>GraphCommerce installation</figcaption>
64
64
  </figure>
65
65
 
66
- <figure>
67
-
68
66
  ### Download the example
69
67
 
70
68
  1. `git clone git@github.com:graphcommerce-org/graphcommerce.git graphcommerce`
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "4.4.2",
5
+ "version": "4.4.3",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
8
  "@graphcommerce/prettier-config-pwa": "^4.0.2"