From 9e2a274ded0692741d750679bad05937925472c5 Mon Sep 17 00:00:00 2001 From: HoonBaek Date: Tue, 23 Nov 2021 16:27:15 +0900 Subject: [PATCH] 2.5.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1132abf0d..6d038c2bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sendbird-uikit", - "version": "2.5.0-alpha", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sendbird-uikit", - "version": "2.5.0-alpha", + "version": "2.5.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "css-vars-ponyfill": "^2.3.2", diff --git a/package.json b/package.json index 25e31a14e..a3f08d609 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sendbird-uikit", - "version": "2.5.0-alpha", + "version": "2.5.0", "description": "React based UI kit for sendbird", "main": "release/index.js", "style": "release/dist/index.css",