Skip to content

Commit 25a5627

Browse files
chore(release): 4.0.0-alpha.3 [skip ci]
# [4.0.0-alpha.3](v4.0.0-alpha.2...v4.0.0-alpha.3) (2025-02-22) ### Bug Fixes * add react 19 as peer dependency ([396d57b](396d57b)), closes [#380](#380) * handle cases where decimalSeparator is empty ([#385](#385)) ([656e5c2](656e5c2)) ### Features * intlConfig support all NumberFormatOptions ([#386](#386)) ([0b84349](0b84349)) * merge changes in main into alpha branch ([6985156](6985156))
1 parent 6985156 commit 25a5627

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [4.0.0-alpha.3](https://github.com/cchanxzy/react-currency-input-field/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2025-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* add react 19 as peer dependency ([396d57b](https://github.com/cchanxzy/react-currency-input-field/commit/396d57b638c6419c4997e267f176a7d0b5c6bd92)), closes [#380](https://github.com/cchanxzy/react-currency-input-field/issues/380)
7+
* handle cases where decimalSeparator is empty ([#385](https://github.com/cchanxzy/react-currency-input-field/issues/385)) ([656e5c2](https://github.com/cchanxzy/react-currency-input-field/commit/656e5c2e1407a36ecf26d5fc3c7e8f0037436ef6))
8+
9+
10+
### Features
11+
12+
* intlConfig support all NumberFormatOptions ([#386](https://github.com/cchanxzy/react-currency-input-field/issues/386)) ([0b84349](https://github.com/cchanxzy/react-currency-input-field/commit/0b8434938769109a9073eec840d08a48e03e000c))
13+
* merge changes in main into alpha branch ([6985156](https://github.com/cchanxzy/react-currency-input-field/commit/6985156a88577e8a891cdcd7bb9b8e4270d448b5))
14+
115
# [3.10.0](https://github.com/cchanxzy/react-currency-input-field/compare/v3.9.2...v3.10.0) (2025-02-22)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-currency-input-field",
3-
"version": "4.0.0-alpha.2",
3+
"version": "4.0.0-alpha.3",
44
"description": "React <input/> component for formatting currency and numbers.",
55
"sideEffects": false,
66
"files": [

0 commit comments

Comments
 (0)