Skip to content

Commit 28a875a

Browse files
committed
chore: release 0.22.0
1 parent 7ca6e3d commit 28a875a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
# [0.22.0](https://github.com/gunnartorfis/sonner-native/compare/v0.21.2...v0.22.0) (2025-12-17)
4+
5+
6+
### Features
7+
8+
* add backgroundComponent prop for custom toast backgrounds ([b2940c5](https://github.com/gunnartorfis/sonner-native/commit/b2940c527e96c858ef3397e2e523c47776916fb5))
9+
* allow variant-specific default styles in Toaster ([96d9bed](https://github.com/gunnartorfis/sonner-native/commit/96d9bedb33d9d199e28a2ad1617b2bde6d21e54e))
10+
311
## [0.21.2](https://github.com/gunnartorfis/sonner-native/compare/v0.21.1...v0.21.2) (2025-12-01)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sonner-native",
3-
"version": "0.21.2",
3+
"version": "0.22.0",
44
"description": "An opinionated toast component for React Native. A port of @emilkowalski's sonner.",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)