diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 30a3f722..3ba84856 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -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" } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 9a75a21c..3558cee7 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -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) diff --git a/packages/client/package.json b/packages/client/package.json index e4100f76..fdc498cb 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/client", "description": "UCAN RPC Client", - "version": "9.0.1", + "version": "9.0.2", "keywords": [ "UCAN", "RPC", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f7e280bf..78fbbc84 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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) diff --git a/packages/core/package.json b/packages/core/package.json index 8262d514..c6202562 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/core", "description": "ucanto core", - "version": "10.4.4", + "version": "10.4.5", "keywords": [ "UCAN", "RPC", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index 149cf82f..01cca08f 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -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) diff --git a/packages/interface/package.json b/packages/interface/package.json index 4f1534c1..bf9966fa 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -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": [ diff --git a/packages/principal/CHANGELOG.md b/packages/principal/CHANGELOG.md index 1ee86a87..7890bde6 100644 --- a/packages/principal/CHANGELOG.md +++ b/packages/principal/CHANGELOG.md @@ -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) diff --git a/packages/principal/package.json b/packages/principal/package.json index 22472ff1..69396ce4 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/principal", "description": "ucanto principal", - "version": "9.0.2", + "version": "9.0.3", "keywords": [ "UCAN", "ed25519", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 2b5aeff4..1254cd7c 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -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) diff --git a/packages/server/package.json b/packages/server/package.json index 15a71ed0..517bac1a 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -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": [ diff --git a/packages/transport/CHANGELOG.md b/packages/transport/CHANGELOG.md index 9eecb8a6..ea411ede 100644 --- a/packages/transport/CHANGELOG.md +++ b/packages/transport/CHANGELOG.md @@ -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) diff --git a/packages/transport/package.json b/packages/transport/package.json index 2a34001c..377c4ab4 100644 --- a/packages/transport/package.json +++ b/packages/transport/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/transport", "description": "ucanto transport", - "version": "9.2.0", + "version": "9.2.1", "keywords": [ "UCAN", "RPC", diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index a9cd2086..f1d8bfa3 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -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) diff --git a/packages/validator/package.json b/packages/validator/package.json index aef38fc6..7564f130 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/validator", "description": "UCAN RPC validators", - "version": "10.0.0", + "version": "10.0.1", "keywords": [ "UCAN", "ed25519",