Skip to content

Commit

Permalink
chore(main): release core 1.1.0-alpha.5 (#27)
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 25d8f74 commit 6e719fc
Show file tree
Hide file tree
Showing 3 changed files with 26 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.5",
"packages/sdk-core": "1.1.0-alpha.5",
"packages/sdk-react-hooks": "1.0.0-alpha.6",
"packages/sdk-react-ui": "1.0.0-alpha.5"
}
24 changes: 24 additions & 0 deletions packages/sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [1.1.0-alpha.5](https://github.com/8xFF/atm0s-media-sdk-ts/compare/[email protected]) (2024-10-28)


### Features

* added peer userdata from token ([#11](https://github.com/8xFF/atm0s-media-sdk-ts/issues/11)) ([16f11d4](https://github.com/8xFF/atm0s-media-sdk-ts/commit/16f11d47c4cdeb111de06fbcb18a7b8a5b9557c9))
* 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))
* allow reconnect to new server with restart-ice ([40cdb30](https://github.com/8xFF/atm0s-media-sdk-ts/commit/40cdb30e27cd76a7e9f46b6030fecb8cae8edba5))
* 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))
* config peer, track metadata ([#10](https://github.com/8xFF/atm0s-media-sdk-ts/issues/10)) ([71c373f](https://github.com/8xFF/atm0s-media-sdk-ts/commit/71c373f5429dc7c1508e842e1fa1b92830ea9eb3))
* graceful disconnect ([#14](https://github.com/8xFF/atm0s-media-sdk-ts/issues/14)) ([50eaa53](https://github.com/8xFF/atm0s-media-sdk-ts/commit/50eaa53a8a6f584a09dbda385bb41c95b45e821a))
* 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))
* remote-ice if not in ice-lite mode ([88958e7](https://github.com/8xFF/atm0s-media-sdk-ts/commit/88958e78a180b1564181b20fc3e5ffd723e70744))
* 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))
2 changes: 1 addition & 1 deletion packages/sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atm0s-media-sdk/core",
"version": "1.0.0-alpha.5",
"version": "1.1.0-alpha.5",
"main": "./dist/lib.js",
"module": "./dist/lib.mjs",
"types": "./dist/lib.d.ts",
Expand Down

0 comments on commit 6e719fc

Please sign in to comment.