diff --git a/CHANGELOG.md b/CHANGELOG.md index 3951475fe..38df1cf8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog - v3 +## [v3.3.4] (Jan 6 2023) +Fix: +* Add the time stamp rendering case for before this year on the ChannelList +* Improve the message input security + * Possibility of XSS has been discovered + * Recommend to do a version up, if you are using UIKit version 3.0.0 or higher + ## [v3.3.3] (Dec 22 2022) Fix: * Change default value of the image compression rate to 70%(0.7) diff --git a/package-lock.json b/package-lock.json index e418a9703..67886725f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@sendbird/uikit-react", - "version": "3.3.3", + "version": "3.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sendbird/uikit-react", - "version": "3.3.3", + "version": "3.3.4", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@sendbird/chat": "^4.1.1", + "@sendbird/chat": "^4.2.3", "css-vars-ponyfill": "^2.3.2", "date-fns": "^2.16.1", "prop-types": "^15.7.2" @@ -4667,9 +4667,9 @@ } }, "node_modules/@sendbird/chat": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@sendbird/chat/-/chat-4.1.1.tgz", - "integrity": "sha512-V/p7OgfttnU6SswWnNjFuoNB+Hg99Cyym8lsFglQyVAc5uYjE7x0Z1ypUGuLDhUhbMwM9bVAvuL6elF8I0WQAQ==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@sendbird/chat/-/chat-4.2.3.tgz", + "integrity": "sha512-5+IgU/aOm9pnb5IqOCvPRZAW5b/yuyPAZgoj3anGnXWMRi+MJk+ovhka5W0cp3CPl4wUyODQkN8fbeR6jofNuQ==", "peerDependencies": { "@react-native-async-storage/async-storage": "^1.17.6" }, @@ -36754,9 +36754,9 @@ } }, "@sendbird/chat": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@sendbird/chat/-/chat-4.1.1.tgz", - "integrity": "sha512-V/p7OgfttnU6SswWnNjFuoNB+Hg99Cyym8lsFglQyVAc5uYjE7x0Z1ypUGuLDhUhbMwM9bVAvuL6elF8I0WQAQ==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@sendbird/chat/-/chat-4.2.3.tgz", + "integrity": "sha512-5+IgU/aOm9pnb5IqOCvPRZAW5b/yuyPAZgoj3anGnXWMRi+MJk+ovhka5W0cp3CPl4wUyODQkN8fbeR6jofNuQ==", "requires": {} }, "@sinclair/typebox": { diff --git a/package.json b/package.json index 09cd2720c..9469f9b57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react", - "version": "3.3.3", + "version": "3.3.4", "description": "React based UI kit for sendbird", "main": "dist/index.js", "style": "dist/index.css", @@ -49,7 +49,7 @@ "react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@sendbird/chat": "^4.1.1", + "@sendbird/chat": "^4.2.3", "css-vars-ponyfill": "^2.3.2", "date-fns": "^2.16.1", "prop-types": "^15.7.2"