Skip to content

Commit d05f6a3

Browse files
committed
chore(release): v0.8.19
1 parent 07c7dec commit d05f6a3

11 files changed

Lines changed: 37 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "relayfile",
33
"license": "Apache-2.0",
44
"private": true,
5-
"version": "0.8.18",
5+
"version": "0.8.19",
66
"description": "relayfile — real-time filesystem for humans and agents",
77
"workspaces": [
88
"packages/core",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.8.19] - 2026-06-08
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.18] - 2026-06-08
1216

1317
_No user-visible changes in this release._
@@ -368,7 +372,8 @@ _No user-visible changes in this release._
368372
### Fixed
369373
- Upload raw binaries to GitHub releases. ([#34])
370374

371-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.18...HEAD
375+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.19...HEAD
376+
[0.8.19]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.19
372377
[0.8.18]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.18
373378
[0.8.17]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.17
374379
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relayfile",
3-
"version": "0.8.18",
3+
"version": "0.8.19",
44
"description": "CLI for relayfile — real-time filesystem for humans and agents",
55
"bin": {
66
"relayfile": "scripts/run.js"

packages/core/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.8.19] - 2026-06-08
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.18] - 2026-06-08
1216

1317
_No user-visible changes in this release._
@@ -344,7 +348,8 @@ _No user-visible changes in this release._
344348
### Added
345349
- Optional `contentIdentity` on write operations, enabling server-side deduplication of identical payloads. ([#54])
346350

347-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.18...HEAD
351+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.19...HEAD
352+
[0.8.19]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.19
348353
[0.8.18]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.18
349354
[0.8.17]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.17
350355
[0.8.17]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.17

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/core",
3-
"version": "0.8.18",
3+
"version": "0.8.19",
44
"description": "Shared business logic for relayfile — file operations, ACL, queries, events, and writeback lifecycle",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/file-observer/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.8.19] - 2026-06-08
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.18] - 2026-06-08
1216

1317
_No user-visible changes in this release._
@@ -343,7 +347,8 @@ Initial release.
343347
### Added
344348
- Dashboard workflow for visualizing relayfile filesystem activity in real time. ([#40])
345349

346-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.18...HEAD
350+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.19...HEAD
351+
[0.8.19]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.19
347352
[0.8.18]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.18
348353
[0.8.17]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.17
349354
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16

packages/file-observer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/file-observer",
3-
"version": "0.8.18",
3+
"version": "0.8.19",
44
"description": "RelayFile observer dashboard for browsing synced workspace files and metadata",
55
"files": [
66
"src",

packages/local-mount/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.8.19] - 2026-06-08
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.18] - 2026-06-08
1216

1317
_No user-visible changes in this release._
@@ -367,7 +371,8 @@ Initial release.
367371
- Directory-only ignore patterns (e.g. `cache/`) match directories without swallowing like-named files.
368372
- README documenting the mount lifecycle, dotfile semantics, and auto-sync behavior. ([#48])
369373

370-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.18...HEAD
374+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.19...HEAD
375+
[0.8.19]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.19
371376
[0.8.18]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.18
372377
[0.8.17]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.17
373378
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16

packages/local-mount/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/local-mount",
3-
"version": "0.8.18",
3+
"version": "0.8.19",
44
"description": "Create a symlink/copy mount of a project directory with .agentignore/.agentreadonly semantics, then launch a CLI inside it and sync writable changes back on exit",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/sdk/typescript/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.8.19] - 2026-06-08
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.18] - 2026-06-08
1216

1317
_No user-visible changes in this release._
@@ -365,7 +369,8 @@ _No user-visible changes in this release._
365369
### Fixed
366370
- Bind `fetch` to `globalThis` so the SDK runs on Cloudflare Workers without `TypeError: Illegal invocation`. ([#41])
367371

368-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.18...HEAD
372+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.19...HEAD
373+
[0.8.19]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.19
369374
[0.8.18]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.18
370375
[0.8.17]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.17
371376
[0.8.16]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.16

0 commit comments

Comments
 (0)