Skip to content

Commit

Permalink
v1.3.0 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
davidliu and github-actions[bot] authored Oct 7, 2024
1 parent a3a8e15 commit 5eeb814
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-books-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-tigers-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-boxes-refuse.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# components-android

## 1.3.0

### Minor Changes

- Add AudioBarVisualizer for audio waveform visualizations - [#32](https://github.com/livekit/components-android/pull/32) ([@davidliu](https://github.com/davidliu))

- Add rememberConnectionState and rememberVoiceAssistant - [#30](https://github.com/livekit/components-android/pull/30) ([@davidliu](https://github.com/davidliu))

### Patch Changes

- Fix local participant sometimes publishing multiple of local tracks when using RoomScope with audio/video = true - [#33](https://github.com/livekit/components-android/pull/33) ([@davidliu](https://github.com/davidliu))

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ LiveKit Components for Android is available as a Maven package.
...
dependencies {
// The components package has a different versioning than the main LiveKit SDK.
implementation "io.livekit:livekit-android-compose-components:1.2.0"
implementation "io.livekit:livekit-android-compose-components:1.3.0"
// Snapshots of the latest development version are available at:
// implementation "io.livekit:livekit-android-compose-components:1.2.1-SNAPSHOT"
// implementation "io.livekit:livekit-android-compose-components:1.3.1-SNAPSHOT"
// Depend on LiveKit SDK separately to keep up to date.
implementation "io.livekit:livekit-android:$livekit_version"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android.nonTransitiveRClass=true
###############################################################

GROUP=io.livekit
VERSION_NAME=1.2.1-SNAPSHOT
VERSION_NAME=1.3.0

POM_DESCRIPTION=Compose Components for LiveKit Android SDK

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "components-android",
"version": "1.2.0",
"version": "1.3.0",
"repository": "https://github.com/livekit/components-android.git",
"license": "Apache License 2.0",
"private": true,
Expand Down

0 comments on commit 5eeb814

Please sign in to comment.