@graphcommerce/docs 7.1.0-canary.13 → 7.1.0-canary.14
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 +2 -0
- package/framework/plugins-react.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -37,7 +37,7 @@ Function plugins, which can be used to:
|
|
|
37
37
|
|
|
38
38
|
In this example we're going to add some text to list items, just like the text
|
|
39
39
|
‘BY GC’ that can seen in the demo on
|
|
40
|
-
[category pages](https://graphcommerce.vercel.app/
|
|
40
|
+
[category pages](https://graphcommerce.vercel.app/en/women/business).
|
|
41
41
|
|
|
42
42
|
1. Create a new file in `/plugins/ProductListItemByGC.tsx` with the following
|
|
43
43
|
contents:
|
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": "7.1.0-canary.
|
|
5
|
+
"version": "7.1.0-canary.14",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "7.1.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "7.1.0-canary.14"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|