Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/hms_room_kit/example/ios/Podfile.lock
#	packages/hms_room_kit/example/pubspec.lock
#	packages/hms_room_kit/example/pubspec.yaml
#	packages/hms_room_kit/pubspec.lock
#	packages/hms_room_kit/pubspec.yaml
#	packages/hmssdk_flutter/example/android/Gemfile.lock
#	packages/hmssdk_flutter/example/ios/Gemfile.lock
#	packages/hmssdk_flutter/example/ios/Podfile.lock
#	packages/hmssdk_flutter/example/pubspec.lock
#	packages/hmssdk_flutter/example/pubspec.yaml
#	packages/hmssdk_flutter/lib/assets/sdk-versions.json
#	packages/hmssdk_flutter/pubspec.yaml
  • Loading branch information
ygit committed Apr 1, 2024
2 parents f23908c + 31742b9 commit dd68d88
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 12.x
java-version: 17.x
- uses: subosito/flutter-action@v2
with:
channel: stable
Expand Down
9 changes: 9 additions & 0 deletions packages/hms_room_kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
| 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.0.17 - 2024-04-01

| Package | Version |
| -------------- | ------------------------------------------------------------------------------------------------------ |
| hms_room_kit | 1.0.17 |
| hmssdk_flutter | 1.9.14 |

Uses `hmssdk_flutter` package version to 1.9.14

## 1.0.16 - 2024-03-15

| Package | Version |
Expand Down
15 changes: 15 additions & 0 deletions packages/hmssdk_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
| 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.9.14 - 2024-04-01

| Package | Version |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| hms_room_kit | 1.0.17 |
| hmssdk_flutter | 1.9.14 |

### 🛠️ Fix

- Resolved an issue on iOS where video appears stretched in landscape mode

Uses Android SDK 2.9.51 & iOS SDK 1.8.0

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

# 1.9.13 - 2024-03-15

| Package | Version |
Expand Down
6 changes: 3 additions & 3 deletions sample apps/hms-callkit-app/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd68d88

Please sign in to comment.