Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.3 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-beta.3](v3.0.0-beta.2...v3.0.0-beta.3) (2020-12-06)

### Features

* renamed precision to decimalScale ([c545b78](c545b78))
* renamed turnOffAbbreviations to disableAbbreviations ([7751a43](7751a43))
* renamed turnOffSeparators to disableGroupSeparators ([b16f577](b16f577))

### BREAKING CHANGES

* Renamed "turnOffAbbreviations" to "disableAbbreviations"
* Renamed "turnOffSeparators" to "disableGroupSeparators"
* renamed precision to decimalScale
  • Loading branch information
semantic-release-bot committed Dec 6, 2020
1 parent 7751a43 commit e7674f3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.0.0-beta.3](https://github.com/cchanxzy/react-currency-input-field/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2020-12-06)


### Features

* renamed precision to decimalScale ([c545b78](https://github.com/cchanxzy/react-currency-input-field/commit/c545b780815bff7c98c66e527f3f3f4a1cc8ee67))
* renamed turnOffAbbreviations to disableAbbreviations ([7751a43](https://github.com/cchanxzy/react-currency-input-field/commit/7751a4386baee5554aa030839d1cdc0f3750f360))
* renamed turnOffSeparators to disableGroupSeparators ([b16f577](https://github.com/cchanxzy/react-currency-input-field/commit/b16f577e29646e2fba9db370fb4eda2c73ae632e))


### BREAKING CHANGES

* Renamed "turnOffAbbreviations" to "disableAbbreviations"
* Renamed "turnOffSeparators" to "disableGroupSeparators"
* renamed precision to decimalScale

# [3.0.0-beta.2](https://github.com/cchanxzy/react-currency-input-field/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2020-12-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-currency-input-field",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "React <input /> component for formatting currency and numbers.",
"files": [
"dist/**/*"
Expand Down

0 comments on commit e7674f3

Please sign in to comment.