@graphcommerce/magento-cart-email 3.0.0 β†’ 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,86 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
8
+ Thanks [@paales](https://github.com/paales)! - made packages public
9
+
10
+ - Updated dependencies
11
+ [[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96),
12
+ [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20),
13
+ [`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d),
14
+ [`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
15
+ - @graphcommerce/graphql@3.0.3
16
+ - @graphcommerce/image@3.1.0
17
+ - @graphcommerce/magento-cart@4.1.2
18
+ - @graphcommerce/magento-customer@4.1.2
19
+ - @graphcommerce/magento-product@4.0.3
20
+ - @graphcommerce/magento-store@4.0.3
21
+ - @graphcommerce/next-ui@4.1.2
22
+ - @graphcommerce/react-hook-form@3.0.3
23
+
24
+ ## 3.0.2
25
+
26
+ ### Patch Changes
27
+
28
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
29
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
30
+ Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
31
+ `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
32
+ duplicate packages in the node_modules folders.
33
+
34
+ * [#1274](https://github.com/ho-nl/m2-pwa/pull/1274)
35
+ [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275)
36
+ Thanks [@paales](https://github.com/paales)! - Fixed extraction of translations and updated
37
+ various translations for english πŸ‡ΊπŸ‡ΈπŸ‡¬πŸ‡§ and dutch πŸ‡³πŸ‡±
38
+
39
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
40
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
41
+ Thanks [@paales](https://github.com/paales)! - Upgraded to
42
+ [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
43
+ implementing
44
+ [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
45
+ soon.
46
+
47
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
48
+ frontend to be able to revalidate pages manually.
49
+
50
+ - Updated dependencies
51
+ [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
52
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
53
+ [`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
54
+ [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
55
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
56
+ [`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
57
+ - @graphcommerce/magento-cart@4.1.1
58
+ - @graphcommerce/magento-customer@4.1.1
59
+ - @graphcommerce/next-ui@4.1.1
60
+ - @graphcommerce/react-hook-form@3.0.2
61
+ - @graphcommerce/graphql@3.0.2
62
+ - @graphcommerce/image@3.0.2
63
+ - @graphcommerce/magento-product@4.0.2
64
+ - @graphcommerce/magento-store@4.0.2
65
+
66
+ ## 3.0.1
67
+
68
+ ### Patch Changes
69
+
70
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
71
+ Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
72
+ so that the packages link to back to the website and repository
73
+ - Updated dependencies
74
+ [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
75
+ - @graphcommerce/graphql@3.0.1
76
+ - @graphcommerce/image@3.0.1
77
+ - @graphcommerce/magento-cart@4.0.1
78
+ - @graphcommerce/magento-customer@4.0.1
79
+ - @graphcommerce/magento-product@4.0.1
80
+ - @graphcommerce/magento-store@4.0.1
81
+ - @graphcommerce/next-ui@4.0.1
82
+ - @graphcommerce/react-hook-form@3.0.1
83
+
3
84
  ## 3.0.0
4
85
 
5
86
  ### Major Changes
@@ -67,7 +67,7 @@ export default function EmailForm(props: EmailFormProps) {
67
67
  if (mode === 'signin') {
68
68
  endAdornment = (
69
69
  <Button color='secondary' style={{ whiteSpace: 'nowrap' }} onClick={() => setExpand(!expand)}>
70
- {expand ? <Trans>Close</Trans> : <Trans>Sign In</Trans>}
70
+ {expand ? <Trans>Close</Trans> : <Trans>Sign in</Trans>}
71
71
  </Button>
72
72
  )
73
73
  }
@@ -87,7 +87,7 @@ export default function EmailForm(props: EmailFormProps) {
87
87
  <form noValidate onSubmit={submit}>
88
88
  <FormRow>
89
89
  <Typography variant='h5' component='h2' gutterBottom>
90
- <Trans>Login or create an account</Trans>
90
+ <Trans>Log in or create an account</Trans>
91
91
  </Typography>
92
92
  </FormRow>
93
93
  <FormRow className={classes.formRow} sx={{ py: 0 }}>
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-cart-email",
3
- "version": "3.0.0",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "3.0.3",
4
6
  "sideEffects": false,
5
7
  "prettier": "@graphcommerce/prettier-config-pwa",
6
8
  "eslintConfig": {
@@ -10,20 +12,22 @@
10
12
  }
11
13
  },
12
14
  "devDependencies": {
13
- "@graphcommerce/eslint-config-pwa": "^4.0.0",
14
- "@graphcommerce/prettier-config-pwa": "^4.0.0",
15
- "@graphcommerce/typescript-config-pwa": "^4.0.0",
16
- "@playwright/test": "^1.18.1"
15
+ "@graphcommerce/eslint-config-pwa": "^4.0.3",
16
+ "@graphcommerce/prettier-config-pwa": "^4.0.2",
17
+ "@graphcommerce/typescript-config-pwa": "^4.0.2",
18
+ "@playwright/test": "^1.19.1"
17
19
  },
18
20
  "dependencies": {
19
- "@graphcommerce/graphql": "^3.0.0",
20
- "@graphcommerce/image": "^3.0.0",
21
- "@graphcommerce/magento-cart": "^4.0.0",
22
- "@graphcommerce/magento-customer": "^4.0.0",
23
- "@graphcommerce/magento-product": "^4.0.0",
24
- "@graphcommerce/magento-store": "^4.0.0",
25
- "@graphcommerce/next-ui": "^4.0.0",
26
- "@graphcommerce/react-hook-form": "^3.0.0",
21
+ "@graphcommerce/graphql": "^3.0.3",
22
+ "@graphcommerce/image": "^3.1.0",
23
+ "@graphcommerce/magento-cart": "^4.1.2",
24
+ "@graphcommerce/magento-customer": "^4.1.2",
25
+ "@graphcommerce/magento-product": "^4.0.3",
26
+ "@graphcommerce/magento-store": "^4.0.3",
27
+ "@graphcommerce/next-ui": "^4.1.2",
28
+ "@graphcommerce/react-hook-form": "^3.0.3"
29
+ },
30
+ "peerDependencies": {
27
31
  "@lingui/macro": "^3.13.2",
28
32
  "@mui/material": "^5.4.1",
29
33
  "framer-motion": "^6.2.4",