@graphcommerce/magento-customer 4.2.0 → 4.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1397](https://github.com/graphcommerce-org/graphcommerce/pull/1397) [`4169b8c68`](https://github.com/graphcommerce-org/graphcommerce/commit/4169b8c686f682ff6e981b029f13abd87fd5f52a) Thanks [@FrankHarland](https://github.com/FrankHarland)! - fix: if recent order images > 1, images now actually show
8
+
9
+ ## 4.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`3c801f45c`](https://github.com/graphcommerce-org/graphcommerce/commit/3c801f45c7df55131acf30ae2fe0d2344830d480), [`3192fab82`](https://github.com/graphcommerce-org/graphcommerce/commit/3192fab82560e2211dfcacadc3b0b305260527d8), [`104abd14e`](https://github.com/graphcommerce-org/graphcommerce/commit/104abd14e1585ef0d8de77937d25156b8fa1e201), [`0e425e85e`](https://github.com/graphcommerce-org/graphcommerce/commit/0e425e85ee8fed280349317ee0440c7bceea5823), [`2a125b1f9`](https://github.com/graphcommerce-org/graphcommerce/commit/2a125b1f98bb9272d96c3577f21d6c984caad892), [`8a354d1cd`](https://github.com/graphcommerce-org/graphcommerce/commit/8a354d1cd4757497ddfc9b1969a0addbc8ff616b)]:
14
+ - @graphcommerce/next-ui@4.6.0
15
+ - @graphcommerce/react-hook-form@3.1.0
16
+ - @graphcommerce/image@3.1.4
17
+ - @graphcommerce/ecommerce-ui@1.0.6
18
+ - @graphcommerce/magento-store@4.1.6
19
+
20
+ ## 4.2.1
21
+
22
+ ### Patch Changes
23
+
24
+ - [#1378](https://github.com/graphcommerce-org/graphcommerce/pull/1378) [`b610a6e40`](https://github.com/graphcommerce-org/graphcommerce/commit/b610a6e4049e8c9e8b5d2aeff31b8e1bfc24abe5) Thanks [@paales](https://github.com/paales)! - Pin all versions internally so we can’t end up in an unfixable state for the user
25
+
26
+ - Updated dependencies [[`b610a6e40`](https://github.com/graphcommerce-org/graphcommerce/commit/b610a6e4049e8c9e8b5d2aeff31b8e1bfc24abe5), [`22ff9df16`](https://github.com/graphcommerce-org/graphcommerce/commit/22ff9df1677742ae8e07d9b7e5b12fbb487580dc)]:
27
+ - @graphcommerce/ecommerce-ui@1.0.5
28
+ - @graphcommerce/graphql@3.0.7
29
+ - @graphcommerce/image@3.1.3
30
+ - @graphcommerce/magento-graphql@3.0.6
31
+ - @graphcommerce/magento-store@4.1.5
32
+ - @graphcommerce/next-ui@4.5.1
33
+ - @graphcommerce/react-hook-form@3.0.7
34
+
3
35
  ## 4.2.0
4
36
 
5
37
  ### Minor Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-customer",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.2.0",
5
+ "version": "4.2.3",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,25 +12,25 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^4.1.3",
15
+ "@graphcommerce/eslint-config-pwa": "^4.1.4",
16
16
  "@graphcommerce/prettier-config-pwa": "^4.0.5",
17
17
  "@graphcommerce/typescript-config-pwa": "^4.0.2",
18
18
  "@playwright/test": "^1.20.1"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/ecommerce-ui": "^1.0.4",
22
- "@graphcommerce/graphql": "^3.0.6",
23
- "@graphcommerce/image": "^3.1.2",
24
- "@graphcommerce/magento-graphql": "^3.0.5",
25
- "@graphcommerce/magento-store": "^4.1.4",
26
- "@graphcommerce/next-ui": "^4.5.0",
27
- "@graphcommerce/react-hook-form": "^3.0.6"
21
+ "@graphcommerce/ecommerce-ui": "1.0.6",
22
+ "@graphcommerce/graphql": "3.0.7",
23
+ "@graphcommerce/image": "3.1.4",
24
+ "@graphcommerce/magento-graphql": "3.0.6",
25
+ "@graphcommerce/magento-store": "4.1.6",
26
+ "@graphcommerce/next-ui": "4.6.0",
27
+ "@graphcommerce/react-hook-form": "3.1.0"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@lingui/macro": "^3.13.2",
31
- "@mui/material": "^5.4.1",
31
+ "@mui/material": "5.5.3",
32
32
  "framer-motion": "^6.2.4",
33
- "next": "^12.0.10",
33
+ "next": "12.1.2",
34
34
  "react": "^17.0.2",
35
35
  "react-dom": "^17.0.2"
36
36
  }