Skip to content

Commit ec52c8e

Browse files
committed
Publish
- @webrtc-remote-control/[email protected] - @webrtc-remote-control/[email protected] - @webrtc-remote-control/[email protected] - @webrtc-remote-control/[email protected]
1 parent 3e65e30 commit ec52c8e

File tree

12 files changed

+69
-13
lines changed

12 files changed

+69
-13
lines changed

demo/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.1](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2025-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **puppeteer:** increase WEBRTC_CONNECTION_TIMEOUT cause of failing test + add warning message ([d5184d4](https://github.com/topheman/webrtc-remote-control/commit/d5184d445c28e2ac4a4d97beaed76277b14eccb8))
12+
13+
14+
### Features
15+
16+
* **peerjs:** upgrade peerjs on demos from 1.3.2 to 1.4.6 ([4b89d7a](https://github.com/topheman/webrtc-remote-control/commit/4b89d7ad7993a6b3bf7f31e034ed9b4ac19f3b74))
17+
* share reused components ([4dea24c](https://github.com/topheman/webrtc-remote-control/commit/4dea24ccf41d322bd1cd5fa5f9c82a28d429b0b7))
18+
19+
20+
21+
22+
623
# [0.2.0](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2022-06-13)
724

825

demo/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webrtc-remote-control/demo",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "",
55
"private": true,
66
"main": "index.js",
@@ -33,9 +33,9 @@
3333
"dependencies": {
3434
"@react-three/fiber": "^8.0.12",
3535
"@vueuse/core": "^8.0.1",
36-
"@webrtc-remote-control/core": "^0.1.1",
37-
"@webrtc-remote-control/react": "^0.1.1",
38-
"@webrtc-remote-control/vue": "^0.1.1",
36+
"@webrtc-remote-control/core": "^0.1.2",
37+
"@webrtc-remote-control/react": "^0.1.2",
38+
"@webrtc-remote-control/vue": "^0.1.2",
3939
"lodash": "^4.17.21",
4040
"prop-types": "^15.8.1",
4141
"react": "^18.0.0",

packages/core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2025-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* correct types for esm ([3e65e30](https://github.com/topheman/webrtc-remote-control/commit/3e65e3093988d1b8bb6523995d0ee96f9f705323))
12+
* missing shared folder in packages.json#files of core - failing types ([1276866](https://github.com/topheman/webrtc-remote-control/commit/12768665885a0897e5a3e2d0a83d42514280e673))
13+
14+
15+
### Features
16+
17+
* **peerjs:** upgrade peerjs on demos from 1.3.2 to 1.4.6 ([4b89d7a](https://github.com/topheman/webrtc-remote-control/commit/4b89d7ad7993a6b3bf7f31e034ed9b4ac19f3b74))
18+
19+
20+
21+
22+
623
## [0.1.1](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2022-06-13)
724

825

packages/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webrtc-remote-control/core",
33
"amdName": "webrtcRemoteControl",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/topheman/webrtc-remote-control.git"

packages/react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2025-05-21)
7+
8+
9+
### Features
10+
11+
* **peerjs:** upgrade peerjs on demos from 1.3.2 to 1.4.6 ([4b89d7a](https://github.com/topheman/webrtc-remote-control/commit/4b89d7ad7993a6b3bf7f31e034ed9b4ac19f3b74))
12+
13+
14+
15+
16+
617
## [0.1.1](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2022-06-13)
718

819
**Note:** Version bump only for package @webrtc-remote-control/react

packages/react/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webrtc-remote-control/react",
33
"amdName": "webrtcRemoteControlReact",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/topheman/webrtc-remote-control.git"
@@ -43,7 +43,7 @@
4343
"react": ">=16.8.0"
4444
},
4545
"dependencies": {
46-
"@webrtc-remote-control/core": "^0.1.1",
46+
"@webrtc-remote-control/core": "^0.1.2",
4747
"prop-types": "^15.8.1"
4848
},
4949
"publishConfig": {

packages/vue/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2025-05-21)
7+
8+
9+
### Features
10+
11+
* **peerjs:** upgrade peerjs on demos from 1.3.2 to 1.4.6 ([4b89d7a](https://github.com/topheman/webrtc-remote-control/commit/4b89d7ad7993a6b3bf7f31e034ed9b4ac19f3b74))
12+
13+
14+
15+
16+
617
## [0.1.1](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2022-06-13)
718

819
**Note:** Version bump only for package @webrtc-remote-control/vue

0 commit comments

Comments
 (0)