@graphcommerce/magento-compare 10.0.1-canary.4 → 10.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 +8 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @graphcommerce/magento-compare
2
2
 
3
+ ## 10.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2571](https://github.com/graphcommerce-org/graphcommerce/pull/2571) [`78a2a8a`](https://github.com/graphcommerce-org/graphcommerce/commit/78a2a8a919346e1f9bccddf7e52682f4adb9a4e0) - Solve issue where the @client fields could not be resolved correctly. ([@paales](https://github.com/paales))
8
+
9
+ - [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`dc57da4`](https://github.com/graphcommerce-org/graphcommerce/commit/dc57da4897365ddb2b779eab3ad2b3a350ed115c) - Moved from form.watch to useWatch everywhere which works even if the fields are later initialized. ([@paales](https://github.com/paales))
10
+
3
11
  ## 10.0.1-canary.4
4
12
 
5
13
  ## 10.0.1-canary.3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-compare",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.0.1-canary.4",
5
+ "version": "10.0.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -19,16 +19,16 @@
19
19
  "./plugins/AddCompareTypePolicies": "./plugins/AddCompareTypePolicies.tsx"
20
20
  },
21
21
  "peerDependencies": {
22
- "@graphcommerce/ecommerce-ui": "^10.0.1-canary.4",
23
- "@graphcommerce/eslint-config-pwa": "^10.0.1-canary.4",
24
- "@graphcommerce/framer-next-pages": "^10.0.1-canary.4",
25
- "@graphcommerce/framer-utils": "^10.0.1-canary.4",
26
- "@graphcommerce/graphql": "^10.0.1-canary.4",
27
- "@graphcommerce/magento-cart": "^10.0.1-canary.4",
28
- "@graphcommerce/magento-product": "^10.0.1-canary.4",
29
- "@graphcommerce/next-ui": "^10.0.1-canary.4",
30
- "@graphcommerce/prettier-config-pwa": "^10.0.1-canary.4",
31
- "@graphcommerce/typescript-config-pwa": "^10.0.1-canary.4",
22
+ "@graphcommerce/ecommerce-ui": "^10.0.1",
23
+ "@graphcommerce/eslint-config-pwa": "^10.0.1",
24
+ "@graphcommerce/framer-next-pages": "^10.0.1",
25
+ "@graphcommerce/framer-utils": "^10.0.1",
26
+ "@graphcommerce/graphql": "^10.0.1",
27
+ "@graphcommerce/magento-cart": "^10.0.1",
28
+ "@graphcommerce/magento-product": "^10.0.1",
29
+ "@graphcommerce/next-ui": "^10.0.1",
30
+ "@graphcommerce/prettier-config-pwa": "^10.0.1",
31
+ "@graphcommerce/typescript-config-pwa": "^10.0.1",
32
32
  "@lingui/core": "^5",
33
33
  "@lingui/macro": "^5",
34
34
  "@lingui/react": "^5",