Skip to content

Commit 5d94e1d

Browse files
committed
chore(release): v0.10.13
1 parent 3848efe commit 5d94e1d

18 files changed

Lines changed: 97 additions & 72 deletions

File tree

package-lock.json

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.10.12",
5+
"version": "0.10.13",
66
"description": "relayfile — real-time filesystem for humans and agents",
77
"workspaces": [
88
"packages/core",

packages/agents/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/agents",
3-
"version": "0.10.12",
3+
"version": "0.10.13",
44
"description": "Thin agent-framework adapters for Relayfile. One connect() call, ready tools, proven writeback lifecycle.",
55
"license": "Apache-2.0",
66
"type": "module",
@@ -48,7 +48,7 @@
4848
"@langchain/core": ">=0.3",
4949
"@langchain/langgraph": ">=0.2",
5050
"@openai/agents": ">=0",
51-
"@relayfile/sdk": "^0.10.12",
51+
"@relayfile/sdk": "^0.10.13",
5252
"ai": ">=4"
5353
},
5454
"peerDependenciesMeta": {
@@ -75,7 +75,7 @@
7575
"@langchain/core": "^0.3.25",
7676
"@langchain/langgraph": "^0.2.31",
7777
"@openai/agents": "^0.0.13",
78-
"@relayfile/sdk": "0.10.12",
78+
"@relayfile/sdk": "0.10.13",
7979
"@types/node": "^20.19.43",
8080
"ai": "^4.0.20",
8181
"typescript": "^5.5.4"

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.10.13] - 2026-06-27
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.12] - 2026-06-24
1216

1317
_No user-visible changes in this release._
@@ -480,7 +484,8 @@ _No user-visible changes in this release._
480484
### Fixed
481485
- Upload raw binaries to GitHub releases. ([#34])
482486

483-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.12...HEAD
487+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.13...HEAD
488+
[0.10.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.13
484489
[0.10.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.12
485490
[0.10.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.11
486491
[0.10.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.10

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.10.12",
3+
"version": "0.10.13",
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.10.13] - 2026-06-27
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.12] - 2026-06-24
1216

1317
_No user-visible changes in this release._
@@ -456,7 +460,8 @@ _No user-visible changes in this release._
456460
### Added
457461
- Optional `contentIdentity` on write operations, enabling server-side deduplication of identical payloads. ([#54])
458462

459-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.12...HEAD
463+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.13...HEAD
464+
[0.10.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.13
460465
[0.10.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.12
461466
[0.10.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.11
462467
[0.10.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.10

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.10.12",
3+
"version": "0.10.13",
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.10.13] - 2026-06-27
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.12] - 2026-06-24
1216

1317
_No user-visible changes in this release._
@@ -455,7 +459,8 @@ Initial release.
455459
### Added
456460
- Dashboard workflow for visualizing relayfile filesystem activity in real time. ([#40])
457461

458-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.12...HEAD
462+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.13...HEAD
463+
[0.10.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.13
459464
[0.10.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.12
460465
[0.10.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.11
461466
[0.10.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.10

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.10.12",
3+
"version": "0.10.13",
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.10.13] - 2026-06-27
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.12] - 2026-06-24
1216

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

482-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.12...HEAD
486+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.13...HEAD
487+
[0.10.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.13
483488
[0.10.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.12
484489
[0.10.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.11
485490
[0.10.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.10

0 commit comments

Comments
 (0)