Skip to content

Commit 56af9b6

Browse files
authored
feat: Update changelog and SDK version in the example app
1 parent 5d5f585 commit 56af9b6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.0.0] - 2024-03-26
5+
## 1.1.0
6+
This is an update to the package.
67

78
### Added
8-
9-
- React UI kit for managing and displaying in-app notification
9+
- Added support for custom delete icon and a flag to toggle the visibility of the delete icon.
10+
- Added functionality to display thumbnail URL previews for media content
11+
- Exposed Avatar click property.
12+
- Implemented specific error code mapping.
13+
- Enhanced style and theme customizations.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react": "^18.2.0",
77
"react-dom": "^18.2.0",
88
"react-scripts": "^5.0.1",
9-
"@sirenapp/react-inbox": "^1.0.0"
9+
"@sirenapp/react-inbox": "^1.1.0"
1010
},
1111
"scripts": {
1212
"dev": "PORT=9902 react-scripts start",

0 commit comments

Comments
 (0)