@graphcommerce/docs 4.4.1 → 4.4.2

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.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1332](https://github.com/graphcommerce-org/graphcommerce/pull/1332) [`8c65a1499`](https://github.com/graphcommerce-org/graphcommerce/commit/8c65a1499200476e962112177060b7e74ae5d500) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - add installation video, update license
8
+
3
9
  ## 4.4.1
4
10
 
5
11
  ### Patch Changes
@@ -52,6 +52,19 @@ need to only install the dependencies. This is the quickest approach.
52
52
 
53
53
  ## Step 1: Create a new GraphCommerce app
54
54
 
55
+ <figure>
56
+
57
+ https://user-images.githubusercontent.com/1251986/158647122-dc57002f-a9c2-4661-a0a0-28a868ecf2f8.mp4
58
+
59
+ <video width="100%" controls autoPlay loop muted playsInline>
60
+ <source src="https://user-images.githubusercontent.com/1251986/158647122-dc57002f-a9c2-4661-a0a0-28a868ecf2f8.mp4" type="video/mp4"/>
61
+ </video>
62
+
63
+ <figcaption>GraphCommerce installation</figcaption>
64
+ </figure>
65
+
66
+ <figure>
67
+
55
68
  ### Download the example
56
69
 
57
70
  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.1",
5
+ "version": "4.4.2",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
8
  "@graphcommerce/prettier-config-pwa": "^4.0.2"