@graphcommerce/docs 4.4.0 → 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,23 @@
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
+
9
+ ## 4.4.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#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
14
+
15
+ ## 4.4.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [#1324](https://github.com/graphcommerce-org/graphcommerce/pull/1324) [`73d07c6bb`](https://github.com/graphcommerce-org/graphcommerce/commit/73d07c6bbf630a92e44a2b2baf14200eb6900db5) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Update docs, add new graphcms media url
20
+
3
21
  ## 4.4.0
4
22
 
5
23
  ### Minor Changes
@@ -52,6 +52,17 @@ 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
+
55
66
  ### Download the example
56
67
 
57
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.0",
5
+ "version": "4.4.3",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
8
  "@graphcommerce/prettier-config-pwa": "^4.0.2"