From 876aa55c06bebba87641daded2e028c50d3b01ee Mon Sep 17 00:00:00 2001 From: HoonBaek Date: Thu, 22 Dec 2022 15:43:25 +0900 Subject: [PATCH] Release v3.3.3 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33133f3b7..3951475fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog - v3 +## [v3.3.3] (Dec 22 2022) +Fix: +* Change default value of the image compression rate to 70%(0.7) + ## [v3.3.2] (Dec 8 2022) Features: * Add props `renderTitle` to the component diff --git a/package-lock.json b/package-lock.json index f235f80b5..e418a9703 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sendbird/uikit-react", - "version": "3.3.2", + "version": "3.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sendbird/uikit-react", - "version": "3.3.2", + "version": "3.3.3", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@sendbird/chat": "^4.1.1", diff --git a/package.json b/package.json index 4ddac33b1..09cd2720c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react", - "version": "3.3.2", + "version": "3.3.3", "description": "React based UI kit for sendbird", "main": "dist/index.js", "style": "dist/index.css",