-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release react-hooks 1.0.0-alpha.8 (#32)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
20b8efa
commit f700da0
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"packages/sdk-core": "1.0.0-alpha.6", | ||
"packages/sdk-react-hooks": "1.0.0-alpha.7", | ||
"packages/sdk-react-hooks": "1.0.0-alpha.8", | ||
"packages/sdk-react-ui": "1.0.0-alpha.5" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# Changelog | ||
|
||
## [1.0.0-alpha.8](https://github.com/8xFF/atm0s-media-sdk-ts/compare/[email protected]) (2024-10-28) | ||
|
||
|
||
### Features | ||
|
||
* added sip outgoing hook, UI and demo ([#22](https://github.com/8xFF/atm0s-media-sdk-ts/issues/22)) ([3c67638](https://github.com/8xFF/atm0s-media-sdk-ts/commit/3c6763804c92fc3d5f4d1bc5b9492f59b7743547)) | ||
* audio in peers panel. fixed useRemoteAudioTracks hook ([b0d1b6c](https://github.com/8xFF/atm0s-media-sdk-ts/commit/b0d1b6c3dc6fd7c3593fee4b907041fae812d8e1)) | ||
* audio mixer ([#6](https://github.com/8xFF/atm0s-media-sdk-ts/issues/6)) ([3afe43f](https://github.com/8xFF/atm0s-media-sdk-ts/commit/3afe43fe9e73bf8e0758e00aa4d447474041762c)) | ||
* pubsub datachannel ([#16](https://github.com/8xFF/atm0s-media-sdk-ts/issues/16)) ([0d9fc13](https://github.com/8xFF/atm0s-media-sdk-ts/commit/0d9fc1339efdd2495c4adfa51dfb619ff48d6516)) | ||
* receiver status ([d7d6a9d](https://github.com/8xFF/atm0s-media-sdk-ts/commit/d7d6a9d1601b9ae8be91e24e1e95647afda5bf2b)) | ||
* sender handle state event ([a51649c](https://github.com/8xFF/atm0s-media-sdk-ts/commit/a51649c5ddae40834adb93332b241e32ddabde85)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* firefox no media and restart ice and publish npm ([#18](https://github.com/8xFF/atm0s-media-sdk-ts/issues/18)) ([1538eac](https://github.com/8xFF/atm0s-media-sdk-ts/commit/1538eacd78190de40592a4907d1c478ad01ff804)) | ||
* release npm ([#7](https://github.com/8xFF/atm0s-media-sdk-ts/issues/7)) ([bfa9224](https://github.com/8xFF/atm0s-media-sdk-ts/commit/bfa92248dffc3fc5a843e7802f23a491c4e53859)) | ||
|
||
## [1.0.0-alpha.7](https://github.com/8xFF/atm0s-media-sdk-ts/compare/[email protected]) (2024-10-28) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters