@graphcommerce/docs 7.0.0 → 7.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/framework/config.md +0 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 7.0.1-canary.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2047](https://github.com/graphcommerce-org/graphcommerce/pull/2047) [`136580b39`](https://github.com/graphcommerce-org/graphcommerce/commit/136580b39e3cffdd07e3fa087e049bd532c3e8f1) - Updated all dependencies to the latest version where possible. ([@paales](https://github.com/paales))
|
|
8
|
+
|
|
3
9
|
## 7.0.0
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/framework/config.md
CHANGED
|
@@ -253,8 +253,6 @@ SIDEBAR: Will be rendered as a sidebar on desktop and horizontal chips on mobile
|
|
|
253
253
|
|
|
254
254
|
Product filters with better UI for mobile and desktop.
|
|
255
255
|
|
|
256
|
-
@experimental This is an experimental feature and may change in the future.
|
|
257
|
-
|
|
258
256
|
#### `productRoute: String`
|
|
259
257
|
|
|
260
258
|
By default we route products to /p/[url] but you can change this to /product/[url] if you wish.
|
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.0.0",
|
|
5
|
+
"version": "7.0.1-canary.0",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "7.0.0"
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "7.0.1-canary.0"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|