Skip to content

Commit

Permalink
Release JS package 3.1.0 (#242)
Browse files Browse the repository at this point in the history
* generate versions

* clean install
  • Loading branch information
Edoardo Gallo authored Aug 13, 2021
1 parent bdbdc63 commit d0f396a
Show file tree
Hide file tree
Showing 13 changed files with 68 additions and 55 deletions.
6 changes: 0 additions & 6 deletions .changeset/curvy-rabbits-chew.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/early-humans-marry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-toes-ring.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-seahorses-try.md

This file was deleted.

38 changes: 17 additions & 21 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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] - 2021-08-13

### Added

- [#236](https://github.com/signalwire/signalwire-js/pull/236) [`b967c89`](https://github.com/signalwire/signalwire-js/commit/b967c892d99ad7fa96ebc5a31a871bde1eecb0d0) - Apply `audio` and `video` constraints sent from the backend consuming the `mediaParams` event.

## [3.0.0] - 2021-08-09

### 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.0.0",
"version": "3.1.0",
"main": "dist/index.node.js",
"module": "dist/index.esm.js",
"files": [
Expand Down
21 changes: 21 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ 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] - 2021-08-13

### Added

- [#236](https://github.com/signalwire/signalwire-js/pull/236) [`b967c89`](https://github.com/signalwire/signalwire-js/commit/b967c892d99ad7fa96ebc5a31a871bde1eecb0d0) - Apply `audio` and `video` constraints sent from the backend consuming the `mediaParams` event.

* [#240](https://github.com/signalwire/signalwire-js/pull/240) [`b5d2a72`](https://github.com/signalwire/signalwire-js/commit/b5d2a726b4b2ba4b455dbbe0ebdbc72ed4ae26fd) - Allow `speakerId` to be set when creating a room object to set the audio output device before join.

- [#239](https://github.com/signalwire/signalwire-js/pull/239) [`5c2eb71`](https://github.com/signalwire/signalwire-js/commit/5c2eb7113334c432c7c806a8af29f48284414c9f) - Exports methods to check if the environment supports `getUserMedia` or `getDisplayMedia`

### Changed

- [#237](https://github.com/signalwire/signalwire-js/pull/237) [`6d36287`](https://github.com/signalwire/signalwire-js/commit/6d362878cacf5feaf6147fbe68c0c04d9c3c9697) - Set parent memberId for screenShare and additionalDevice sessions.
Add default `audio` constraints for screenShareObjects.

### Dependencies

- Updated dependencies [[`b967c89`](https://github.com/signalwire/signalwire-js/commit/b967c892d99ad7fa96ebc5a31a871bde1eecb0d0), [`b5d2a72`](https://github.com/signalwire/signalwire-js/commit/b5d2a726b4b2ba4b455dbbe0ebdbc72ed4ae26fd), [`5c2eb71`](https://github.com/signalwire/signalwire-js/commit/5c2eb7113334c432c7c806a8af29f48284414c9f)]:
- @signalwire/core@3.1.0
- @signalwire/webrtc@3.1.0

## [3.0.0] - 2021-08-09

### 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.0.0",
"version": "3.1.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@signalwire/core": "3.0.0",
"@signalwire/webrtc": "3.0.0"
"@signalwire/core": "3.1.0",
"@signalwire/webrtc": "3.1.0"
},
"types": "dist/js/src/index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"docs:watch": "npm run docs -- --watch"
},
"dependencies": {
"@signalwire/core": "3.0.0",
"@signalwire/core": "3.1.0",
"node-abort-controller": "^2.0.0",
"node-fetch": "^2.6.1",
"ws": "^7.4.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@signalwire/core": "3.0.0",
"@signalwire/webrtc": "3.0.0"
"@signalwire/core": "3.1.0",
"@signalwire/webrtc": "3.1.0"
}
}
15 changes: 15 additions & 0 deletions packages/webrtc/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.1.0] - 2021-08-13

### Minor Changes

- [#236](https://github.com/signalwire/signalwire-js/pull/236) [`b967c89`](https://github.com/signalwire/signalwire-js/commit/b967c892d99ad7fa96ebc5a31a871bde1eecb0d0) - Apply `audio` and `video` constraints sent from the backend consuming the `mediaParams` event.

* [#240](https://github.com/signalwire/signalwire-js/pull/240) [`b5d2a72`](https://github.com/signalwire/signalwire-js/commit/b5d2a726b4b2ba4b455dbbe0ebdbc72ed4ae26fd) - Allow `speakerId` to be set when creating a room object to set the audio output device before join.

- [#239](https://github.com/signalwire/signalwire-js/pull/239) [`5c2eb71`](https://github.com/signalwire/signalwire-js/commit/5c2eb7113334c432c7c806a8af29f48284414c9f) - Exports methods to check if the environment supports `getUserMedia` or `getDisplayMedia`.

### Dependencies

- Updated dependencies [[`b967c89`](https://github.com/signalwire/signalwire-js/commit/b967c892d99ad7fa96ebc5a31a871bde1eecb0d0)]:
- @signalwire/core@3.1.0

## [3.0.0] - 2021-08-09

### 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 <[email protected]>",
"license": "MIT",
"version": "3.0.0",
"version": "3.1.0",
"main": "dist/cjs/webrtc/src/index.js",
"module": "dist/mjs/webrtc/src/index.js",
"files": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"docs:watch": "npm run docs -- --watch"
},
"dependencies": {
"@signalwire/core": "3.0.0"
"@signalwire/core": "3.1.0"
},
"types": "dist/cjs/webrtc/src/index.d.ts"
}

0 comments on commit d0f396a

Please sign in to comment.