Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 7, 2023
1 parent 6e48019 commit 8381ef0
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": "5.0.0",
"packages/core": "5.0.0",
"packages/interface": "5.0.0",
"packages/interface": "6.0.0",
"packages/principal": "5.0.2",
"packages/server": "5.0.0",
"packages/server": "6.0.0",
"packages/transport": "5.0.0",
"packages/validator": "5.0.0"
"packages/validator": "6.0.0"
}
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

## [6.0.0](https://github.com/web3-storage/ucanto/compare/interface-v5.0.0...interface-v6.0.0) (2023-03-07)


### ⚠ BREAKING CHANGES

* remove canIssue hook default from the server ([#251](https://github.com/web3-storage/ucanto/issues/251))

### Features

* remove canIssue hook default from the server ([#251](https://github.com/web3-storage/ucanto/issues/251)) ([6e48019](https://github.com/web3-storage/ucanto/commit/6e48019b905787b64b194bc0de0b1cd2c2cc3edc))

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


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": "5.0.0",
"version": "6.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

## [6.0.0](https://github.com/web3-storage/ucanto/compare/server-v5.0.0...server-v6.0.0) (2023-03-07)


### ⚠ BREAKING CHANGES

* remove canIssue hook default from the server ([#251](https://github.com/web3-storage/ucanto/issues/251))

### Features

* remove canIssue hook default from the server ([#251](https://github.com/web3-storage/ucanto/issues/251)) ([6e48019](https://github.com/web3-storage/ucanto/commit/6e48019b905787b64b194bc0de0b1cd2c2cc3edc))

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


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

## [6.0.0](https://github.com/web3-storage/ucanto/compare/validator-v5.0.0...validator-v6.0.0) (2023-03-07)


### ⚠ BREAKING CHANGES

* remove canIssue hook default from the server ([#251](https://github.com/web3-storage/ucanto/issues/251))

### Features

* remove canIssue hook default from the server ([#251](https://github.com/web3-storage/ucanto/issues/251)) ([6e48019](https://github.com/web3-storage/ucanto/commit/6e48019b905787b64b194bc0de0b1cd2c2cc3edc))

## [5.0.0](https://github.com/web3-storage/ucanto/compare/validator-v4.4.0...validator-v5.0.0) (2023-03-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/validator",
"description": "UCAN RPC validators",
"version": "5.0.0",
"version": "6.0.0",
"keywords": [
"UCAN",
"ed25519",
Expand Down

0 comments on commit 8381ef0

Please sign in to comment.