Skip to content

Commit 3a9c79d

Browse files
Merge pull request #11 from sendbird/v1.0.0
Add 1.0.0.
2 parents 9fc0ae3 + 0e90892 commit 3a9c79d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.0.0 (Dec 6, 2024)
2+
- GA
3+
14
## v1.0.0-beta.6 (Nov 29, 2024)
25

36
### Features

README.md

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

3939
```yaml
4040
dependencies:
41-
sendbird_uikit: ^1.0.0-beta.6
42-
sendbird_chat_sdk: ^4.2.29
41+
sendbird_uikit: ^1.0.0
42+
sendbird_chat_sdk: ^4.2.30
4343

4444
flutter:
4545
fonts:

lib/src/public/sendbird_uikit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import 'package:sendbird_uikit/src/internal/utils/sbu_reply_manager.dart';
1818
/// SendbirdUIKit
1919
class SendbirdUIKit {
2020
/// UIKit version
21-
static const version = '1.0.0-beta.6';
21+
static const version = '1.0.0';
2222

2323
SendbirdUIKit._();
2424

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.6
3+
version: 1.0.0
44
homepage: https://sendbird.com
55
repository: https://github.com/sendbird/sendbird-uikit-flutter
66
documentation: https://sendbird.com/docs/chat/uikit/v3/flutter/overview
@@ -17,7 +17,7 @@ dependencies:
1717
flutter:
1818
sdk: flutter
1919

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

0 commit comments

Comments
 (0)