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

Commit ac8fc0b

Browse files
committed
v0.0.1
1 parent 38a3bec commit ac8fc0b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Getting started
88
### Requirements
9-
- [An Agora developer account](https://sso.agora.io/en/signup?utm_source=github&utm_repo=Agora-React-Web-UIKit)
9+
- [An Agora developer account](https://sso.agora.io/en/signup?utm_source=github&utm_repo=Web-React-UIKit)
1010
- A React project
1111

1212
You can also use the UIKit outside a React project (for example in a vanilla-js project) using web-components. Find out more in the `/web-component` directory.

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": "0.0.0",
3+
"version": "0.0.1",
44
"description": "A React based UIKit for the Agora Web SDK",
55
"author": "EkaanshArora",
66
"license": "MIT",

web-component/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.

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": "0.0.1",
55
"author": "",
66
"license": "MIT",
77
"keywords": [

0 commit comments

Comments
 (0)