@graphcommerce/magento-product 6.0.1-canary.7 → 6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1857](https://github.com/graphcommerce-org/graphcommerce/pull/1857) [`fc71d9382`](https://github.com/graphcommerce-org/graphcommerce/commit/fc71d9382b6aa2f92ac56c426ba9484da8219259) - Solve an issue where the sorting option didn’t get a highlighted badge: Always show a (1) when an OverlayOrPopperChip is selected ([@paales](https://github.com/paales))
8
+
9
+ - [#1857](https://github.com/graphcommerce-org/graphcommerce/pull/1857) [`429a43c66`](https://github.com/graphcommerce-org/graphcommerce/commit/429a43c662c811f541eb1bbe7e7eeea8267593a9) - Reset all filters at once was missing from All Filters panenl ([@paales](https://github.com/paales))
10
+
11
+ - [#1857](https://github.com/graphcommerce-org/graphcommerce/pull/1857) [`dd4d043f8`](https://github.com/graphcommerce-org/graphcommerce/commit/dd4d043f83b3720a8c207bb0d18f58a98a440871) - All Filters chip would always show a filter count even if there was nothing filtered ([@paales](https://github.com/paales))
12
+
13
+ - [#1857](https://github.com/graphcommerce-org/graphcommerce/pull/1857) [`76aee3918`](https://github.com/graphcommerce-org/graphcommerce/commit/76aee391859e6cef0bc783cd12a450c3c6473fb2) - All Filters sort is unable to be reset ([@paales](https://github.com/paales))
14
+
3
15
  ## 6.0.1-canary.7
4
16
 
5
17
  ## 6.0.1-canary.6
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "6.0.1-canary.7",
5
+ "version": "6.0.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,20 +12,20 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "6.0.1-canary.7",
16
- "@graphcommerce/prettier-config-pwa": "6.0.1-canary.7",
17
- "@graphcommerce/typescript-config-pwa": "6.0.1-canary.7"
15
+ "@graphcommerce/eslint-config-pwa": "6.0.1",
16
+ "@graphcommerce/prettier-config-pwa": "6.0.1",
17
+ "@graphcommerce/typescript-config-pwa": "6.0.1"
18
18
  },
19
19
  "dependencies": {
20
- "@graphcommerce/ecommerce-ui": "6.0.1-canary.7",
21
- "@graphcommerce/framer-scroller": "6.0.1-canary.7",
22
- "@graphcommerce/framer-next-pages": "6.0.1-canary.7",
23
- "@graphcommerce/graphql": "6.0.1-canary.7",
24
- "@graphcommerce/graphql-mesh": "6.0.1-canary.7",
25
- "@graphcommerce/image": "6.0.1-canary.7",
26
- "@graphcommerce/magento-cart": "6.0.1-canary.7",
27
- "@graphcommerce/magento-store": "6.0.1-canary.7",
28
- "@graphcommerce/next-ui": "6.0.1-canary.7",
20
+ "@graphcommerce/ecommerce-ui": "6.0.1",
21
+ "@graphcommerce/framer-scroller": "6.0.1",
22
+ "@graphcommerce/framer-next-pages": "6.0.1",
23
+ "@graphcommerce/graphql": "6.0.1",
24
+ "@graphcommerce/graphql-mesh": "6.0.1",
25
+ "@graphcommerce/image": "6.0.1",
26
+ "@graphcommerce/magento-cart": "6.0.1",
27
+ "@graphcommerce/magento-store": "6.0.1",
28
+ "@graphcommerce/next-ui": "6.0.1",
29
29
  "schema-dts": "^1.1.0"
30
30
  },
31
31
  "peerDependencies": {