Skip to content

Commit

Permalink
chore: release main (#243)
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 Mar 1, 2023
1 parent ab155b7 commit e1c4ada
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,9 +1,9 @@
{
"packages/client": "4.4.0",
"packages/core": "4.4.0",
"packages/interface": "4.4.0",
"packages/interface": "4.4.1",
"packages/principal": "4.4.0",
"packages/server": "4.4.0",
"packages/server": "4.4.1",
"packages/transport": "4.4.0",
"packages/validator": "4.4.0"
}
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

## [4.4.1](https://github.com/web3-storage/ucanto/compare/interface-v4.4.0...interface-v4.4.1) (2023-03-01)


### Bug Fixes

* .provide inference regression ([#242](https://github.com/web3-storage/ucanto/issues/242)) ([ab155b7](https://github.com/web3-storage/ucanto/commit/ab155b71024878b7f31cddd6031c45a0e8a2fff1))

## [4.4.0](https://github.com/web3-storage/ucanto/compare/interface-v4.3.4...interface-v4.4.0) (2023-02-28)


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

## [4.4.1](https://github.com/web3-storage/ucanto/compare/server-v4.4.0...server-v4.4.1) (2023-03-01)


### Bug Fixes

* .provide inference regression ([#242](https://github.com/web3-storage/ucanto/issues/242)) ([ab155b7](https://github.com/web3-storage/ucanto/commit/ab155b71024878b7f31cddd6031c45a0e8a2fff1))

## [4.4.0](https://github.com/web3-storage/ucanto/compare/server-v4.3.4...server-v4.4.0) (2023-02-28)


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

0 comments on commit e1c4ada

Please sign in to comment.