Skip to content

Commit a3f2946

Browse files
committed
BA-2357: Increase version number
1 parent 6276949 commit a3f2946

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/authentication/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @baseapp-frontend/authentication
22

3+
## 4.1.8
4+
5+
### Patch changes
6+
7+
- Enhanced the registration process to support separate first and last name inputs, improving user profile detail.
8+
- Introduced a configurable option that allows toggling between separate name fields and a consolidated name field.
9+
- Updated form validation to ensure correct input for the revised registration fields.
10+
311
## 4.1.7
412

513
### Patch Changes

packages/authentication/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@baseapp-frontend/authentication",
33
"description": "Authentication modules.",
4-
"version": "4.1.7",
4+
"version": "4.1.8",
55
"main": "./index.ts",
66
"types": "dist/index.d.ts",
77
"sideEffects": false,

0 commit comments

Comments
 (0)