@graphcommerce/magento-category 9.0.4-canary.0 → 9.0.4-canary.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -15
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,14 +1,10 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.4-canary.0
4
-
5
- ## 9.0.3
6
-
7
- ## 9.0.3-canary.0
3
+ ## 9.0.4-canary.2
8
4
 
9
- ## 9.0.2
5
+ ## 9.0.4-canary.1
10
6
 
11
- ## 9.0.2-canary.0
7
+ ## 9.0.4-canary.0
12
8
 
13
9
  ## 9.0.1
14
10
 
@@ -18,14 +14,6 @@
18
14
 
19
15
  - [#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))
20
16
 
21
- ## 9.0.1-canary.1
22
-
23
- ### Patch Changes
24
-
25
- - [#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))
26
-
27
- - [#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))
28
-
29
17
  ## 9.0.0
30
18
 
31
19
  ### Major 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.4-canary.0",
5
+ "version": "9.0.4-canary.2",
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.4-canary.0",
16
- "@graphcommerce/framer-scroller": "^9.0.4-canary.0",
17
- "@graphcommerce/graphql": "^9.0.4-canary.0",
18
- "@graphcommerce/image": "^9.0.4-canary.0",
19
- "@graphcommerce/magento-store": "^9.0.4-canary.0",
20
- "@graphcommerce/next-ui": "^9.0.4-canary.0",
21
- "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.0",
22
- "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.0",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.2",
16
+ "@graphcommerce/framer-scroller": "^9.0.4-canary.2",
17
+ "@graphcommerce/graphql": "^9.0.4-canary.2",
18
+ "@graphcommerce/image": "^9.0.4-canary.2",
19
+ "@graphcommerce/magento-store": "^9.0.4-canary.2",
20
+ "@graphcommerce/next-ui": "^9.0.4-canary.2",
21
+ "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.2",
22
+ "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.2",
23
23
  "@lingui/core": "^4.2.1",
24
24
  "@lingui/macro": "^4.2.1",
25
25
  "@lingui/react": "^4.2.1",