@graphcommerce/magento-newsletter 6.2.0-canary.41 → 6.2.0-canary.43

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.0-canary.43
4
+
5
+ ## 6.2.0-canary.42
6
+
3
7
  ## 6.2.0-canary.41
4
8
 
5
9
  ## 6.2.0-canary.40
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-newsletter",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "6.2.0-canary.41",
5
+ "version": "6.2.0-canary.43",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,16 +12,16 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "6.2.0-canary.41",
16
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.41",
17
- "@graphcommerce/typescript-config-pwa": "6.2.0-canary.41"
15
+ "@graphcommerce/eslint-config-pwa": "6.2.0-canary.43",
16
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.43",
17
+ "@graphcommerce/typescript-config-pwa": "6.2.0-canary.43"
18
18
  },
19
19
  "dependencies": {
20
- "@graphcommerce/graphql": "6.2.0-canary.41",
21
- "@graphcommerce/magento-cart": "6.2.0-canary.41",
22
- "@graphcommerce/magento-customer": "6.2.0-canary.41",
23
- "@graphcommerce/next-ui": "6.2.0-canary.41",
24
- "@graphcommerce/react-hook-form": "6.2.0-canary.41"
20
+ "@graphcommerce/graphql": "6.2.0-canary.43",
21
+ "@graphcommerce/magento-cart": "6.2.0-canary.43",
22
+ "@graphcommerce/magento-customer": "6.2.0-canary.43",
23
+ "@graphcommerce/next-ui": "6.2.0-canary.43",
24
+ "@graphcommerce/react-hook-form": "6.2.0-canary.43"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@lingui/react": "^4.2.1",