Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .changes/session-api

This file was deleted.

2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3
1.3.0
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.0

* Added: Session components

## 1.2.3 (2025-12-07)

* Update WebRTC ver & code maintenance. (#41)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add the following to your `pubspec.yaml`:

```yaml
dependencies:
livekit_components: ^1.0.0
livekit_components: ^1.3.0
```
Then run `flutter pub get`.
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: livekit_components
description: "Out-of-the-box flutter widgets for livekit client."
version: 1.2.3
version: 1.3.0
homepage: https://github.com/livekit/components-flutter

environment:
Expand Down