Skip to content

Commit 4c8fe6d

Browse files
committed
2.1.0
1 parent 94d8b9f commit 4c8fe6d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog of `@rescript-react-native/flash-list`
22

3+
## 2.1.0 - 2026-04-14
4+
5+
- update `rescript-react-native` and adapt to `NativeElement` change @freddy03h
6+
37
## 2.0.0 - 2025-11-07
48

59
- flash-list v2 by @freddy03h

package-lock.json

Lines changed: 2 additions & 2 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rescript-react-native/flash-list",
33
"description": "ReScript bindings for @shopify/flash-list",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -17,7 +17,8 @@
1717
"license": "MIT",
1818
"keywords": [
1919
"rescript",
20-
"react-native"
20+
"react-native",
21+
"flash-list"
2122
],
2223
"files": [
2324
"*.md",

0 commit comments

Comments
 (0)