@graphcommerce/magento-newsletter 7.1.0-canary.28 → 7.1.0-canary.30

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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.1.0-canary.30
4
+
5
+ ## 7.1.0-canary.29
6
+
3
7
  ## 7.1.0-canary.28
4
8
 
5
9
  ## 7.1.0-canary.27
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": "7.1.0-canary.28",
5
+ "version": "7.1.0-canary.30",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,17 +12,17 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "7.1.0-canary.28",
16
- "@graphcommerce/prettier-config-pwa": "7.1.0-canary.28",
17
- "@graphcommerce/typescript-config-pwa": "7.1.0-canary.28"
15
+ "@graphcommerce/eslint-config-pwa": "7.1.0-canary.30",
16
+ "@graphcommerce/prettier-config-pwa": "7.1.0-canary.30",
17
+ "@graphcommerce/typescript-config-pwa": "7.1.0-canary.30"
18
18
  },
19
19
  "dependencies": {
20
- "@graphcommerce/ecommerce-ui": "7.1.0-canary.28",
21
- "@graphcommerce/graphql": "7.1.0-canary.28",
22
- "@graphcommerce/magento-cart": "7.1.0-canary.28",
23
- "@graphcommerce/magento-customer": "7.1.0-canary.28",
24
- "@graphcommerce/next-ui": "7.1.0-canary.28",
25
- "@graphcommerce/react-hook-form": "7.1.0-canary.28"
20
+ "@graphcommerce/ecommerce-ui": "7.1.0-canary.30",
21
+ "@graphcommerce/graphql": "7.1.0-canary.30",
22
+ "@graphcommerce/magento-cart": "7.1.0-canary.30",
23
+ "@graphcommerce/magento-customer": "7.1.0-canary.30",
24
+ "@graphcommerce/next-ui": "7.1.0-canary.30",
25
+ "@graphcommerce/react-hook-form": "7.1.0-canary.30"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@lingui/react": "^4.2.1",