Skip to content

Commit e80f7f1

Browse files
chore: release main (#28)
1 parent 8653bc1 commit e80f7f1

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/companion-surface-base": "0.6.2",
3-
"packages/companion-surface-host": "0.4.3"
2+
"packages/companion-surface-base": "0.7.0",
3+
"packages/companion-surface-host": "0.5.0"
44
}

packages/companion-surface-base/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/bitfocus/companion-surface-api/compare/companion-surface-base-v0.6.2...companion-surface-base-v0.7.0) (2025-12-01)
4+
5+
6+
### Features
7+
8+
* surface changePage events ([8653bc1](https://github.com/bitfocus/companion-surface-api/commit/8653bc1e5210cf573bd764c5523d2654fbb75e57))
9+
310
## [0.6.2](https://github.com/bitfocus/companion-surface-api/compare/companion-surface-base-v0.6.1...companion-surface-base-v0.6.2) (2025-11-25)
411

512

packages/companion-surface-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@companion-surface/base",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"type": "module",
55
"license": "MIT",
66
"repository": "https://github.com/bitfocus/companion-surface-api",

packages/companion-surface-host/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/bitfocus/companion-surface-api/compare/companion-surface-host-v0.4.3...companion-surface-host-v0.5.0) (2025-12-01)
4+
5+
6+
### Features
7+
8+
* surface changePage events ([8653bc1](https://github.com/bitfocus/companion-surface-api/commit/8653bc1e5210cf573bd764c5523d2654fbb75e57))
9+
310
## [0.4.3](https://github.com/bitfocus/companion-surface-api/compare/companion-surface-host-v0.4.2...companion-surface-host-v0.4.3) (2025-11-25)
411

512

packages/companion-surface-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@companion-surface/host",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"type": "module",
55
"license": "MIT",
66
"repository": "https://github.com/bitfocus/companion-surface-api",

0 commit comments

Comments
 (0)