Skip to content

Commit e34062e

Browse files
chore: version packages (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8804c81 commit e34062e

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/warn-non-finite-values.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/number-flow-react-native/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# number-flow-react-native
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [`8804c81`](https://github.com/Rednegniw/number-flow-react-native/commit/8804c816b06adb86c48ac29ecd75807e63ae4589) Thanks [@Rednegniw](https://github.com/Rednegniw)! - Add dev-mode warnings when `value` is `NaN` or `Infinity`
8+
39
## 0.4.0
410

511
### Minor Changes

packages/number-flow-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "number-flow-react-native",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Beautiful number animations for React Native: digit-by-digit rolling counter, currency ticker, time display, and odometer with View-based and Skia renderers. Full Intl.NumberFormat support.",
55
"source": "./src/index.ts",
66
"main": "./lib/module/index.js",

0 commit comments

Comments
 (0)