@graphcommerce/docs 4.11.1-canary.0 → 4.11.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1716](https://github.com/graphcommerce-org/graphcommerce/pull/1716) [`cfcc02bb8`](https://github.com/graphcommerce-org/graphcommerce/commit/cfcc02bb8091a5266d5c4a30dc4220d2a99fd3cd) Thanks [@github-actions](https://github.com/apps/github-actions)! - Always checkout the main branch when starting a new project
8
+
9
+ - [#1716](https://github.com/graphcommerce-org/graphcommerce/pull/1716) [`2eb6665d3`](https://github.com/graphcommerce-org/graphcommerce/commit/2eb6665d3bcb0c05f785fdac2a0b70c91e4dc833) Thanks [@github-actions](https://github.com/apps/github-actions)! - Recommend node 16 and depth=1 for cloning
10
+
11
+ ## 4.11.1-canary.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [`cfcc02bb8`](https://github.com/graphcommerce-org/graphcommerce/commit/cfcc02bb8091a5266d5c4a30dc4220d2a99fd3cd) Thanks [@paales](https://github.com/paales)! - Always checkout the main branch when starting a new project
16
+
3
17
  ## 4.11.1-canary.0
4
18
 
5
19
  ### Patch Changes
@@ -66,7 +66,7 @@ https://user-images.githubusercontent.com/1251986/158647122-dc57002f-a9c2-4661-a
66
66
 
67
67
  ### Download the example
68
68
 
69
- 1. `git clone --depth 1 https://github.com/graphcommerce-org/graphcommerce.git`
69
+ 1. `git clone -b main --depth 1 https://github.com/graphcommerce-org/graphcommerce.git`
70
70
  — clone repository
71
71
  2. `mkdir my-project` — create project folder
72
72
  3. `cp -R graphcommerce/examples/magento-graphcms/. my-project && rm -rf 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.11.1-canary.0",
5
+ "version": "4.11.1",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
8
  "@graphcommerce/prettier-config-pwa": "^4.0.7"