@graphcommerce/docs 4.6.0 → 4.6.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 +6 -0
- package/feature-list.md +1 -0
- package/framework/static-generation.md +1 -0
- package/getting-started/readme.md +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1402](https://github.com/graphcommerce-org/graphcommerce/pull/1402) [`79032e8cd`](https://github.com/graphcommerce-org/graphcommerce/commit/79032e8cd6580a505df108a56052dd71a79e254c) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - metaUrls
|
|
8
|
+
|
|
3
9
|
## 4.6.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/feature-list.md
CHANGED
|
@@ -4,6 +4,7 @@ metaTitle: Magento Open Source + GraphCommerce® full feature list
|
|
|
4
4
|
metaDescription:
|
|
5
5
|
'Magento Open Source full feature list, extended with GraphCommerce unique
|
|
6
6
|
features and features replaced or enhanced by GraphCommerce.'
|
|
7
|
+
metaUrl: magento-open-source-full-feature-list-with-graphcommerce
|
|
7
8
|
---
|
|
8
9
|
|
|
9
10
|
<div data-nosnippet>
|
|
@@ -4,6 +4,7 @@ metaTitle: Static Site Generation with Nextjs ecommerce framework GraphCommerce
|
|
|
4
4
|
metaDescription:
|
|
5
5
|
'GraphCommerce is a nextjs Magento framework. GraphCommerce offers Static Site
|
|
6
6
|
Generation for Magento nextjs PWA out-of-the-box.'
|
|
7
|
+
metaUrl: framework/static-generation-nextjs-ecommerce
|
|
7
8
|
---
|
|
8
9
|
|
|
9
10
|
<div data-nosnippet>
|
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.6.
|
|
5
|
+
"version": "4.6.1",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@graphcommerce/prettier-config-pwa": "^4.0.5"
|