Skip to content

Commit

Permalink
chore: release ucanto (#202)
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 Jan 24, 2023
1 parent 9cb1d2e commit fbf13cc
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 6 deletions.
10 changes: 9 additions & 1 deletion packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/client-v4.0.3...client-v4.1.0) (2023-01-24)


### Features

* support execution of materialized invocations ([#199](https://www.github.com/web3-storage/ucanto/issues/199)) ([275bc24](https://www.github.com/web3-storage/ucanto/commit/275bc2439d81d0822c03ac62ba56f63d965d2622))
* update multiformats ([#197](https://www.github.com/web3-storage/ucanto/issues/197)) ([b92a6c6](https://www.github.com/web3-storage/ucanto/commit/b92a6c6f5c066890a25e62205ff9848b1fb8dde1))

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/client-v4.0.3...client-v4.1.0) (2023-01-18)


Expand Down Expand Up @@ -476,4 +484,4 @@
* devDependencies
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
* @ucanto/transport bumped from 0.0.1 to ^0.2.0
* @ucanto/core bumped from 0.0.1 to ^0.2.0
* @ucanto/core bumped from 0.0.1 to ^0.2.0
16 changes: 15 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/core-v4.0.3...core-v4.1.0) (2023-01-24)


### Features

* delegation.toJSON ([#186](https://www.github.com/web3-storage/ucanto/issues/186)) ([f8ffa74](https://www.github.com/web3-storage/ucanto/commit/f8ffa74bcbb1376b54633003a7c2609f70135c70))
* support execution of materialized invocations ([#199](https://www.github.com/web3-storage/ucanto/issues/199)) ([275bc24](https://www.github.com/web3-storage/ucanto/commit/275bc2439d81d0822c03ac62ba56f63d965d2622))
* update multiformats ([#197](https://www.github.com/web3-storage/ucanto/issues/197)) ([b92a6c6](https://www.github.com/web3-storage/ucanto/commit/b92a6c6f5c066890a25e62205ff9848b1fb8dde1))


### Bug Fixes

* toJSON behavior on the ucan.data ([#185](https://www.github.com/web3-storage/ucanto/issues/185)) ([d1ee6b6](https://www.github.com/web3-storage/ucanto/commit/d1ee6b6a0044d53359f0e20f631e3b86e4b94ab3))

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/core-v4.0.3...core-v4.1.0) (2023-01-18)


Expand Down Expand Up @@ -442,4 +456,4 @@
* dependencies
* @ucanto/interface bumped from 0.0.1 to ^0.2.0
* devDependencies
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
14 changes: 14 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/interface-v4.0.3...interface-v4.1.0) (2023-01-24)


### Features

* delegation.toJSON ([#186](https://www.github.com/web3-storage/ucanto/issues/186)) ([f8ffa74](https://www.github.com/web3-storage/ucanto/commit/f8ffa74bcbb1376b54633003a7c2609f70135c70))
* support execution of materialized invocations ([#199](https://www.github.com/web3-storage/ucanto/issues/199)) ([275bc24](https://www.github.com/web3-storage/ucanto/commit/275bc2439d81d0822c03ac62ba56f63d965d2622))
* update multiformats ([#197](https://www.github.com/web3-storage/ucanto/issues/197)) ([b92a6c6](https://www.github.com/web3-storage/ucanto/commit/b92a6c6f5c066890a25e62205ff9848b1fb8dde1))


### Bug Fixes

* toJSON behavior on the ucan.data ([#185](https://www.github.com/web3-storage/ucanto/issues/185)) ([d1ee6b6](https://www.github.com/web3-storage/ucanto/commit/d1ee6b6a0044d53359f0e20f631e3b86e4b94ab3))

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/interface-v4.0.3...interface-v4.1.0) (2023-01-18)


Expand Down
14 changes: 13 additions & 1 deletion packages/principal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/principal-v4.0.3...principal-v4.1.0) (2023-01-24)


### Features

* update multiformats ([#197](https://www.github.com/web3-storage/ucanto/issues/197)) ([b92a6c6](https://www.github.com/web3-storage/ucanto/commit/b92a6c6f5c066890a25e62205ff9848b1fb8dde1))


### Bug Fixes

* toJSON behavior on the ucan.data ([#185](https://www.github.com/web3-storage/ucanto/issues/185)) ([d1ee6b6](https://www.github.com/web3-storage/ucanto/commit/d1ee6b6a0044d53359f0e20f631e3b86e4b94ab3))

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/principal-v4.0.3...principal-v4.1.0) (2023-01-18)


Expand Down Expand Up @@ -409,4 +421,4 @@

### Features

* refactor into monorepo ([#13](https://www.github.com/web3-storage/ucanto/issues/13)) ([1f99506](https://www.github.com/web3-storage/ucanto/commit/1f995064ec6e5953118c2dd1065ee6be959f25b9))
* refactor into monorepo ([#13](https://www.github.com/web3-storage/ucanto/issues/13)) ([1f99506](https://www.github.com/web3-storage/ucanto/commit/1f995064ec6e5953118c2dd1065ee6be959f25b9))
9 changes: 8 additions & 1 deletion packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/server-v4.0.3...server-v4.1.0) (2023-01-24)


### Features

* update multiformats ([#197](https://www.github.com/web3-storage/ucanto/issues/197)) ([b92a6c6](https://www.github.com/web3-storage/ucanto/commit/b92a6c6f5c066890a25e62205ff9848b1fb8dde1))

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/server-v4.0.3...server-v4.1.0) (2023-01-18)


Expand Down Expand Up @@ -640,4 +647,4 @@
* devDependencies
* @ucanto/client bumped from 0.0.1 to ^0.2.0
* @ucanto/transport bumped from 0.0.1 to ^0.2.0
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
10 changes: 9 additions & 1 deletion packages/transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/transport-v4.0.3...transport-v4.1.0) (2023-01-24)


### Features

* support execution of materialized invocations ([#199](https://www.github.com/web3-storage/ucanto/issues/199)) ([275bc24](https://www.github.com/web3-storage/ucanto/commit/275bc2439d81d0822c03ac62ba56f63d965d2622))
* update multiformats ([#197](https://www.github.com/web3-storage/ucanto/issues/197)) ([b92a6c6](https://www.github.com/web3-storage/ucanto/commit/b92a6c6f5c066890a25e62205ff9848b1fb8dde1))

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/transport-v4.0.3...transport-v4.1.0) (2023-01-18)


Expand Down Expand Up @@ -483,4 +491,4 @@
* @ucanto/interface bumped from 0.0.1 to ^0.2.0
* @ucanto/core bumped from 0.0.1 to ^0.2.0
* devDependencies
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
15 changes: 14 additions & 1 deletion packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/validator-v4.0.3...validator-v4.1.0) (2023-01-24)


### Features

* implement dictionary schema ([#192](https://www.github.com/web3-storage/ucanto/issues/192)) ([a872395](https://www.github.com/web3-storage/ucanto/commit/a8723950a42636b5da658c4e8272a46a7a899e6d))
* update multiformats ([#197](https://www.github.com/web3-storage/ucanto/issues/197)) ([b92a6c6](https://www.github.com/web3-storage/ucanto/commit/b92a6c6f5c066890a25e62205ff9848b1fb8dde1))


### Bug Fixes

* error messages on invalid proofs ([#187](https://www.github.com/web3-storage/ucanto/issues/187)) ([cb1a3bc](https://www.github.com/web3-storage/ucanto/commit/cb1a3bca9d51c95f369f28f1c2be46ee213ed053))

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/validator-v4.0.3...validator-v4.1.0) (2023-01-18)


Expand Down Expand Up @@ -596,4 +609,4 @@
* @ucanto/interface bumped from ^0.0.1 to ^0.2.0
* devDependencies
* @ucanto/client bumped from ^0.0.1 to ^0.2.0
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
* @ucanto/authority bumped from 0.0.1 to ^0.2.0

0 comments on commit fbf13cc

Please sign in to comment.