@graphcommerce/docs 4.11.1-canary.1 → 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 +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
## 4.11.1-canary.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
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
|
|
5
|
+
"version": "4.11.1",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@graphcommerce/prettier-config-pwa": "^4.0.7"
|