Skip to content

Commit

Permalink
chore: release 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnartorfis committed Nov 19, 2024
1 parent 9b05d26 commit b7fe21e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [0.16.1](https://github.com/gunnartorfis/sonner-native/compare/v0.16.0...v0.16.1) (2024-11-19)


### Bug Fixes

* custom jsx component breaks animation ([fab7d6f](https://github.com/gunnartorfis/sonner-native/commit/fab7d6f77b5b058c0940069d5059dc07007fc612))
* render custom jsx in if block and use ToastSwipeHandler with memoized props ([61e5ead](https://github.com/gunnartorfis/sonner-native/commit/61e5ead8c34631cca7aa9233b06f50049193792d))

# [0.16.0](https://github.com/gunnartorfis/sonner-native/compare/v0.16.0-beta.0...v0.16.0) (2024-11-05)

# [0.16.0-beta.0](https://github.com/gunnartorfis/sonner-native/compare/v0.15.0...v0.16.0-beta.0) (2024-10-27)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sonner-native",
"version": "0.16.0",
"version": "0.16.1",
"description": "An opinionated toast component for React Native. A port of @emilkowalski's sonner.",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down

0 comments on commit b7fe21e

Please sign in to comment.