We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49102bf commit 927f220Copy full SHA for 927f220
.vscode/settings.json
@@ -16,7 +16,8 @@
16
"titleBar.inactiveForeground": "#15202b99",
17
"sash.hoverBorder": "#fbed80",
18
"statusBarItem.remoteBackground": "#f9e64f",
19
- "statusBarItem.remoteForeground": "#15202b"
+ "statusBarItem.remoteForeground": "#15202b",
20
+ "commandCenter.border": "#15202b99"
21
},
22
"peacock.color": "#f9e64f"
23
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-animated-numbers",
3
- "version": "0.13.0",
+ "version": "0.14.0",
4
"description": "Library showing animation of number changes in react.js",
5
"main": "./dist/index.js",
6
"files": [
0 commit comments