@graphcommerce/ecommerce-ui 5.1.0-canary.8 → 5.1.0

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 +21 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @graphcommerce/ecommerce-ui
2
2
 
3
+ ## 5.1.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1745](https://github.com/graphcommerce-org/graphcommerce/pull/1745) [`b1444b933`](https://github.com/graphcommerce-org/graphcommerce/commit/b1444b9336107d3ac111563f9b62a884f1b26a8d) - Bring password reset page more in line with standard forms, add missing translations. ([@github-actions](https://github.com/apps/github-actions))
8
+
9
+ - [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`2a6a4d9ec`](https://github.com/graphcommerce-org/graphcommerce/commit/2a6a4d9ecfa1b58a66ba9b9d00016d6feda9aa95) - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.
10
+
11
+ - Updated the @mui/material package
12
+ - Removed dependencies on react-hook-form-mui and @playwright/test
13
+ - Upgraded dependencies including type-fest and graphql-mesh
14
+ - Solved peer dependency issues ([@paales](https://github.com/paales))
15
+
16
+ - [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`56d950ba3`](https://github.com/graphcommerce-org/graphcommerce/commit/56d950ba3d31828467b34f7e163586b628567a43) - Removed dependency on react-hook-form-mui ([@paales](https://github.com/paales))
17
+
18
+ ## 5.1.0-canary.11
19
+
20
+ ## 5.1.0-canary.10
21
+
22
+ ## 5.1.0-canary.9
23
+
3
24
  ## 5.1.0-canary.8
4
25
 
5
26
  ## 5.1.0-canary.7
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/ecommerce-ui",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "5.1.0-canary.8",
5
+ "version": "5.1.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,14 +12,14 @@
12
12
  }
13
13
  },
14
14
  "dependencies": {
15
- "@graphcommerce/graphql": "5.1.0-canary.8",
16
- "@graphcommerce/next-ui": "5.1.0-canary.8",
17
- "@graphcommerce/react-hook-form": "5.1.0-canary.8"
15
+ "@graphcommerce/graphql": "5.1.0",
16
+ "@graphcommerce/next-ui": "5.1.0",
17
+ "@graphcommerce/react-hook-form": "5.1.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@graphcommerce/eslint-config-pwa": "5.1.0-canary.8",
21
- "@graphcommerce/prettier-config-pwa": "5.1.0-canary.8",
22
- "@graphcommerce/typescript-config-pwa": "5.1.0-canary.8"
20
+ "@graphcommerce/eslint-config-pwa": "5.1.0",
21
+ "@graphcommerce/prettier-config-pwa": "5.1.0",
22
+ "@graphcommerce/typescript-config-pwa": "5.1.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@lingui/core": "^3.13.2",