@graphcommerce/magento-category 9.0.1-canary.1 → 9.0.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 +8 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2462](https://github.com/graphcommerce-org/graphcommerce/pull/2462) [`6031bba`](https://github.com/graphcommerce-org/graphcommerce/commit/6031bbae3d01d14bd1e470cc861e36094073b56f) - fix issue where CategoryChildren would cause layout to break on mobile ([@FrankHarland](https://github.com/FrankHarland))
|
|
8
|
+
|
|
9
|
+
- [#2461](https://github.com/graphcommerce-org/graphcommerce/pull/2461) [`ff0009b`](https://github.com/graphcommerce-org/graphcommerce/commit/ff0009b46476791eefa86b460b892a6da1bde8bc) - Solve an issue where CategoryChildren wouldn't be rendered on mobile when using the ProductListLayoutSidebar component. ([@paales](https://github.com/paales))
|
|
10
|
+
|
|
3
11
|
## 9.0.1-canary.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-category",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.1
|
|
5
|
+
"version": "9.0.1",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.1
|
|
16
|
-
"@graphcommerce/framer-scroller": "^9.0.1
|
|
17
|
-
"@graphcommerce/graphql": "^9.0.1
|
|
18
|
-
"@graphcommerce/image": "^9.0.1
|
|
19
|
-
"@graphcommerce/magento-store": "^9.0.1
|
|
20
|
-
"@graphcommerce/next-ui": "^9.0.1
|
|
21
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.1
|
|
22
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.1
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.1",
|
|
16
|
+
"@graphcommerce/framer-scroller": "^9.0.1",
|
|
17
|
+
"@graphcommerce/graphql": "^9.0.1",
|
|
18
|
+
"@graphcommerce/image": "^9.0.1",
|
|
19
|
+
"@graphcommerce/magento-store": "^9.0.1",
|
|
20
|
+
"@graphcommerce/next-ui": "^9.0.1",
|
|
21
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1",
|
|
22
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.1",
|
|
23
23
|
"@lingui/core": "^4.2.1",
|
|
24
24
|
"@lingui/macro": "^4.2.1",
|
|
25
25
|
"@lingui/react": "^4.2.1",
|