Skip to content

Commit

Permalink
chore: release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnartorfis committed Sep 10, 2024
1 parent 5d3cdb1 commit 3f0a789
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.9.2](https://github.com/gunnartorfis/sonner-native/compare/v0.9.1...v0.9.2) (2024-09-10)


### Bug Fixes

* custom icons not rendering with <CssInterop.xx /> ([c7f281d](https://github.com/gunnartorfis/sonner-native/commit/c7f281dad5539ecaffee55066c7112c5c4198331))
* theme was not used when passed to Toaster ([34904f5](https://github.com/gunnartorfis/sonner-native/commit/34904f56403ba39bef0857c041928f255f882260))

## [0.9.1](https://github.com/gunnartorfis/sonner-native/compare/v0.9.0...v0.9.1) (2024-09-09)


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.9.1",
"version": "0.9.2",
"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 3f0a789

Please sign in to comment.