Skip to content

Commit 2d66e5f

Browse files
authored
Release v2.1.0 (#133)
1 parent 630f8ab commit 2d66e5f

File tree

2 files changed

+21
-26
lines changed

2 files changed

+21
-26
lines changed

package-lock.json

Lines changed: 18 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-autonumeric",
33
"description": "AutoNumeric-Powered React Components. AutoNumeric is a powerful library that automatically format numbers and currencies. React-AutoNumeric brings that power to React.",
4-
"version": "2.0.2",
4+
"version": "2.1.0",
55
"type": "module",
66
"browser": "dist/index.js",
77
"main": "dist/index.js",
@@ -42,8 +42,8 @@
4242
"autonumeric": "^4.10.7"
4343
},
4444
"peerDependencies": {
45-
"react": "^18.3.1 || ^19.0.0",
46-
"react-dom": "^18.3.1 || ^19.0.0"
45+
"react": "^18.3.2 || ^19.0.0",
46+
"react-dom": "^18.3.2 || ^19.0.0"
4747
},
4848
"devDependencies": {
4949
"@8hobbies/eslint-conf-baseline": "^6.0.0",

0 commit comments

Comments
 (0)