@graphcommerce/magento-cart-items 3.0.1 → 3.0.4

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,81 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1292](https://github.com/ho-nl/m2-pwa/pull/1292)
8
+ [`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0)
9
+ Thanks [@paales](https://github.com/paales)! - Renamed SvgIcon to IconSvg to prevent collisions
10
+ with MUI
11
+
12
+ - Updated dependencies
13
+ [[`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0),
14
+ [`990df655b`](https://github.com/ho-nl/m2-pwa/commit/990df655b73b469718d6cb5837ee65dfe2ad6a1d),
15
+ [`63f9b56eb`](https://github.com/ho-nl/m2-pwa/commit/63f9b56eb68ba790567ff1427e599fd2c3c8f1ee)]:
16
+ - @graphcommerce/magento-cart@4.1.3
17
+ - @graphcommerce/magento-customer@4.1.3
18
+ - @graphcommerce/magento-product@4.0.5
19
+ - @graphcommerce/next-ui@4.2.0
20
+
21
+ ## 3.0.3
22
+
23
+ ### Patch Changes
24
+
25
+ - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
26
+ Thanks [@paales](https://github.com/paales)! - made packages public
27
+
28
+ - Updated dependencies
29
+ [[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96),
30
+ [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20),
31
+ [`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d),
32
+ [`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
33
+ - @graphcommerce/graphql@3.0.3
34
+ - @graphcommerce/image@3.1.0
35
+ - @graphcommerce/magento-cart@4.1.2
36
+ - @graphcommerce/magento-customer@4.1.2
37
+ - @graphcommerce/magento-product@4.0.3
38
+ - @graphcommerce/magento-store@4.0.3
39
+ - @graphcommerce/next-ui@4.1.2
40
+ - @graphcommerce/react-hook-form@3.0.3
41
+
42
+ ## 3.0.2
43
+
44
+ ### Patch Changes
45
+
46
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
47
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
48
+ Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
49
+ `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
50
+ duplicate packages in the node_modules folders.
51
+
52
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
53
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
54
+ Thanks [@paales](https://github.com/paales)! - Upgraded to
55
+ [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
56
+ implementing
57
+ [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
58
+ soon.
59
+
60
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
61
+ frontend to be able to revalidate pages manually.
62
+
63
+ * Updated dependencies
64
+ [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
65
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
66
+ [`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
67
+ [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
68
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
69
+ [`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
70
+ - @graphcommerce/magento-cart@4.1.1
71
+ - @graphcommerce/magento-customer@4.1.1
72
+ - @graphcommerce/next-ui@4.1.1
73
+ - @graphcommerce/react-hook-form@3.0.2
74
+ - @graphcommerce/graphql@3.0.2
75
+ - @graphcommerce/image@3.0.2
76
+ - @graphcommerce/magento-product@4.0.2
77
+ - @graphcommerce/magento-store@4.0.2
78
+
3
79
  ## 3.0.1
4
80
 
5
81
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  import { ApolloCartErrorSnackbar, useFormGqlMutationCart } from '@graphcommerce/magento-cart'
2
- import { iconClose, SvgIcon } from '@graphcommerce/next-ui'
2
+ import { iconClose, IconSvg } from '@graphcommerce/next-ui'
3
3
  import { t } from '@lingui/macro'
4
4
  import { Fab, SxProps, Theme, styled } from '@mui/material'
5
5
  import {
@@ -26,7 +26,7 @@ export default function RemoveItemFromCartFab(props: RemoveItemFromCartProps) {
26
26
  type='submit'
27
27
  disabled={formState.isSubmitting}
28
28
  >
29
- <SvgIcon src={iconClose} />
29
+ <IconSvg src={iconClose} />
30
30
  </Fab>
31
31
  <ApolloCartErrorSnackbar error={error} />
32
32
  </Form>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-items",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.0.1",
5
+ "version": "3.0.4",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,20 +12,22 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^4.0.1",
16
- "@graphcommerce/prettier-config-pwa": "^4.0.1",
17
- "@graphcommerce/typescript-config-pwa": "^4.0.1",
18
- "@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"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/graphql": "^3.0.1",
22
- "@graphcommerce/image": "^3.0.1",
23
- "@graphcommerce/magento-cart": "^4.0.1",
24
- "@graphcommerce/magento-customer": "^4.0.1",
25
- "@graphcommerce/magento-product": "^4.0.1",
26
- "@graphcommerce/magento-store": "^4.0.1",
27
- "@graphcommerce/next-ui": "^4.0.1",
28
- "@graphcommerce/react-hook-form": "^3.0.1",
21
+ "@graphcommerce/graphql": "^3.0.3",
22
+ "@graphcommerce/image": "^3.1.0",
23
+ "@graphcommerce/magento-cart": "^4.1.3",
24
+ "@graphcommerce/magento-customer": "^4.1.3",
25
+ "@graphcommerce/magento-product": "^4.0.5",
26
+ "@graphcommerce/magento-store": "^4.0.3",
27
+ "@graphcommerce/next-ui": "^4.2.0",
28
+ "@graphcommerce/react-hook-form": "^3.0.3"
29
+ },
30
+ "peerDependencies": {
29
31
  "@lingui/macro": "^3.13.2",
30
32
  "@mui/material": "^5.4.1",
31
33
  "framer-motion": "^6.2.4",