Skip to content

Commit 5f362a9

Browse files
v1.2.0 (#27)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5a79521 commit 5f362a9

File tree

8 files changed

+33
-24
lines changed

8 files changed

+33
-24
lines changed

.changeset/clever-geckos-walk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/forty-falcons-shout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pink-zoos-arrive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wise-lemons-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# components-android
2+
3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- Add rememberTranscriptions - [#26](https://github.com/livekit/components-android/pull/26) ([@davidliu](https://github.com/davidliu))
8+
9+
- Update LiveKit Android SDK to 2.8.1 - [`5a79521ed2400867335442b0eac53a8cf20648cf`](https://github.com/livekit/components-android/commit/5a79521ed2400867335442b0eac53a8cf20648cf) ([@davidliu](https://github.com/davidliu))
10+
11+
- 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))
12+
13+
### Patch Changes
14+
15+
- Fix rememberTrackReferences/ParticipantTrackReferences not updating when track subscribed - [#26](https://github.com/livekit/components-android/pull/26) ([@davidliu](https://github.com/davidliu))
16+
17+
## 1.2.0
18+
19+
### Minor Changes
20+
21+
- Add rememberTranscriptions - [#26](https://github.com/livekit/components-android/pull/26) ([@davidliu](https://github.com/davidliu))
22+
23+
- Update LiveKit Android SDK to 2.8.1 - [`5a79521ed2400867335442b0eac53a8cf20648cf`](https://github.com/livekit/components-android/commit/5a79521ed2400867335442b0eac53a8cf20648cf) ([@davidliu](https://github.com/davidliu))
24+
25+
- 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))
26+
27+
### Patch Changes
28+
29+
- Fix rememberTrackReferences/ParticipantTrackReferences not updating when track subscribed - [#26](https://github.com/livekit/components-android/pull/26) ([@davidliu](https://github.com/davidliu))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ LiveKit Components for Android is available as a Maven package.
3232
...
3333
dependencies {
3434
// The components package has a different versioning than the main LiveKit SDK.
35-
implementation "io.livekit:livekit-android-compose-components:1.1.2"
35+
implementation "io.livekit:livekit-android-compose-components:1.2.0'
3636
3737
// Snapshots of the latest development version are available at:
38-
// implementation "io.livekit:livekit-android-compose-components:1.2.0-SNAPSHOT"
38+
// implementation "io.livekit:livekit-android-compose-components:1.2.1-SNAPSHOT"
3939
4040
// Depend on LiveKit SDK separately to keep up to date.
4141
implementation "io.livekit:livekit-android:$livekit_version"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android.nonTransitiveRClass=true
2626
###############################################################
2727

2828
GROUP=io.livekit
29-
VERSION_NAME=1.2.0-SNAPSHOT
29+
VERSION_NAME=1.2.0
3030

3131
POM_DESCRIPTION=Compose Components for LiveKit Android SDK
3232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "components-android",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"repository": "https://github.com/livekit/components-android.git",
55
"license": "Apache License 2.0",
66
"private": true,

0 commit comments

Comments
 (0)