Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Era360 committed Oct 22, 2024
2 parents b35f0ab + 4ad5aa2 commit ee1704e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# 0.5.0
* 📦 chore(deps): updated react-sarufi-chatbox package

* 🔧 fix: missing datepicker file
# 0.4.9
* ✨ feat: initial new design implementation

* 🔧 fix: fixed removed media messages

* 🪄 feat: initial audio recording implementation

* 🔧 fix: minor fixes

* ♻️ revert: commented out new features

- audio recording
- uploading media to chat

* 🪄 feat: displaying chat bubble information

* ✨ feat: storing chatid even after closing browser

re-creates new chat id when closing the chat bubble

* release: 🏗️ build: created build scripts and styles for deployment

refactor: updated types location
# 0.4.8
* fix: solving the cut-off issue

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": "react-sarufi-chatbox",
"version": "0.4.8",
"version": "0.5.0",
"description": "",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down

0 comments on commit ee1704e

Please sign in to comment.