Skip to content

Commit

Permalink
Merge pull request #3 from sendbird/v1.0.0-beta.2
Browse files Browse the repository at this point in the history
Add 1.0.0-beta.2.
  • Loading branch information
sf-tyler-jeong authored Jun 14, 2024
2 parents b51bc23 + 24058d6 commit 12e061a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.0.0-beta.2 (Jun 14, 2024)

### Improvements
- Updated `README.md`

## v1.0.0-beta.1 (Jun 14, 2024)

### Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ Add following dependencies and fonts for `SendbirdIcons` in `pubspec.yaml`.

```yaml
dependencies:
sendbird_uikit: ^1.0.0-beta.1
sendbird_uikit: ^1.0.0-beta.2
sendbird_chat_sdk: ^4.2.16

flutter:
fonts:
- family: SendbirdIcons
fonts:
- asset: packages/sendbird-uikit/fonts/SendbirdIcons.ttf
- asset: packages/sendbird_uikit/fonts/SendbirdIcons.ttf
```
Run `flutter pub get` command in your project directory.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/public/sendbird_uikit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import 'package:sendbird_uikit/src/internal/utils/sbu_preferences.dart';
/// SendbirdUIKit
class SendbirdUIKit {
/// UIKit version
static const version = '1.0.0-beta.1';
static const version = '1.0.0-beta.2';

SendbirdUIKit._();

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sendbird_uikit
description: With Sendbird UIKit for Flutter, you can easily build an in-app chat with all the essential messaging features.
version: 1.0.0-beta.1
version: 1.0.0-beta.2
homepage: https://sendbird.com
repository: https://github.com/sendbird/sendbird-uikit-flutter
documentation: https://sendbird.com/docs/chat # TODO
Expand Down

0 comments on commit 12e061a

Please sign in to comment.