Skip to content

Commit

Permalink
chore(main): release react-hooks 1.0.0-alpha.6 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 28, 2024
1 parent 465785c commit 61e3e34
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
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.5",
"packages/sdk-react-hooks": "1.0.0-alpha.6",
"packages/sdk-react-ui": "1.0.0-alpha.5"
}
18 changes: 18 additions & 0 deletions packages/sdk-react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.0.0-alpha.6](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.8](https://github.com/8xFF/atm0s-media-sdk-ts/compare/[email protected]) (2024-10-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atm0s-media-sdk/react-hooks",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"main": "./dist/lib.js",
"module": "./dist/lib.mjs",
"types": "./dist/lib.d.ts",
Expand Down

0 comments on commit 61e3e34

Please sign in to comment.