Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/client": "9.0.1",
"packages/core": "10.4.4",
"packages/interface": "11.0.0",
"packages/principal": "9.0.2",
"packages/server": "11.0.2",
"packages/transport": "9.2.0",
"packages/validator": "10.0.0"
"packages/client": "9.0.2",
"packages/core": "10.4.5",
"packages/interface": "11.0.1",
"packages/principal": "9.0.3",
"packages/server": "11.0.3",
"packages/transport": "9.2.1",
"packages/validator": "10.0.1"
}
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.0.2](https://github.com/storacha/ucanto/compare/client-v9.0.1...client-v9.0.2) (2025-10-24)


### Bug Fixes

* github URLs ([#403](https://github.com/storacha/ucanto/issues/403)) ([eaa7185](https://github.com/storacha/ucanto/commit/eaa7185b55ed7832727ff223639e0aa7d342b3d3))

## [9.0.1](https://github.com/storacha/ucanto/compare/client-v9.0.0...client-v9.0.1) (2024-04-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/client",
"description": "UCAN RPC Client",
"version": "9.0.1",
"version": "9.0.2",
"keywords": [
"UCAN",
"RPC",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.4.5](https://github.com/storacha/ucanto/compare/core-v10.4.4...core-v10.4.5) (2025-10-24)


### Bug Fixes

* github URLs ([#403](https://github.com/storacha/ucanto/issues/403)) ([eaa7185](https://github.com/storacha/ucanto/commit/eaa7185b55ed7832727ff223639e0aa7d342b3d3))

## [10.4.4](https://github.com/storacha/ucanto/compare/core-v10.4.3...core-v10.4.4) (2025-10-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/core",
"description": "ucanto core",
"version": "10.4.4",
"version": "10.4.5",
"keywords": [
"UCAN",
"RPC",
Expand Down
7 changes: 7 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [11.0.1](https://github.com/storacha/ucanto/compare/interface-v11.0.0...interface-v11.0.1) (2025-10-24)


### Bug Fixes

* github URLs ([#403](https://github.com/storacha/ucanto/issues/403)) ([eaa7185](https://github.com/storacha/ucanto/commit/eaa7185b55ed7832727ff223639e0aa7d342b3d3))

## [11.0.0](https://github.com/storacha/ucanto/compare/interface-v10.3.0...interface-v11.0.0) (2025-06-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/interface",
"description": "interface definitions for ucanto",
"version": "11.0.0",
"version": "11.0.1",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/principal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.0.3](https://github.com/storacha/ucanto/compare/principal-v9.0.2...principal-v9.0.3) (2025-10-24)


### Bug Fixes

* github URLs ([#403](https://github.com/storacha/ucanto/issues/403)) ([eaa7185](https://github.com/storacha/ucanto/commit/eaa7185b55ed7832727ff223639e0aa7d342b3d3))

## [9.0.2](https://github.com/storacha/ucanto/compare/principal-v9.0.1...principal-v9.0.2) (2025-01-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/principal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/principal",
"description": "ucanto principal",
"version": "9.0.2",
"version": "9.0.3",
"keywords": [
"UCAN",
"ed25519",
Expand Down
7 changes: 7 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [11.0.3](https://github.com/storacha/ucanto/compare/server-v11.0.2...server-v11.0.3) (2025-10-24)


### Bug Fixes

* github URLs ([#403](https://github.com/storacha/ucanto/issues/403)) ([eaa7185](https://github.com/storacha/ucanto/commit/eaa7185b55ed7832727ff223639e0aa7d342b3d3))

## [11.0.2](https://github.com/storacha/ucanto/compare/server-v11.0.1...server-v11.0.2) (2025-10-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/server",
"description": "UCAN RPC Server",
"version": "11.0.2",
"version": "11.0.3",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.2.1](https://github.com/storacha/ucanto/compare/transport-v9.2.0...transport-v9.2.1) (2025-10-24)


### Bug Fixes

* github URLs ([#403](https://github.com/storacha/ucanto/issues/403)) ([eaa7185](https://github.com/storacha/ucanto/commit/eaa7185b55ed7832727ff223639e0aa7d342b3d3))

## [9.2.0](https://github.com/storacha/ucanto/compare/transport-v9.1.1...transport-v9.2.0) (2025-04-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/transport",
"description": "ucanto transport",
"version": "9.2.0",
"version": "9.2.1",
"keywords": [
"UCAN",
"RPC",
Expand Down
7 changes: 7 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.0.1](https://github.com/storacha/ucanto/compare/validator-v10.0.0...validator-v10.0.1) (2025-10-24)


### Bug Fixes

* github URLs ([#403](https://github.com/storacha/ucanto/issues/403)) ([eaa7185](https://github.com/storacha/ucanto/commit/eaa7185b55ed7832727ff223639e0aa7d342b3d3))

## [10.0.0](https://github.com/storacha/ucanto/compare/validator-v9.1.0...validator-v10.0.0) (2025-06-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/validator",
"description": "UCAN RPC validators",
"version": "10.0.0",
"version": "10.0.1",
"keywords": [
"UCAN",
"ed25519",
Expand Down