@graphcommerce/docs 4.0.1 → 4.1.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 +12 -0
- package/framework/deployment.md +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`ef499815c`](https://github.com/ho-nl/m2-pwa/commit/ef499815cb1d1e040408ae697f8f3156b5478020)
|
|
8
|
+
Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Fix build breaking spacing
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- [`12fc8166f`](https://github.com/ho-nl/m2-pwa/commit/12fc8166fd255db87862a08504a5a88552e41e08)
|
|
13
|
+
Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Fix build breaking spaces
|
|
14
|
+
|
|
3
15
|
## 4.0.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/framework/deployment.md
CHANGED
|
@@ -17,11 +17,11 @@ Production Branch of your GitHub project:
|
|
|
17
17
|
it's not showing up, click the 'Configure Github App' to grant Vercel
|
|
18
18
|
repository access
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
<figure>
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+

|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
</figure>
|
|
25
25
|
|
|
26
26
|
- Set the Environment Variables from your .env file:
|
|
27
27
|
|
|
@@ -43,11 +43,11 @@ Production Branch of your GitHub project:
|
|
|
43
43
|
NEXT_PUBLIC_SITE_URL="https://graphcommerce-example.vercel.app/"
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
<figure>
|
|
47
47
|
|
|
48
48
|

|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
</figure>
|
|
51
51
|
|
|
52
52
|
- Hit the "Deploy" button
|
|
53
53
|
- A custom domain can be configured in the Vercel Project Settings. Update the
|
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.0
|
|
5
|
+
"version": "4.1.0",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@graphcommerce/prettier-config-pwa": "^4.0.2"
|