From 265de281cd2c8e3e284237a2f0317b15a2de180c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:28:35 +0200 Subject: [PATCH] chore: release main (#352) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 4 ++-- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- packages/interface/CHANGELOG.md | 7 +++++++ packages/interface/package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 9dfba5e4..fcbe2a29 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/client": "9.0.1", - "packages/core": "10.0.0", - "packages/interface": "10.0.0", + "packages/core": "10.0.1", + "packages/interface": "10.0.1", "packages/principal": "9.0.1", "packages/server": "10.0.0", "packages/transport": "9.1.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3522681b..025219f3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.1](https://github.com/web3-storage/ucanto/compare/core-v10.0.0...core-v10.0.1) (2024-04-08) + + +### Bug Fixes + +* add link to receipt ([#351](https://github.com/web3-storage/ucanto/issues/351)) ([efa3506](https://github.com/web3-storage/ucanto/commit/efa3506efc333040e90daa8482c8eafb5dc81941)) + ## [10.0.0](https://github.com/web3-storage/ucanto/compare/core-v9.0.1...core-v10.0.0) (2024-04-04) diff --git a/packages/core/package.json b/packages/core/package.json index 2cf9c530..310de64e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/core", "description": "ucanto core", - "version": "10.0.0", + "version": "10.0.1", "keywords": [ "UCAN", "RPC", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index 367e2c39..4fa5274a 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.1](https://github.com/web3-storage/ucanto/compare/interface-v10.0.0...interface-v10.0.1) (2024-04-08) + + +### Bug Fixes + +* add link to receipt ([#351](https://github.com/web3-storage/ucanto/issues/351)) ([efa3506](https://github.com/web3-storage/ucanto/commit/efa3506efc333040e90daa8482c8eafb5dc81941)) + ## [10.0.0](https://github.com/web3-storage/ucanto/compare/interface-v9.0.0...interface-v10.0.0) (2024-04-04) diff --git a/packages/interface/package.json b/packages/interface/package.json index bf5b1432..a33f415c 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/interface", "description": "interface definitions for ucanto", - "version": "10.0.0", + "version": "10.0.1", "types": "./dist/src/lib.d.ts", "main": "./src/lib.js", "keywords": [