Skip to content

Commit

Permalink
Release 07-07-2023 (#824)
Browse files Browse the repository at this point in the history
* consume changeset

* Generate versions

* lock update
  • Loading branch information
Edoardo Gallo committed Jul 7, 2023
1 parent ab89d74 commit 1a7dbb7
Show file tree
Hide file tree
Showing 21 changed files with 99 additions and 57 deletions.
7 changes: 0 additions & 7 deletions .changeset/dull-bottles-crash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/empty-cooks-drum.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/khaki-cherries-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-crabs-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-planets-fly.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.12

### Patch Changes

- Updated dependencies [[`c72e7ce4`](https://github.com/signalwire/signalwire-js/commit/c72e7ce4536910a5915000b3a88e2be064fa32a4)]:
- @sw-internal/playground-js@0.0.12

## 0.0.11

### 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.11",
"version": "0.0.12",
"private": true,
"main": "index.js",
"scripts": {
"dev": "sw-test --mode=playwright",
"test": ""
},
"dependencies": {
"@sw-internal/playground-js": "0.0.11",
"@sw-internal/playground-js": "0.0.12",
"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.12

### Patch Changes

- [#757](https://github.com/signalwire/signalwire-js/pull/757) [`c72e7ce4`](https://github.com/signalwire/signalwire-js/commit/c72e7ce4536910a5915000b3a88e2be064fa32a4) - [internal] Initial changes to support CF calling

## 0.0.11

### 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.11",
"version": "0.0.12",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions internal/playground-realtime-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sw-internal/playground-realtime-api

## 0.3.4

### Patch Changes

- [#820](https://github.com/signalwire/signalwire-js/pull/820) [`69c8041d`](https://github.com/signalwire/signalwire-js/commit/69c8041d523d5e6f01dc1b43c174bf7b87606237) - Downgrade inquirer to v8

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/playground-realtime-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sw-internal/playground-realtime-api",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
26 changes: 13 additions & 13 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.17.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

- [#821](https://github.com/signalwire/signalwire-js/pull/821) [`4e1116b6`](https://github.com/signalwire/signalwire-js/commit/4e1116b606ad41dc649c44eccf4f8b28d0dfa7d8) - Add support for `callStateUrl` and `callStateEvents` when dialing and connecting Voice Call.

### Changed

- [#819](https://github.com/signalwire/signalwire-js/pull/819) [`f814685b`](https://github.com/signalwire/signalwire-js/commit/f814685b24964c89510aad687d10f172265c0424) - Improve support for React Native.

## [3.16.0] - 2023-06-21

### Minor Changes
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.16.0",
"version": "3.17.0",
"main": "dist/index.node.js",
"module": "dist/index.esm.js",
"files": [
Expand Down
18 changes: 18 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +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).

### 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

### Changed

- [#819](https://github.com/signalwire/signalwire-js/pull/819) [`f814685b`](https://github.com/signalwire/signalwire-js/commit/f814685b24964c89510aad687d10f172265c0424) - Improve support for React Native.

- [#757](https://github.com/signalwire/signalwire-js/pull/757) [`c72e7ce4`](https://github.com/signalwire/signalwire-js/commit/c72e7ce4536910a5915000b3a88e2be064fa32a4) - Initial internal changes to support CF calling.

### Dependencies

- Updated dependencies [[`f814685b`](https://github.com/signalwire/signalwire-js/commit/f814685b24964c89510aad687d10f172265c0424), [`c72e7ce4`](https://github.com/signalwire/signalwire-js/commit/c72e7ce4536910a5915000b3a88e2be064fa32a4), [`e8141c0e`](https://github.com/signalwire/signalwire-js/commit/e8141c0e85e11477e2911e6eccb1e96cff860d58), [`4e1116b6`](https://github.com/signalwire/signalwire-js/commit/4e1116b606ad41dc649c44eccf4f8b28d0dfa7d8)]:
- @signalwire/webrtc@3.8.0
- @signalwire/core@3.17.0

## [3.21.0] - 2023-05-22

### 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 <open.source@signalwire.com>",
"license": "MIT",
"version": "3.21.0",
"version": "3.22.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.16.0",
"@signalwire/webrtc": "3.7.0",
"@signalwire/core": "3.17.0",
"@signalwire/webrtc": "3.8.0",
"jwt-decode": "^3.1.2"
},
"types": "dist/js/src/index.d.ts"
Expand Down
7 changes: 7 additions & 0 deletions packages/realtime-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.9.2] - 2023-07-07

### Dependencies

- Updated dependencies [[`f814685b`](https://github.com/signalwire/signalwire-js/commit/f814685b24964c89510aad687d10f172265c0424), [`e8141c0e`](https://github.com/signalwire/signalwire-js/commit/e8141c0e85e11477e2911e6eccb1e96cff860d58), [`4e1116b6`](https://github.com/signalwire/signalwire-js/commit/4e1116b606ad41dc649c44eccf4f8b28d0dfa7d8)]:
- @signalwire/core@3.17.0

## [3.9.1] - 2023-06-21

### Changed
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.1",
"version": "3.9.2",
"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.16.0",
"@signalwire/core": "3.17.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.16.0",
"@signalwire/core": "3.17.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.8.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

### Changed

- [#819](https://github.com/signalwire/signalwire-js/pull/819) [`f814685b`](https://github.com/signalwire/signalwire-js/commit/f814685b24964c89510aad687d10f172265c0424) - Improve support for React Native.

- [#757](https://github.com/signalwire/signalwire-js/pull/757) [`c72e7ce4`](https://github.com/signalwire/signalwire-js/commit/c72e7ce4536910a5915000b3a88e2be064fa32a4) - Initial internal changes to support CF calling.

### Dependencies

- Updated dependencies [[`f814685b`](https://github.com/signalwire/signalwire-js/commit/f814685b24964c89510aad687d10f172265c0424), [`e8141c0e`](https://github.com/signalwire/signalwire-js/commit/e8141c0e85e11477e2911e6eccb1e96cff860d58), [`4e1116b6`](https://github.com/signalwire/signalwire-js/commit/4e1116b606ad41dc649c44eccf4f8b28d0dfa7d8)]:
- @signalwire/core@3.17.0

## [3.7.0] - 2023-06-21

### 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.7.0",
"version": "3.8.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.16.0",
"@signalwire/core": "3.17.0",
"sdp": "^3.2.0"
},
"types": "dist/cjs/webrtc/src/index.d.ts"
Expand Down

0 comments on commit 1a7dbb7

Please sign in to comment.