Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fast-humans-prove.md

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @signalwire/core

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).

Comment on lines +3 to +6
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These lines were removed in the PR: #1252

## [4.3.1] - 2025-07-28

### Fixed
Expand Down
11 changes: 11 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @signalwire/js

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.29.2] - 2025-09-09

### Dependencies

- Updated dependencies [[`35933b636573c979ffe3af22fc389fc93f556c74`](https://github.com/signalwire/signalwire-js/commit/35933b636573c979ffe3af22fc389fc93f556c74)]:
- @signalwire/[email protected]

## [3.29.1] - 2025-07-28

### Changed
Expand Down
4 changes: 2 additions & 2 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.29.1",
"version": "3.29.2",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@signalwire/core": "4.3.1",
"@signalwire/webrtc": "3.14.1",
"@signalwire/webrtc": "3.14.2",
"jwt-decode": "^3.1.2"
},
"devDependencies": {
Expand Down
8 changes: 0 additions & 8 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @signalwire/node

## 3.0.4-dev.202506111650.ad2f5be.0
Copy link
Collaborator Author

@iAmmar7 iAmmar7 Sep 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dev releases are not meant to be in the CHANGELOG. This was added in this PR: #1235


### Patch Changes

- Updated dependencies [[`3c389671b35d1a57fd6be3f8c793be36f8294795`](https://github.com/signalwire/signalwire-js/commit/3c389671b35d1a57fd6be3f8c793be36f8294795), [`2c39240375ed2f5c8160338876fbc3427c711b54`](https://github.com/signalwire/signalwire-js/commit/2c39240375ed2f5c8160338876fbc3427c711b54)]:
- @signalwire/realtime-api@4.1.2-dev.202506111650.ad2f5be.0
- @signalwire/web-api@3.1.4-dev.202506111650.ad2f5be.0

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).
Expand Down
6 changes: 5 additions & 1 deletion packages/realtime-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# @signalwire/realtime-api

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).

## [4.1.3] - 2025-07-28

### Changed

- Updated dependencies [[`b916036ce2db9807eed217b49f39cd13d9b46acf`](https://github.com/signalwire/signalwire-js/commit/b916036ce2db9807eed217b49f39cd13d9b46acf)]:
- @signalwire/[email protected]

## 4.1.2 - 2025-07-04
## [4.1.2] - 2025-07-04

### Changed

Expand Down
4 changes: 4 additions & 0 deletions packages/web-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @signalwire/web-api

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.5] - 2025-07-28

### Changed
Expand Down
10 changes: 10 additions & 0 deletions packages/webrtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @signalwire/webrtc

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.14.2] - 2025-09-09

### Changed

- [#1268](https://github.com/signalwire/signalwire-js/pull/1268) [`35933b636573c979ffe3af22fc389fc93f556c74`](https://github.com/signalwire/signalwire-js/commit/35933b636573c979ffe3af22fc389fc93f556c74) Thanks [@jpsantosbh](https://github.com/jpsantosbh)! - replaced `regex` test with string includes in sdpHasValidCandidates to fix issue with ReactNative.

## [3.14.1] - 2025-07-28

### Changed
Expand Down
2 changes: 1 addition & 1 deletion 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.14.1",
"version": "3.14.2",
"main": "dist/cjs/webrtc/src/index.js",
"module": "dist/mjs/webrtc/src/index.js",
"files": [
Expand Down
Loading