Skip to content

Commit 0c566a4

Browse files
Merge pull request #8 from sendbird/v1.0.0-beta.4
Add 1.0.0-beta.4.
2 parents d4e5869 + 3995e10 commit 0c566a4

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.0.0-beta.4 (Jul 11, 2024)
2+
3+
### Improvements
4+
- Updated `README.md` and the documentation link
5+
16
## v1.0.0-beta.3 (Jul 4, 2024)
27

38
### Improvements

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ Add following dependencies and fonts for `SendbirdIcons` in `pubspec.yaml`.
3838

3939
```yaml
4040
dependencies:
41-
sendbird_uikit: ^1.0.0-beta.3
42-
sendbird_chat_sdk: ^4.2.19
41+
sendbird_uikit: ^1.0.0-beta.4
4342

4443
flutter:
4544
fonts:

lib/src/public/sendbird_uikit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import 'package:sendbird_uikit/src/internal/utils/sbu_preferences.dart';
1515
/// SendbirdUIKit
1616
class SendbirdUIKit {
1717
/// UIKit version
18-
static const version = '1.0.0-beta.3';
18+
static const version = '1.0.0-beta.4';
1919

2020
SendbirdUIKit._();
2121

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: sendbird_uikit
22
description: With Sendbird UIKit for Flutter, you can easily build an in-app chat with all the essential messaging features.
3-
version: 1.0.0-beta.3
3+
version: 1.0.0-beta.4
44
homepage: https://sendbird.com
55
repository: https://github.com/sendbird/sendbird-uikit-flutter
6-
documentation: https://sendbird.com/docs/chat # TODO
6+
documentation: https://sendbird.com/docs/chat/uikit/v3/flutter/overview
77

88
environment:
99
sdk: '>=3.3.0 <4.0.0'
@@ -17,7 +17,7 @@ dependencies:
1717
flutter:
1818
sdk: flutter
1919

20-
sendbird_chat_sdk: ^4.2.19
20+
sendbird_chat_sdk: ^4.2.20
2121
provider: ^6.1.2
2222
intl: '>=0.18.1 <1.0.0'
2323
collection: ^1.18.0

0 commit comments

Comments
 (0)