Skip to content

Commit 77b3490

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 af5194e commit 77b3490

File tree

12 files changed

+51
-13
lines changed

12 files changed

+51
-13
lines changed

demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2025-05-27)
7+
8+
**Note:** Version bump only for package @webrtc-remote-control/demo
9+
10+
11+
12+
13+
614
## [0.2.1](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2025-05-21)
715

816

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.1",
3+
"version": "0.2.2",
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.2",
37-
"@webrtc-remote-control/react": "^0.1.2",
38-
"@webrtc-remote-control/vue": "^0.1.2",
36+
"@webrtc-remote-control/core": "^0.1.3",
37+
"@webrtc-remote-control/react": "^0.1.3",
38+
"@webrtc-remote-control/vue": "^0.1.3",
3939
"lodash": "^4.17.21",
4040
"prop-types": "^15.8.1",
4141
"react": "^18.0.0",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2025-05-27)
7+
8+
**Note:** Version bump only for package @webrtc-remote-control/core
9+
10+
11+
12+
13+
614
## [0.1.2](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2025-05-21)
715

816

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.2",
4+
"version": "0.1.3",
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.3](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2025-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* correct nested type declaration ([af5194e](https://github.com/topheman/webrtc-remote-control/commit/af5194e696693440c27cd002cc104681722b3b29))
12+
13+
14+
15+
16+
617
## [0.1.2](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2025-05-21)
718

819

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.2",
4+
"version": "0.1.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/topheman/webrtc-remote-control.git"
@@ -49,7 +49,7 @@
4949
"react": ">=16.8.0"
5050
},
5151
"dependencies": {
52-
"@webrtc-remote-control/core": "^0.1.2",
52+
"@webrtc-remote-control/core": "^0.1.3",
5353
"prop-types": "^15.8.1"
5454
},
5555
"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.3](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2025-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* correct nested type declaration ([af5194e](https://github.com/topheman/webrtc-remote-control/commit/af5194e696693440c27cd002cc104681722b3b29))
12+
13+
14+
15+
16+
617
## [0.1.2](https://github.com/topheman/webrtc-remote-control/compare/@webrtc-remote-control/[email protected]...@webrtc-remote-control/[email protected]) (2025-05-21)
718

819

0 commit comments

Comments
 (0)