@graphcommerce/docs 4.3.0 → 4.4.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 +6 -3
- package/package.json +1 -1
- package/readme.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1320](https://github.com/graphcommerce-org/graphcommerce/pull/1320) [`2ecac6e06`](https://github.com/graphcommerce-org/graphcommerce/commit/2ecac6e06ad19257acfd18e9042c5f81f66b476e) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Sort order, add link to create feature request
|
|
8
|
+
|
|
3
9
|
## 4.3.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/contributing.md
CHANGED
|
@@ -18,10 +18,13 @@ to create a bug report.
|
|
|
18
18
|
|
|
19
19
|
### Feature requests
|
|
20
20
|
|
|
21
|
-
Feature requests are welcome.
|
|
21
|
+
Feature requests are welcome. Please take a moment to find out whether your idea
|
|
22
22
|
fits with the scope and aims of the project. It's up to you to make a strong
|
|
23
|
-
case to convince us of the merits of this feature.
|
|
24
|
-
|
|
23
|
+
case to convince us of the merits of this feature.
|
|
24
|
+
|
|
25
|
+
Provide as much detail and context as possible. Use the
|
|
26
|
+
[feature request template ↗](https://github.com/graphcommerce-org/graphcommerce/issues/new/choose)
|
|
27
|
+
to create a feature request.
|
|
25
28
|
|
|
26
29
|
## Pull requests
|
|
27
30
|
|
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.
|
|
5
|
+
"version": "4.4.0",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@graphcommerce/prettier-config-pwa": "^4.0.2"
|
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
menu: Overview
|
|
3
|
-
order: getting-started,framework
|
|
3
|
+
order: getting-started,framework, contributing, roadmap
|
|
4
4
|
metaTitle: Start React, Next.js Magento PWA development here - GraphCommerce
|
|
5
5
|
metaDescription:
|
|
6
6
|
'GraphCommerce is the open-source PWA Studio Magento 2 alternative.
|