Skip to content

Commit 24c01d7

Browse files
authored
Release: [v3.0.0] (July 12 2022) (#211)
Features: * Support `modules` and `components` in the UIKit * Upgraded to `@sendbird/chat@4` * Support react 18 * See the Migration Guide for Converting V2 to V3. [MIGRATION_v2-to-v3.md] * See more details and breaking changes. [CHANGELOG.md]
1 parent 3a06dc9 commit 24c01d7

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog - v3
22

3-
## [v3.0.0-rc.0] (July 11 2022)
3+
## [v3.0.0] (July 12 2022)
44

55
Features:
6-
* Use `@sendbird/chat@4`, see [MIGRATION_v2-to-v3.md](./MIGRATION_v2-to-v3.md) for details
6+
* Support `modules` and `components` in the UIKit
7+
* Upgraded to `@sendbird/chat@4`
78
* Support react 18
9+
* See the Migration Guide for Converting V2 to V3. [[details](./MIGRATION_v2-to-v3.md)]
10+
* See more details and breaking changes. [[details](./CHANGELOG.md)]
811

912
## [3.0.0-beta.6] (June 03 2022)
1013

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": "@sendbird/uikit-react",
3-
"version": "3.0.0-beta.6",
3+
"version": "3.0.0",
44
"description": "React based UI kit for sendbird",
55
"main": "dist/index.js",
66
"style": "dist/index.css",

scripts/package.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0"
2929
},
3030
"dependencies": {
31-
"@sendbird/chat": "^4.0.4",
31+
"@sendbird/chat": "^4.0.6",
3232
"css-vars-ponyfill": "^2.3.2",
3333
"date-fns": "^2.16.1",
3434
"prop-types": "^15.7.2"

scripts/steps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
2. Update and replace dist/index.d.ts with scripts/index_d_ts
33
3. Update and replace dist/package.json with scripts/package.template.json
44
4. Update and replace dist/README.md with main README.md
5+
4. Update and replace dist/CHANGELOG.md with main CHANGELOG.md
6+
4. Update and replace dist/LICENSE with main LICENSE
57
5. npm publish inside dist
68

79
We do step 2 because half project is in TS and other half in JS. Will update tooling soon to fix this issue

0 commit comments

Comments
 (0)