Skip to content

Commit

Permalink
chore: release main (#348)
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] committed Apr 4, 2024
1 parent 58f7c13 commit b44a513
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/client": "9.0.0",
"packages/core": "9.0.1",
"packages/interface": "9.0.0",
"packages/core": "10.0.0",
"packages/interface": "10.0.0",
"packages/principal": "9.0.0",
"packages/server": "9.0.1",
"packages/server": "10.0.0",
"packages/transport": "9.1.0",
"packages/validator": "9.0.1"
}
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [10.0.0](https://github.com/web3-storage/ucanto/compare/core-v9.0.1...core-v10.0.0) (2024-04-04)


### ⚠ BREAKING CHANGES

* add support for embedded effects ([#347](https://github.com/web3-storage/ucanto/issues/347))

### Features

* add support for embedded effects ([#347](https://github.com/web3-storage/ucanto/issues/347)) ([58f7c13](https://github.com/web3-storage/ucanto/commit/58f7c13862b9c4581b06f190f25e9d6a0969239a))

## [9.0.1](https://github.com/web3-storage/ucanto/compare/core-v9.0.0...core-v9.0.1) (2023-11-15)


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": "9.0.1",
"version": "10.0.0",
"keywords": [
"UCAN",
"RPC",
Expand Down
11 changes: 11 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [10.0.0](https://github.com/web3-storage/ucanto/compare/interface-v9.0.0...interface-v10.0.0) (2024-04-04)


### ⚠ BREAKING CHANGES

* add support for embedded effects ([#347](https://github.com/web3-storage/ucanto/issues/347))

### Features

* add support for embedded effects ([#347](https://github.com/web3-storage/ucanto/issues/347)) ([58f7c13](https://github.com/web3-storage/ucanto/commit/58f7c13862b9c4581b06f190f25e9d6a0969239a))

## [9.0.0](https://github.com/web3-storage/ucanto/compare/interface-v8.1.0...interface-v9.0.0) (2023-10-05)


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": "9.0.0",
"version": "10.0.0",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [10.0.0](https://github.com/web3-storage/ucanto/compare/server-v9.0.1...server-v10.0.0) (2024-04-04)


### ⚠ BREAKING CHANGES

* add support for embedded effects ([#347](https://github.com/web3-storage/ucanto/issues/347))

### Features

* add support for embedded effects ([#347](https://github.com/web3-storage/ucanto/issues/347)) ([58f7c13](https://github.com/web3-storage/ucanto/commit/58f7c13862b9c4581b06f190f25e9d6a0969239a))

## [9.0.1](https://github.com/web3-storage/ucanto/compare/server-v9.0.0...server-v9.0.1) (2023-10-05)


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

0 comments on commit b44a513

Please sign in to comment.