@graphcommerce/magento-newsletter 6.2.0-canary.81 → 6.2.0-canary.83

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.0-canary.83
4
+
5
+ ## 6.2.0-canary.82
6
+
7
+ ### Patch Changes
8
+
9
+ - [#2021](https://github.com/graphcommerce-org/graphcommerce/pull/2021) [`06ab7d24d`](https://github.com/graphcommerce-org/graphcommerce/commit/06ab7d24dcf345c6acd39471df544a726a166ece) - Prevent email address overlap with toggle button on narrow columns ([@carlocarels90](https://github.com/carlocarels90))
10
+
3
11
  ## 6.2.0-canary.81
4
12
 
5
13
  ## 6.2.0-canary.80
@@ -41,7 +41,6 @@ export function SignupNewsletter(props: SignupNewsletterProps) {
41
41
  justifyItems: 'start',
42
42
  [theme.breakpoints.up('sm')]: {
43
43
  gridTemplateAreas: `"a b c"`,
44
- gridTemplateColumns: '2fr 1fr',
45
44
  },
46
45
  }),
47
46
  ...(Array.isArray(sx) ? sx : [sx]),
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.81",
5
+ "version": "6.2.0-canary.83",
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": "6.2.0-canary.81",
16
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.81",
17
- "@graphcommerce/typescript-config-pwa": "6.2.0-canary.81"
15
+ "@graphcommerce/eslint-config-pwa": "6.2.0-canary.83",
16
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.83",
17
+ "@graphcommerce/typescript-config-pwa": "6.2.0-canary.83"
18
18
  },
19
19
  "dependencies": {
20
- "@graphcommerce/ecommerce-ui": "6.2.0-canary.81",
21
- "@graphcommerce/graphql": "6.2.0-canary.81",
22
- "@graphcommerce/magento-cart": "6.2.0-canary.81",
23
- "@graphcommerce/magento-customer": "6.2.0-canary.81",
24
- "@graphcommerce/next-ui": "6.2.0-canary.81",
25
- "@graphcommerce/react-hook-form": "6.2.0-canary.81"
20
+ "@graphcommerce/ecommerce-ui": "6.2.0-canary.83",
21
+ "@graphcommerce/graphql": "6.2.0-canary.83",
22
+ "@graphcommerce/magento-cart": "6.2.0-canary.83",
23
+ "@graphcommerce/magento-customer": "6.2.0-canary.83",
24
+ "@graphcommerce/next-ui": "6.2.0-canary.83",
25
+ "@graphcommerce/react-hook-form": "6.2.0-canary.83"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@lingui/react": "^4.2.1",