Skip to content

Commit 0097c5b

Browse files
chore: release main
1 parent 49bc303 commit 0097c5b

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.7.0",
3-
"packages/companion-surface-host": "0.5.0"
2+
"packages/companion-surface-base": "0.8.0",
3+
"packages/companion-surface-host": "0.6.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.8.0](https://github.com/bitfocus/companion-surface-api/compare/companion-surface-base-v0.7.0...companion-surface-base-v0.8.0) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* publish 1.0 ([49bc303](https://github.com/bitfocus/companion-surface-api/commit/49bc3039a56d963d0b67a66e992dea47ff413bc7))
9+
310
## [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)
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": "1.0.0-0",
3+
"version": "0.8.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.6.0](https://github.com/bitfocus/companion-surface-api/compare/companion-surface-host-v0.5.0...companion-surface-host-v0.6.0) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* publish 1.0 ([49bc303](https://github.com/bitfocus/companion-surface-api/commit/49bc3039a56d963d0b67a66e992dea47ff413bc7))
9+
310
## [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)
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": "1.0.0-0",
3+
"version": "0.6.0",
44
"type": "module",
55
"license": "MIT",
66
"repository": "https://github.com/bitfocus/companion-surface-api",

0 commit comments

Comments
 (0)