@graphcommerce/magento-newsletter 7.1.0-canary.54 → 7.1.0-canary.55

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.1.0-canary.55
4
+
3
5
  ## 7.1.0-canary.54
4
6
 
5
7
  ## 7.1.0-canary.53
@@ -54,6 +54,7 @@ export function GuestNewsletter(props: GuestNewsletterProps) {
54
54
  <MessageSnackbar
55
55
  open={submittedWithoutErrors}
56
56
  variant='pill'
57
+ severity='success'
57
58
  action={
58
59
  <Button size='medium' variant='pill' color='secondary' fullWidth>
59
60
  <Trans id='Ok' />
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.54",
5
+ "version": "7.1.0-canary.55",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,15 +12,15 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^7.1.0-canary.54",
16
- "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.54",
17
- "@graphcommerce/graphql": "^7.1.0-canary.54",
18
- "@graphcommerce/magento-cart": "^7.1.0-canary.54",
19
- "@graphcommerce/magento-customer": "^7.1.0-canary.54",
20
- "@graphcommerce/next-ui": "^7.1.0-canary.54",
21
- "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.54",
22
- "@graphcommerce/react-hook-form": "^7.1.0-canary.54",
23
- "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.54",
15
+ "@graphcommerce/ecommerce-ui": "^7.1.0-canary.55",
16
+ "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.55",
17
+ "@graphcommerce/graphql": "^7.1.0-canary.55",
18
+ "@graphcommerce/magento-cart": "^7.1.0-canary.55",
19
+ "@graphcommerce/magento-customer": "^7.1.0-canary.55",
20
+ "@graphcommerce/next-ui": "^7.1.0-canary.55",
21
+ "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.55",
22
+ "@graphcommerce/react-hook-form": "^7.1.0-canary.55",
23
+ "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.55",
24
24
  "@lingui/core": "^4.2.1",
25
25
  "@lingui/macro": "^4.2.1",
26
26
  "@lingui/react": "^4.2.1",