Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit d0fa898

Browse files
committed
1.0.8
1 parent fe7a280 commit d0fa898

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agora-react-uikit",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "A React based UIKit for the Agora Web SDK",
55
"author": "EkaanshArora",
66
"license": "MIT",

src/RTMConfigure.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ const RtmConfigure = (props: any) => {
201201
uikit: {
202202
platform: 'web',
203203
framework: 'react',
204-
version: '0.1.0'
204+
version: '1.0.8'
205205
},
206206
agora: {
207207
rtm: AgoraRTM.VERSION,

web-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "agora-react-web-uikit",
33
"description": "Agora React Web UIKit wrapped in a web component to use outside of React",
4-
"version": "1.0.0",
4+
"version": "1.0.8",
55
"author": "",
66
"license": "MIT",
77
"keywords": [

0 commit comments

Comments
 (0)