@graphcommerce/docs 9.0.0 → 9.0.1-canary.0
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 +6 -0
- package/contributing.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.0.1-canary.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2454](https://github.com/graphcommerce-org/graphcommerce/pull/2454) [`0f5267b`](https://github.com/graphcommerce-org/graphcommerce/commit/0f5267b92d8561e20164fe2f078097cb52220726) - Update VSCode guide reference ([@emmanuel-ferdman](https://github.com/emmanuel-ferdman))
|
|
8
|
+
|
|
3
9
|
## 9.0.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/contributing.md
CHANGED
|
@@ -57,7 +57,7 @@ File structure of GraphCommerce
|
|
|
57
57
|
### Formatting and Linting
|
|
58
58
|
|
|
59
59
|
GraphCommerce uses ESLint for linting and Prettier for code formatting. Install
|
|
60
|
-
the [recommended VS Code extensions](../docs/
|
|
60
|
+
the [recommended VS Code extensions](../docs/framework/vscode.md)
|
|
61
61
|
|
|
62
62
|
<!--
|
|
63
63
|
### Contributor License Agreement
|
|
@@ -106,7 +106,7 @@ need to sign the CLA once.
|
|
|
106
106
|
because every change made here must be applied by every developer upgrading a
|
|
107
107
|
GraphCommerce project
|
|
108
108
|
- Extract code changes made and move them into packages where possible.
|
|
109
|
-
- Stylistic only changes usually aren't
|
|
109
|
+
- Stylistic only changes usually aren't preferred, less changes often is
|
|
110
110
|
better.
|
|
111
111
|
|
|
112
112
|
## Next steps
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@graphcommerce/docs",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/docs",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce/docs",
|
|
5
|
-
"version": "9.0.0",
|
|
5
|
+
"version": "9.0.1-canary.0",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0"
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|