@graphcommerce/magento-newsletter 7.0.0-canary.12 → 7.0.0-canary.21

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