@graphcommerce/magento-cart-email 3.0.45 → 3.0.48

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +10 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.48
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b40a352f7`](https://github.com/graphcommerce-org/graphcommerce/commit/b40a352f7bccdb831dce1d45baf98d51b0921d58), [`04708dacc`](https://github.com/graphcommerce-org/graphcommerce/commit/04708daccc213c6ea927bc67fa3bd0d5b1fad619), [`bb94e7045`](https://github.com/graphcommerce-org/graphcommerce/commit/bb94e7045460cb671c45d612a0833731d7c20c30), [`b0dc4e2e1`](https://github.com/graphcommerce-org/graphcommerce/commit/b0dc4e2e1982d502d38dd50a0f493396360a7a15), [`4a5286dfe`](https://github.com/graphcommerce-org/graphcommerce/commit/4a5286dfeaa1719e594a0078f274fbab53969c4e), [`0ad5159eb`](https://github.com/graphcommerce-org/graphcommerce/commit/0ad5159ebef54b4ce7fee6f71b4bf710dba9ef8e), [`40983df17`](https://github.com/graphcommerce-org/graphcommerce/commit/40983df170ed0435c47496285dfe30aafeb2eeac), [`d46d5ed0c`](https://github.com/graphcommerce-org/graphcommerce/commit/d46d5ed0cc5794391b7527fc17bbb68ec2212e33), [`e573278e4`](https://github.com/graphcommerce-org/graphcommerce/commit/e573278e43506a6b17a2981e61d0e9fad41eb2eb), [`5f781a217`](https://github.com/graphcommerce-org/graphcommerce/commit/5f781a217ce63ed56bc1a9983487b04400a8a315), [`ec96a0eb0`](https://github.com/graphcommerce-org/graphcommerce/commit/ec96a0eb049ee2204f32f9c578455cf9c131dbd2), [`ac6eedbb1`](https://github.com/graphcommerce-org/graphcommerce/commit/ac6eedbb14d3abd8cf1231a98dc2a8b7f4659f1f)]:
8
+ - @graphcommerce/magento-product@4.5.0
9
+ - @graphcommerce/next-ui@4.22.0
10
+ - @graphcommerce/ecommerce-ui@1.2.0
11
+ - @graphcommerce/magento-customer@4.10.0
12
+ - @graphcommerce/magento-cart@4.7.0
13
+ - @graphcommerce/magento-store@4.2.28
14
+ - @graphcommerce/graphql@3.4.7
15
+ - @graphcommerce/image@3.1.9
16
+
17
+ ## 3.0.47
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`1f7ee6f6c`](https://github.com/graphcommerce-org/graphcommerce/commit/1f7ee6f6cfb28544439ed36e10929ac530d1b2b7), [`707dbc73d`](https://github.com/graphcommerce-org/graphcommerce/commit/707dbc73d181204d88fdbbd2e09340e25b2b5f7b)]:
22
+ - @graphcommerce/next-ui@4.21.0
23
+ - @graphcommerce/graphql@3.4.6
24
+ - @graphcommerce/magento-cart@4.6.9
25
+ - @graphcommerce/magento-customer@4.9.5
26
+ - @graphcommerce/magento-product@4.4.25
27
+ - @graphcommerce/magento-store@4.2.27
28
+ - @graphcommerce/image@3.1.8
29
+
30
+ ## 3.0.46
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [[`43822fd61`](https://github.com/graphcommerce-org/graphcommerce/commit/43822fd61c949215b8ddce9fb37d09f29b638426), [`3a619b70d`](https://github.com/graphcommerce-org/graphcommerce/commit/3a619b70d082804b8de46a8e8232f9431479a8b7), [`3a619b70d`](https://github.com/graphcommerce-org/graphcommerce/commit/3a619b70d082804b8de46a8e8232f9431479a8b7)]:
35
+ - @graphcommerce/next-ui@4.20.0
36
+ - @graphcommerce/magento-customer@4.9.4
37
+ - @graphcommerce/magento-cart@4.6.8
38
+ - @graphcommerce/magento-product@4.4.24
39
+ - @graphcommerce/magento-store@4.2.26
40
+
3
41
  ## 3.0.45
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-email",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.0.45",
5
+ "version": "3.0.48",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,19 +12,20 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^4.1.9",
15
+ "@graphcommerce/eslint-config-pwa": "^4.1.10",
16
16
  "@graphcommerce/prettier-config-pwa": "^4.0.6",
17
17
  "@graphcommerce/typescript-config-pwa": "^4.0.4",
18
18
  "@playwright/test": "^1.21.1"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/graphql": "3.4.5",
22
- "@graphcommerce/image": "3.1.7",
23
- "@graphcommerce/magento-cart": "4.6.7",
24
- "@graphcommerce/magento-customer": "4.9.3",
25
- "@graphcommerce/magento-product": "4.4.23",
26
- "@graphcommerce/magento-store": "4.2.25",
27
- "@graphcommerce/next-ui": "4.19.0",
21
+ "@graphcommerce/ecommerce-ui": "1.2.0",
22
+ "@graphcommerce/graphql": "3.4.7",
23
+ "@graphcommerce/image": "3.1.9",
24
+ "@graphcommerce/magento-cart": "4.7.0",
25
+ "@graphcommerce/magento-customer": "4.10.0",
26
+ "@graphcommerce/magento-product": "4.5.0",
27
+ "@graphcommerce/magento-store": "4.2.28",
28
+ "@graphcommerce/next-ui": "4.22.0",
28
29
  "@graphcommerce/react-hook-form": "3.3.2"
29
30
  },
30
31
  "peerDependencies": {