Skip to content

Commit

Permalink
Release 2023-07-19 (#832)
Browse files Browse the repository at this point in the history
* generate versions

* lock update
  • Loading branch information
Edoardo Gallo authored Jul 19, 2023
1 parent b928305 commit 84d40b3
Show file tree
Hide file tree
Showing 21 changed files with 99 additions and 65 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-vans-jump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-wolves-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-badgers-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-owls-wink.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/small-bottles-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-cobras-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-carrots-remember.md

This file was deleted.

7 changes: 7 additions & 0 deletions internal/e2e-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sw-internal/e2e-js

## 0.0.13

### Patch Changes

- Updated dependencies [[`65b0eea5`](https://github.com/signalwire/signalwire-js/commit/65b0eea54346b177e94fd3960e8cc21579c8a9ce)]:
- @sw-internal/playground-js@0.0.13

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions internal/e2e-js/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@sw-internal/e2e-js",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"main": "index.js",
"scripts": {
"dev": "sw-test --mode=playwright",
"test": ""
},
"dependencies": {
"@sw-internal/playground-js": "0.0.12",
"@sw-internal/playground-js": "0.0.13",
"node-fetch": "^2.6.7",
"vite": "^4.3.9"
},
Expand Down
6 changes: 6 additions & 0 deletions internal/playground-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sw-internal/playground-js

## 0.0.13

### Patch Changes

- [#822](https://github.com/signalwire/signalwire-js/pull/822) [`65b0eea5`](https://github.com/signalwire/signalwire-js/commit/65b0eea54346b177e94fd3960e8cc21579c8a9ce) - Update playground CF to use new SignalWire function.

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/playground-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sw-internal/playground-js",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

12 changes: 12 additions & 0 deletions packages/core/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.18.0] - 2023-07-19

### Added

- [#827](https://github.com/signalwire/signalwire-js/pull/827) [`6a35f0a3`](https://github.com/signalwire/signalwire-js/commit/6a35f0a38071160a82f766bd8b73b4718f04108f) - Introduce `await call.pass()` function to pass the call to another consumer

- [#822](https://github.com/signalwire/signalwire-js/pull/822) [`65b0eea5`](https://github.com/signalwire/signalwire-js/commit/65b0eea54346b177e94fd3960e8cc21579c8a9ce) - Initial changes to setup a `SignalWire` client for CF.

### Changed

- [#825](https://github.com/signalwire/signalwire-js/pull/825) [`b44bd6fb`](https://github.com/signalwire/signalwire-js/commit/b44bd6fbd69acd206e43b5b1fefbe7989dc16298) - Added support for user-defined refresh token function to update SAT (_internal_).

## [3.17.0] - 2023-07-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 <open.source@signalwire.com>",
"license": "MIT",
"version": "3.17.0",
"version": "3.18.0",
"main": "dist/index.node.js",
"module": "dist/index.esm.js",
"files": [
Expand Down
20 changes: 18 additions & 2 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# @signalwire/js

## [3.22.0] - 2023-07-07

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.23.0] - 2023-07-19

### Added

- [#822](https://github.com/signalwire/signalwire-js/pull/822) [`65b0eea5`](https://github.com/signalwire/signalwire-js/commit/65b0eea54346b177e94fd3960e8cc21579c8a9ce) - Initial changes to setup a `SignalWire` client.

### Changed

- [#825](https://github.com/signalwire/signalwire-js/pull/825) [`b44bd6fb`](https://github.com/signalwire/signalwire-js/commit/b44bd6fbd69acd206e43b5b1fefbe7989dc16298) - Added support for user-defined refresh token function to update SAT

### Dependencies

- Updated dependencies [[`b44bd6fb`](https://github.com/signalwire/signalwire-js/commit/b44bd6fbd69acd206e43b5b1fefbe7989dc16298), [`b9283059`](https://github.com/signalwire/signalwire-js/commit/b9283059f7f6633d9b28061efc46dab3bbf31d04), [`6a35f0a3`](https://github.com/signalwire/signalwire-js/commit/6a35f0a38071160a82f766bd8b73b4718f04108f), [`65b0eea5`](https://github.com/signalwire/signalwire-js/commit/65b0eea54346b177e94fd3960e8cc21579c8a9ce), [`f03e60a3`](https://github.com/signalwire/signalwire-js/commit/f03e60a3d2e27403fa14560697bb0ce20918f310)]:
- @signalwire/core@3.18.0
- @signalwire/webrtc@3.9.0

## [3.22.0] - 2023-07-07

### Added

- [#805](https://github.com/signalwire/signalwire-js/pull/805) [`e8141c0e`](https://github.com/signalwire/signalwire-js/commit/e8141c0e85e11477e2911e6eccb1e96cff860d58) - Events to keep track of the connected devices status
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 <open.source@signalwire.com>",
"license": "MIT",
"version": "3.22.0",
"version": "3.23.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.17.0",
"@signalwire/webrtc": "3.8.0",
"@signalwire/core": "3.18.0",
"@signalwire/webrtc": "3.9.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.10.0] - 2023-07-19

### Added

- [#827](https://github.com/signalwire/signalwire-js/pull/827) [`6a35f0a3`](https://github.com/signalwire/signalwire-js/commit/6a35f0a38071160a82f766bd8b73b4718f04108f) - Introduce `await call.pass()` function to pass the call to another consumer.

### Fixed

- [#828](https://github.com/signalwire/signalwire-js/pull/828) [`a7426731`](https://github.com/signalwire/signalwire-js/commit/a7426731f683b7a631fe0bc591b208fd2c21b5c0) - bugfix: Add `setPayload` on CallTap instance.

### Dependencies

- Updated dependencies [[`b44bd6fb`](https://github.com/signalwire/signalwire-js/commit/b44bd6fbd69acd206e43b5b1fefbe7989dc16298), [`6a35f0a3`](https://github.com/signalwire/signalwire-js/commit/6a35f0a38071160a82f766bd8b73b4718f04108f), [`65b0eea5`](https://github.com/signalwire/signalwire-js/commit/65b0eea54346b177e94fd3960e8cc21579c8a9ce)]:
- @signalwire/core@3.18.0

## [3.9.2] - 2023-07-07

### Dependencies
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 <open.source@signalwire.com>",
"license": "MIT",
"version": "3.9.2",
"version": "3.10.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.17.0",
"@signalwire/core": "3.18.0",
"ws": "^8.13.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@signalwire/core": "3.17.0",
"@signalwire/core": "3.18.0",
"node-abort-controller": "^2.0.0",
"node-fetch": "^2.6.1"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/webrtc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ 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.9.0] - 2023-07-19

### Added

- [#822](https://github.com/signalwire/signalwire-js/pull/822) [`65b0eea5`](https://github.com/signalwire/signalwire-js/commit/65b0eea54346b177e94fd3960e8cc21579c8a9ce) - Initial changes to setup a `SignalWire` client.

### Fixed

- [#830](https://github.com/signalwire/signalwire-js/pull/830) [`b9283059`](https://github.com/signalwire/signalwire-js/commit/b9283059f7f6633d9b28061efc46dab3bbf31d04) - Make `updateConstraints()` more resilient trying to stop the current MediaStream in case of `NotReadableError`.

- [#831](https://github.com/signalwire/signalwire-js/pull/831) [`f03e60a3`](https://github.com/signalwire/signalwire-js/commit/f03e60a3d2e27403fa14560697bb0ce20918f310) - Bugfix: make sure there is a valid RTCPeerConnection instance before hangup.

### Dependencies

- Updated dependencies [[`b44bd6fb`](https://github.com/signalwire/signalwire-js/commit/b44bd6fbd69acd206e43b5b1fefbe7989dc16298), [`6a35f0a3`](https://github.com/signalwire/signalwire-js/commit/6a35f0a38071160a82f766bd8b73b4718f04108f), [`65b0eea5`](https://github.com/signalwire/signalwire-js/commit/65b0eea54346b177e94fd3960e8cc21579c8a9ce)]:
- @signalwire/core@3.18.0

## [3.8.0] - 2023-07-07

### Added
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 <open.source@signalwire.com>",
"license": "MIT",
"version": "3.8.0",
"version": "3.9.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.17.0",
"@signalwire/core": "3.18.0",
"sdp": "^3.2.0"
},
"types": "dist/cjs/webrtc/src/index.d.ts"
Expand Down

0 comments on commit 84d40b3

Please sign in to comment.