Skip to content

Commit

Permalink
v1.2.0 (#27)
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 Sep 16, 2024
1 parent 5a79521 commit 5f362a9
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-geckos-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-falcons-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-zoos-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-lemons-punch.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- Add rememberTranscriptions - [#26](https://github.com/livekit/components-android/pull/26) ([@davidliu](https://github.com/davidliu))

- Update LiveKit Android SDK to 2.8.1 - [`5a79521ed2400867335442b0eac53a8cf20648cf`](https://github.com/livekit/components-android/commit/5a79521ed2400867335442b0eac53a8cf20648cf) ([@davidliu](https://github.com/davidliu))

- Add rememberEventSelector implementations for other types of events (e.g. ParticipantEvent, TrackEvent) - [#26](https://github.com/livekit/components-android/pull/26) ([@davidliu](https://github.com/davidliu))

### Patch Changes

- Fix rememberTrackReferences/ParticipantTrackReferences not updating when track subscribed - [#26](https://github.com/livekit/components-android/pull/26) ([@davidliu](https://github.com/davidliu))

## 1.2.0

### Minor Changes

- Add rememberTranscriptions - [#26](https://github.com/livekit/components-android/pull/26) ([@davidliu](https://github.com/davidliu))

- Update LiveKit Android SDK to 2.8.1 - [`5a79521ed2400867335442b0eac53a8cf20648cf`](https://github.com/livekit/components-android/commit/5a79521ed2400867335442b0eac53a8cf20648cf) ([@davidliu](https://github.com/davidliu))

- Add rememberEventSelector implementations for other types of events (e.g. ParticipantEvent, TrackEvent) - [#26](https://github.com/livekit/components-android/pull/26) ([@davidliu](https://github.com/davidliu))

### Patch Changes

- Fix rememberTrackReferences/ParticipantTrackReferences not updating when track subscribed - [#26](https://github.com/livekit/components-android/pull/26) ([@davidliu](https://github.com/davidliu))
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.1.2"
implementation "io.livekit:livekit-android-compose-components:1.2.0'
// Snapshots of the latest development version are available at:
// implementation "io.livekit:livekit-android-compose-components:1.2.0-SNAPSHOT"
// implementation "io.livekit:livekit-android-compose-components:1.2.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.0-SNAPSHOT
VERSION_NAME=1.2.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.1.2",
"version": "1.2.0",
"repository": "https://github.com/livekit/components-android.git",
"license": "Apache License 2.0",
"private": true,
Expand Down

0 comments on commit 5f362a9

Please sign in to comment.