Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
little-buddy committed Sep 7, 2023
1 parent 20be41b commit c39c4fa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 0.1.0 (2023-09-07)


### 🎸 Features

* add InlineLoadMore Component ([062e135](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/062e135414a3691bf81696ae9e838ee139520a58))
* loading will disabled touch ([2df1773](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/2df17736f5ead3a8534cfcfe6b5064b19c481c19))
* only support Animated.ScrollView & Animated.FlatList ([b7d7aae](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/b7d7aae44591a4a800ebce13814eaabd964674c0))
* support android now ([0c96b3b](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/0c96b3be5fbca491296b707b4c205dca1feda4f6))
* support lottie animation ([eb0f102](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/eb0f10216dde0ed997f700c4658d83d4fe4158ba))
* use like iOS spring ([15a1468](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/15a1468dbec1756171cee6f4e86be6c84d026c51))


### 🐛 Bug Fixes

* 🐛 gitRawCommitsOpts not work ([89711b9](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/89711b9006866bd2c5c4dd7ed3d96235a54a5c8f))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-mr-pullrefresh",
"version": "0.0.0",
"version": "0.1.0",
"description": "react-native pull refresh on iOS, Android and Web",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit c39c4fa

Please sign in to comment.