@graphcommerce/magento-product 4.3.3 → 4.3.6

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,32 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`cf575395c`](https://github.com/graphcommerce-org/graphcommerce/commit/cf575395c16e9c571f75d4563004c3018a29aeaa)]:
8
+ - @graphcommerce/magento-cart@4.3.0
9
+
10
+ ## 4.3.5
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1468](https://github.com/graphcommerce-org/graphcommerce/pull/1468) [`c6a62a338`](https://github.com/graphcommerce-org/graphcommerce/commit/c6a62a338abf8af83d3a6eb7ed796586009910ca) Thanks [@timhofman](https://github.com/timhofman)! - product name missing in cart feedback on simple product pages
15
+
16
+ - Updated dependencies [[`0363b9671`](https://github.com/graphcommerce-org/graphcommerce/commit/0363b9671db7c2932321d97faf6f1eb385238397), [`3ac90b57c`](https://github.com/graphcommerce-org/graphcommerce/commit/3ac90b57c68b96f9d81771d6664ed9435a28fc1d), [`ed2b67a06`](https://github.com/graphcommerce-org/graphcommerce/commit/ed2b67a0618d9db97e79ed2a8226e0ae12403943)]:
17
+ - @graphcommerce/next-ui@4.8.0
18
+ - @graphcommerce/magento-cart@4.2.15
19
+ - @graphcommerce/framer-scroller@2.1.11
20
+ - @graphcommerce/magento-store@4.2.4
21
+
22
+ ## 4.3.4
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [[`c30893857`](https://github.com/graphcommerce-org/graphcommerce/commit/c3089385791291e812a48c2691a39a2325ee0439)]:
27
+ - @graphcommerce/magento-store@4.2.3
28
+ - @graphcommerce/magento-cart@4.2.14
29
+
3
30
  ## 4.3.3
4
31
 
5
32
  ### Patch Changes
@@ -133,6 +133,7 @@ export function ProductAddToCart(
133
133
  <Trans
134
134
  id='<0>{name}</0> has been added to your shopping cart!'
135
135
  components={{ 0: <strong /> }}
136
+ values={{ name }}
136
137
  />
137
138
  </MessageSnackbar>
138
139
  </Box>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.3.3",
5
+ "version": "4.3.6",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -19,13 +19,13 @@
19
19
  "type-fest": "^2.12.2"
20
20
  },
21
21
  "dependencies": {
22
- "@graphcommerce/framer-scroller": "2.1.10",
22
+ "@graphcommerce/framer-scroller": "2.1.11",
23
23
  "@graphcommerce/graphql": "3.1.3",
24
24
  "@graphcommerce/graphql-mesh": "4.1.3",
25
25
  "@graphcommerce/image": "3.1.5",
26
- "@graphcommerce/magento-cart": "4.2.13",
27
- "@graphcommerce/magento-store": "4.2.2",
28
- "@graphcommerce/next-ui": "4.7.2",
26
+ "@graphcommerce/magento-cart": "4.3.0",
27
+ "@graphcommerce/magento-store": "4.2.4",
28
+ "@graphcommerce/next-ui": "4.8.0",
29
29
  "schema-dts": "^1.1.0"
30
30
  },
31
31
  "peerDependencies": {