Skip to content

Commit

Permalink
Updated SDK version and added change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed Jul 22, 2024
1 parent d3437e9 commit c5a74ae
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 7 deletions.
16 changes: 16 additions & 0 deletions packages/hms_room_kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
| hms_room_kit | [![Pub Version](https://img.shields.io/pub/v/hms_room_kit)](https://pub.dev/packages/hms_room_kit) |
| hmssdk_flutter | [![Pub Version](https://img.shields.io/pub/v/hmssdk_flutter)](https://pub.dev/packages/hmssdk_flutter) |

## 1.1.5 - 2024-07-23

| Package | Version |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| hms_room_kit | 1.1.5 |
| hmssdk_flutter | 1.10.5 |
| hms_video_plugin | 0.0.2 |

### 🚀 Added

- Noise Cancellation initial state customisation

Noise cancellation initial state can now be customised from the prebuilt customiser.

Uses `hmssdk_flutter` package version 1.10.5

## 1.1.4 - 2024-07-01

| Package | Version |
Expand Down
4 changes: 2 additions & 2 deletions packages/hms_room_kit/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@ packages:
dependency: transitive
description:
name: intl
sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
url: "https://pub.dev"
source: hosted
version: "0.18.1"
version: "0.19.0"
js:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/hms_room_kit/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,10 @@ packages:
dependency: "direct main"
description:
name: intl
sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
url: "https://pub.dev"
source: hosted
version: "0.18.1"
version: "0.19.0"
js:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/hms_room_kit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:

hmssdk_flutter:
path: ../hmssdk_flutter
intl: ^0.18.0
intl: ^0.19.0
permission_handler: ^11.0.0
provider: ^6.0.5
google_fonts: 6.1.0
Expand Down
12 changes: 12 additions & 0 deletions packages/hmssdk_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
| hms_room_kit | [![Pub Version](https://img.shields.io/pub/v/hms_room_kit)](https://pub.dev/packages/hms_room_kit) |
| hmssdk_flutter | [![Pub Version](https://img.shields.io/pub/v/hmssdk_flutter)](https://pub.dev/packages/hmssdk_flutter) |

# 1.10.5 - 2024-07-23

| Package | Version |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| hms_room_kit | 1.1.5 |
| hmssdk_flutter | 1.10.5 |
| hms_video_plugin | 0.0.2 |

Uses Android SDK 2.9.64 & iOS SDK 1.15.0

**Full Changelog**: [1.10.4...1.10.5](https://github.com/100mslive/100ms-flutter/compare/1.10.4...1.10.5)

# 1.10.4 - 2024-07-01

| Package | Version |
Expand Down
7 changes: 5 additions & 2 deletions packages/hmssdk_flutter/example/ExampleAppChangelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ https://app.devrev.ai/100ms/works/ISS-22858
- Sample application not able to access microphone from background in android 14.
https://app.devrev.ai/100ms/works/ISS-22907

- Transciption replaces older transcription from view
https://app.devrev.ai/100ms/works/ISS-22845

Room Kit: 1.1.5
Core SDK: 1.10.5
Android SDK: 2.9.62
iOS SDK: 1.13.0
Android SDK: 2.9.64
iOS SDK: 1.15.0

0 comments on commit c5a74ae

Please sign in to comment.