Skip to content

Commit

Permalink
chore: release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
little-buddy committed Sep 13, 2023
1 parent 10455e4 commit 69cfa11
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.6](https://github.com/little-buddy/react-native-mr-pullrefresh/compare/v0.2.5...v0.2.6) (2023-09-13)


### 🐛 Bug Fixes

* it will cant scroll when panGesture up in scrolling ([246411c](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/246411c441d043712931823622e226551bc6cfb8))
* up move fast, will up bottom ([337588f](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/337588f7b1c061bfd250d3e020969a3b9f126677))


### ⚡ Performance Improvements

* ⚡️ support web, but cant smooth swith state in web ([10455e4](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/10455e47a038827252bb6ae0f71ddd089a56b1d4))

## [0.2.5](https://github.com/little-buddy/react-native-mr-pullrefresh/compare/v0.2.4...v0.2.5) (2023-09-11)

🎸 Because of some mistake, it same as v0.2.4
Expand Down Expand Up @@ -70,4 +83,4 @@

### 🐛 Bug Fixes

* 🐛 gitRawCommitsOpts not work ([89711b9](https://github.com/little-buddy/react-native-mr-pullrefresh/commit/89711b9006866bd2c5c4dd7ed3d96235a54a5c8f))
* 🐛 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.2.5",
"version": "0.2.6",
"description": "react-native pull refresh on iOS, Android and Web",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 69cfa11

Please sign in to comment.