@bloom-housing/ui-components 5.0.1-alpha.27 → 5.0.1-alpha.28

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.1-alpha.28](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.27...@bloom-housing/ui-components@5.0.1-alpha.28) (2022-07-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fix password confirmation validation in the reset password form ([23064fe](https://github.com/bloom-housing/bloom/commit/23064fe8135ee9f531bac41b1b1f7e0ce771905a))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [5.0.1-alpha.27](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.26...@bloom-housing/ui-components@5.0.1-alpha.27) (2022-07-26)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloom-housing/ui-components",
3
- "version": "5.0.1-alpha.27",
3
+ "version": "5.0.1-alpha.28",
4
4
  "author": "Sean Albert <sean.albert@exygy.com>",
5
5
  "description": "Shared user interface components for Bloom affordable housing system",
6
6
  "homepage": "https://github.com/bloom-housing/bloom/tree/master/shared/ui-components",
@@ -111,5 +111,5 @@
111
111
  "ts-jest": "^26.4.1",
112
112
  "typesafe-actions": "^5.1.0"
113
113
  },
114
- "gitHead": "0fffe5e18b1076548055017222e4e32394d50440"
114
+ "gitHead": "4d6e24c75f9425710bb75eb2a43d677df7a15cd9"
115
115
  }
@@ -485,6 +485,8 @@
485
485
  "authentication.createAccount.resendAnEmailTo": "Resend an email to",
486
486
  "authentication.createAccount.resendEmailInfo": "Please click on the link in the email we send you within 24 hours in order to complete account creation.",
487
487
  "authentication.createAccount.resendTheEmail": "Resend the email",
488
+ "authentication.forgotPassword.passwordConfirmation": "Password Confirmation",
489
+ "authentication.forgotPassword.enterNewLoginPassword": "Please enter new login password",
488
490
  "authentication.forgotPassword.changePassword": "Change Password",
489
491
  "authentication.forgotPassword.errors.emailNotFound": "Email not found. Please make sure your email has an account with us and is confirmed.",
490
492
  "authentication.forgotPassword.errors.tokenExpired": "Reset password token expired. Please request for a new one.",