Skip to content

Commit

Permalink
Release 2023-11-07 (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmmar7 authored Nov 8, 2023
1 parent cfa44a1 commit dfbe379
Show file tree
Hide file tree
Showing 22 changed files with 87 additions and 56 deletions.
6 changes: 0 additions & 6 deletions .changeset/curly-peaches-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-onions-remember.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lemon-icons-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-timers-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/metal-shirts-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-dogs-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-apricots-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-windows-cover.md

This file was deleted.

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

## 0.0.16

### Patch Changes

- [#884](https://github.com/signalwire/signalwire-js/pull/884) [`e5db7cab`](https://github.com/signalwire/signalwire-js/commit/e5db7cabc2e532a19fad45753e47f7d612d6e248) Thanks [@edolix](https://github.com/edolix)! - Update E2E tests for lock unlock rooms

- [#900](https://github.com/signalwire/signalwire-js/pull/900) [`80cd3252`](https://github.com/signalwire/signalwire-js/commit/80cd32526f97a2db71c786f5bc700f300fce820d) Thanks [@iAmmar7](https://github.com/iAmmar7)! - End to end test cases for call fabric with video room and swml script

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/e2e-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sw-internal/e2e-js",
"version": "0.0.15",
"version": "0.0.16",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions internal/e2e-realtime-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sw-internal/e2e-realtime-api

## 0.1.12

### Patch Changes

- [#884](https://github.com/signalwire/signalwire-js/pull/884) [`e5db7cab`](https://github.com/signalwire/signalwire-js/commit/e5db7cabc2e532a19fad45753e47f7d612d6e248) Thanks [@edolix](https://github.com/edolix)! - Update E2E tests for lock unlock rooms

- [#893](https://github.com/signalwire/signalwire-js/pull/893) [`a66d5a2c`](https://github.com/signalwire/signalwire-js/commit/a66d5a2c521c92a47621b23e48bba7cd7272b0db) Thanks [@edolix](https://github.com/edolix)! - Bump to tap latest to solve semver vulnerability

- [#884](https://github.com/signalwire/signalwire-js/pull/884) [`e5db7cab`](https://github.com/signalwire/signalwire-js/commit/e5db7cabc2e532a19fad45753e47f7d612d6e248) Thanks [@edolix](https://github.com/edolix)! - Split lock/unlock tests

- [#888](https://github.com/signalwire/signalwire-js/pull/888) [`fc2b5b1c`](https://github.com/signalwire/signalwire-js/commit/fc2b5b1c1a944386c297638edb4c6d4af20ad9f8) Thanks [@edolix](https://github.com/edolix)! - Delete the domain app when the test ends

## 0.1.11

### 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.11",
"version": "0.1.12",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.20.0] - 2023-11-07

### Added

- [#884](https://github.com/signalwire/signalwire-js/pull/884) [`e5db7cab`](https://github.com/signalwire/signalwire-js/commit/e5db7cabc2e532a19fad45753e47f7d612d6e248) Thanks [@edolix](https://github.com/edolix)! - Add support for `lock` and `unlock` RoomSessions.

### Fixed

- [#885](https://github.com/signalwire/signalwire-js/pull/885) [`bcced8ae`](https://github.com/signalwire/signalwire-js/commit/bcced8ae774de5483331c4d3146299d5ffffd7e7) Thanks [@edolix](https://github.com/edolix)! - Bugfix: remove video prefix from member.updated events to emit them properly

### Added

- [#901](https://github.com/signalwire/signalwire-js/pull/901) [`2131bb41`](https://github.com/signalwire/signalwire-js/commit/2131bb418afeb75081fb2bfaee3b00a24df4614f) Thanks [@giavac](https://github.com/giavac)! - Add an optional nodeId to call.dial

## [3.19.0] - 2023-09-14

### 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.19.0",
"version": "3.20.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.24.0] - 2023-11-07

### Added

- [#884](https://github.com/signalwire/signalwire-js/pull/884) [`e5db7cab`](https://github.com/signalwire/signalwire-js/commit/e5db7cabc2e532a19fad45753e47f7d612d6e248) Thanks [@edolix](https://github.com/edolix)! - Add support for `lock` and `unlock` RoomSessions.

### Dependencies

- Updated dependencies [[`e5db7cab`](https://github.com/signalwire/signalwire-js/commit/e5db7cabc2e532a19fad45753e47f7d612d6e248), [`bcced8ae`](https://github.com/signalwire/signalwire-js/commit/bcced8ae774de5483331c4d3146299d5ffffd7e7), [`2131bb41`](https://github.com/signalwire/signalwire-js/commit/2131bb418afeb75081fb2bfaee3b00a24df4614f)]:
- @signalwire/core@3.20.0
- @signalwire/webrtc@3.10.4

## [3.23.4] - 2023-09-14

### Changed
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.23.4",
"version": "3.24.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.19.0",
"@signalwire/webrtc": "3.10.3",
"@signalwire/core": "3.20.0",
"@signalwire/webrtc": "3.10.4",
"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.12.0] - 2023-11-07

### Added

- [#884](https://github.com/signalwire/signalwire-js/pull/884) [`e5db7cab`](https://github.com/signalwire/signalwire-js/commit/e5db7cabc2e532a19fad45753e47f7d612d6e248) Thanks [@edolix](https://github.com/edolix)! - Add support for `lock` and `unlock` RoomSessions.

### Added

- [#901](https://github.com/signalwire/signalwire-js/pull/901) [`2131bb41`](https://github.com/signalwire/signalwire-js/commit/2131bb418afeb75081fb2bfaee3b00a24df4614f) Thanks [@giavac](https://github.com/giavac)! - Add an optional nodeId to call.dial

### Dependencies

- Updated dependencies [[`e5db7cab`](https://github.com/signalwire/signalwire-js/commit/e5db7cabc2e532a19fad45753e47f7d612d6e248), [`bcced8ae`](https://github.com/signalwire/signalwire-js/commit/bcced8ae774de5483331c4d3146299d5ffffd7e7), [`2131bb41`](https://github.com/signalwire/signalwire-js/commit/2131bb418afeb75081fb2bfaee3b00a24df4614f)]:
- @signalwire/core@3.20.0

## [3.11.0] - 2023-09-14

### 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 <open.source@signalwire.com>",
"license": "MIT",
"version": "3.11.0",
"version": "3.12.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.19.0",
"@signalwire/core": "3.20.0",
"ws": "^8.13.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/web-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.0.3] - 2023-11-07

### Dependencies

- Updated dependencies [[`e5db7cab`](https://github.com/signalwire/signalwire-js/commit/e5db7cabc2e532a19fad45753e47f7d612d6e248), [`bcced8ae`](https://github.com/signalwire/signalwire-js/commit/bcced8ae774de5483331c4d3146299d5ffffd7e7), [`2131bb41`](https://github.com/signalwire/signalwire-js/commit/2131bb418afeb75081fb2bfaee3b00a24df4614f)]:
- @signalwire/core@3.20.0

## [3.0.2] - 2023-09-14

### Changed
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 <open.source@signalwire.com>",
"license": "MIT",
"version": "3.0.2",
"version": "3.0.3",
"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.19.0",
"@signalwire/core": "3.20.0",
"node-abort-controller": "^2.0.0",
"node-fetch": "^2.6.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/webrtc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.4] - 2023-11-07

### Dependencies

- Updated dependencies [[`e5db7cab`](https://github.com/signalwire/signalwire-js/commit/e5db7cabc2e532a19fad45753e47f7d612d6e248), [`bcced8ae`](https://github.com/signalwire/signalwire-js/commit/bcced8ae774de5483331c4d3146299d5ffffd7e7), [`2131bb41`](https://github.com/signalwire/signalwire-js/commit/2131bb418afeb75081fb2bfaee3b00a24df4614f)]:
- @signalwire/core@3.20.0

## [3.10.3] - 2023-09-14

### Changed
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.10.3",
"version": "3.10.4",
"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.19.0",
"@signalwire/core": "3.20.0",
"sdp": "^3.2.0"
},
"types": "dist/cjs/webrtc/src/index.d.ts"
Expand Down

0 comments on commit dfbe379

Please sign in to comment.