Skip to content

Commit

Permalink
chore: release main (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 27, 2023
1 parent c9d6f3e commit f72e654
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/client": "7.0.1",
"packages/core": "7.0.1",
"packages/interface": "7.0.1",
"packages/core": "7.1.0",
"packages/interface": "7.1.0",
"packages/principal": "7.0.0",
"packages/server": "7.0.2",
"packages/transport": "7.0.3",
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

## [7.1.0](https://github.com/web3-storage/ucanto/compare/core-v7.0.1...core-v7.1.0) (2023-04-27)


### Features

* support attach inline blocks in invocation and delegation ([#288](https://github.com/web3-storage/ucanto/issues/288)) ([c9d6f3e](https://github.com/web3-storage/ucanto/commit/c9d6f3eb0bddf84b64b9c40df75257e7a10c674c))

## [7.0.1](https://github.com/web3-storage/ucanto/compare/core-v7.0.0...core-v7.0.1) (2023-04-11)


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": "7.0.1",
"version": "7.1.0",
"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

## [7.1.0](https://github.com/web3-storage/ucanto/compare/interface-v7.0.1...interface-v7.1.0) (2023-04-27)


### Features

* support attach inline blocks in invocation and delegation ([#288](https://github.com/web3-storage/ucanto/issues/288)) ([c9d6f3e](https://github.com/web3-storage/ucanto/commit/c9d6f3eb0bddf84b64b9c40df75257e7a10c674c))

## [7.0.1](https://github.com/web3-storage/ucanto/compare/interface-v7.0.0...interface-v7.0.1) (2023-04-11)


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": "7.0.1",
"version": "7.1.0",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down

0 comments on commit f72e654

Please sign in to comment.