Skip to content

Commit

Permalink
Release 2023-11-23 (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmmar7 authored Dec 5, 2023
1 parent de1659d commit 27b8538
Show file tree
Hide file tree
Showing 16 changed files with 84 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-berries-kneel.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/early-cheetahs-tease.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fuzzy-flowers-joke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/red-turkeys-rest.md

This file was deleted.

9 changes: 9 additions & 0 deletions internal/e2e-realtime-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sw-internal/e2e-realtime-api

## 0.1.13

### Patch Changes

- [#892](https://github.com/signalwire/signalwire-js/pull/892) [`d564c379`](https://github.com/signalwire/signalwire-js/commit/d564c379e10d23c21abb56b3e740aff70fc451b9) Thanks [@ayeminag](https://github.com/ayeminag)! - - Added `state` param to `CallingCallCollectEventParams`
- Made sure `voiceCallCollectWorker` doesn't clean up `CallCollect` instance and emit `ended`/`failed` event if the `state` is `"collecting"`
- Resolve `CallCollect.ended()` promise only when `state` is NOT `"collecting"` AND `final` is either `undefined`/`true` AND `result.type` is one of `ENDED_STATES`
- Added more test cases for `Call.collect()` in `@sw-internal/e2e-realtime-api`

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/e2e-realtime-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sw-internal/e2e-realtime-api",
"version": "0.1.12",
"version": "0.1.13",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.21.0] - 2023-11-23

### Added

- [#909](https://github.com/signalwire/signalwire-js/pull/909) [`4ee7b6f8`](https://github.com/signalwire/signalwire-js/commit/4ee7b6f852e650c1828decda2429ebec79576085) Thanks [@iAmmar7](https://github.com/iAmmar7)! - Expose the `sendDigits` function for Video RoomSession object

- [#873](https://github.com/signalwire/signalwire-js/pull/873) [`6c9d2aa5`](https://github.com/signalwire/signalwire-js/commit/6c9d2aa5f5c8d7b07d955a2c6e2ab647a62bd702) Thanks [@iAmmar7](https://github.com/iAmmar7)! - Introduce the hand raise API for the Video SDKs (browser and realtime-api)

### Fixed

- [#892](https://github.com/signalwire/signalwire-js/pull/892) [`d564c379`](https://github.com/signalwire/signalwire-js/commit/d564c379e10d23c21abb56b3e740aff70fc451b9) Thanks [@ayeminag](https://github.com/ayeminag)! - - Added `state` param to `CallingCallCollectEventParams`
- Made sure `voiceCallCollectWorker` doesn't clean up `CallCollect` instance and emit `ended`/`failed` event if the `state` is `"collecting"`
- Resolve `CallCollect.ended()` promise only when `state` is NOT `"collecting"` AND `final` is either `undefined`/`true` AND `result.type` is one of `ENDED_STATES`
- Added more test cases for `Call.collect()` in `@sw-internal/e2e-realtime-api`

## [3.20.0] - 2023-11-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Shared code for the SignalWire JS SDK",
"author": "SignalWire Team <[email protected]>",
"license": "MIT",
"version": "3.20.0",
"version": "3.21.0",
"main": "dist/index.node.js",
"module": "dist/index.esm.js",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.25.0] - 2023-11-23

### Added

- [#873](https://github.com/signalwire/signalwire-js/pull/873) [`6c9d2aa5`](https://github.com/signalwire/signalwire-js/commit/6c9d2aa5f5c8d7b07d955a2c6e2ab647a62bd702) Thanks [@iAmmar7](https://github.com/iAmmar7)! - Introduce the hand raise API for the Video SDKs (browser and realtime-api)

### Fixed

- Updated dependencies [[`d564c379`](https://github.com/signalwire/signalwire-js/commit/d564c379e10d23c21abb56b3e740aff70fc451b9), [`4ee7b6f8`](https://github.com/signalwire/signalwire-js/commit/4ee7b6f852e650c1828decda2429ebec79576085), [`6c9d2aa5`](https://github.com/signalwire/signalwire-js/commit/6c9d2aa5f5c8d7b07d955a2c6e2ab647a62bd702)]:
- @signalwire/core@3.21.0
- @signalwire/webrtc@3.11.0

## [3.24.0] - 2023-11-07

### Added
Expand Down
6 changes: 3 additions & 3 deletions packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SignalWire JS SDK",
"author": "SignalWire Team <[email protected]>",
"license": "MIT",
"version": "3.24.0",
"version": "3.25.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@signalwire/core": "3.20.0",
"@signalwire/webrtc": "3.10.4",
"@signalwire/core": "3.21.0",
"@signalwire/webrtc": "3.11.0",
"jwt-decode": "^3.1.2"
},
"types": "dist/js/src/index.d.ts"
Expand Down
15 changes: 15 additions & 0 deletions packages/realtime-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.13.0] - 2023-11-23

### Added

- [#873](https://github.com/signalwire/signalwire-js/pull/873) [`6c9d2aa5`](https://github.com/signalwire/signalwire-js/commit/6c9d2aa5f5c8d7b07d955a2c6e2ab647a62bd702) Thanks [@iAmmar7](https://github.com/iAmmar7)! - Introduce the hand raise API for the Video SDKs (browser and realtime-api)

### Fixed

- [#892](https://github.com/signalwire/signalwire-js/pull/892) [`d564c379`](https://github.com/signalwire/signalwire-js/commit/d564c379e10d23c21abb56b3e740aff70fc451b9) Thanks [@ayeminag](https://github.com/ayeminag)! - - Added `state` param to `CallingCallCollectEventParams`
- Made sure `voiceCallCollectWorker` doesn't clean up `CallCollect` instance and emit `ended`/`failed` event if the `state` is `"collecting"`
- Resolve `CallCollect.ended()` promise only when `state` is NOT `"collecting"` AND `final` is either `undefined`/`true` AND `result.type` is one of `ENDED_STATES`
- Added more test cases for `Call.collect()` in `@sw-internal/e2e-realtime-api`
- Updated dependencies [[`d564c379`](https://github.com/signalwire/signalwire-js/commit/d564c379e10d23c21abb56b3e740aff70fc451b9), [`4ee7b6f8`](https://github.com/signalwire/signalwire-js/commit/4ee7b6f852e650c1828decda2429ebec79576085), [`6c9d2aa5`](https://github.com/signalwire/signalwire-js/commit/6c9d2aa5f5c8d7b07d955a2c6e2ab647a62bd702)]:
- @signalwire/core@3.21.0

## [3.12.0] - 2023-11-07

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/realtime-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SignalWire RealTime SDK for Node.js",
"author": "SignalWire Team <[email protected]>",
"license": "MIT",
"version": "3.12.0",
"version": "3.13.0",
"main": "dist/index.node.js",
"exports": {
"require": "./dist/index.node.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@signalwire/core": "3.20.0",
"@signalwire/core": "3.21.0",
"ws": "^8.13.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/web-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.0] - 2023-11-23

### Added

- [#912](https://github.com/signalwire/signalwire-js/pull/912) [`72b8c80e`](https://github.com/signalwire/signalwire-js/commit/72b8c80ed3b4b12d7663eb484f8ef3d08b6ed96f) Thanks [@ryanwi](https://github.com/ryanwi)! - Update axios version

### Fixed

- Updated dependencies [[`d564c379`](https://github.com/signalwire/signalwire-js/commit/d564c379e10d23c21abb56b3e740aff70fc451b9), [`4ee7b6f8`](https://github.com/signalwire/signalwire-js/commit/4ee7b6f852e650c1828decda2429ebec79576085), [`6c9d2aa5`](https://github.com/signalwire/signalwire-js/commit/6c9d2aa5f5c8d7b07d955a2c6e2ab647a62bd702)]:
- @signalwire/core@3.21.0

## [3.0.3] - 2023-11-07

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/web-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SignalWire Web-API SDK for Node.js",
"author": "SignalWire Team <[email protected]>",
"license": "MIT",
"version": "3.0.3",
"version": "3.1.0",
"main": "dist/index.node.js",
"exports": {
"require": "./dist/index.node.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@signalwire/compatibility-api": "^3.1.3",
"@signalwire/core": "3.20.0",
"@signalwire/core": "3.21.0",
"node-abort-controller": "^2.0.0",
"node-fetch": "^2.6.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/webrtc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.11.0] - 2023-11-23

### Added

- [#909](https://github.com/signalwire/signalwire-js/pull/909) [`4ee7b6f8`](https://github.com/signalwire/signalwire-js/commit/4ee7b6f852e650c1828decda2429ebec79576085) Thanks [@iAmmar7](https://github.com/iAmmar7)! - Expose the `sendDigits` function for Video RoomSession object

### Fixed

- Updated dependencies [[`d564c379`](https://github.com/signalwire/signalwire-js/commit/d564c379e10d23c21abb56b3e740aff70fc451b9), [`4ee7b6f8`](https://github.com/signalwire/signalwire-js/commit/4ee7b6f852e650c1828decda2429ebec79576085), [`6c9d2aa5`](https://github.com/signalwire/signalwire-js/commit/6c9d2aa5f5c8d7b07d955a2c6e2ab647a62bd702)]:
- @signalwire/core@3.21.0

## [3.10.4] - 2023-11-07

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/webrtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SignalWire WebRTC library",
"author": "SignalWire Team <[email protected]>",
"license": "MIT",
"version": "3.10.4",
"version": "3.11.0",
"main": "dist/cjs/webrtc/src/index.js",
"module": "dist/mjs/webrtc/src/index.js",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@signalwire/core": "3.20.0",
"@signalwire/core": "3.21.0",
"sdp": "^3.2.0"
},
"types": "dist/cjs/webrtc/src/index.d.ts"
Expand Down

0 comments on commit 27b8538

Please sign in to comment.