@graphcommerce/magento-newsletter 7.1.0-canary.13 → 7.1.0-canary.9

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