Skip to content

Commit

Permalink
chore: release main (#321)
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 Oct 5, 2023
1 parent 303cc44 commit 727abde
Show file tree
Hide file tree
Showing 15 changed files with 78 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/client": "8.0.1",
"packages/core": "8.2.0",
"packages/interface": "8.1.0",
"packages/principal": "8.1.0",
"packages/server": "8.0.2",
"packages/transport": "8.0.0",
"packages/validator": "8.0.0"
"packages/client": "9.0.0",
"packages/core": "9.0.0",
"packages/interface": "9.0.0",
"packages/principal": "9.0.0",
"packages/server": "9.0.0",
"packages/transport": "9.0.0",
"packages/validator": "9.0.0"
}
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Miscellaneous Chores

* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743))

## [8.0.1](https://github.com/web3-storage/ucanto/compare/client-v8.0.0...client-v8.0.1) (2023-08-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/client",
"description": "UCAN RPC Client",
"version": "8.0.1",
"version": "9.0.0",
"keywords": [
"UCAN",
"RPC",
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

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


### Miscellaneous Chores

* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743))

## [8.2.0](https://github.com/web3-storage/ucanto/compare/core-v8.1.0...core-v8.2.0) (2023-09-01)


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

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


### Features

* add revocation checker hook ([#320](https://github.com/web3-storage/ucanto/issues/320)) ([0c2dbc6](https://github.com/web3-storage/ucanto/commit/0c2dbc6cdda6bdfad0b1c2ee33eaf37bfd470540))


### Miscellaneous Chores

* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743))

## [8.1.0](https://github.com/web3-storage/ucanto/compare/interface-v8.0.0...interface-v8.1.0) (2023-09-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": "8.1.0",
"version": "9.0.0",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/principal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Miscellaneous Chores

* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743))

## [8.1.0](https://github.com/web3-storage/ucanto/compare/principal-v8.0.0...principal-v8.1.0) (2023-09-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/principal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/principal",
"description": "ucanto principal",
"version": "8.1.0",
"version": "9.0.0",
"keywords": [
"UCAN",
"ed25519",
Expand Down
12 changes: 12 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* add revocation checker hook ([#320](https://github.com/web3-storage/ucanto/issues/320)) ([0c2dbc6](https://github.com/web3-storage/ucanto/commit/0c2dbc6cdda6bdfad0b1c2ee33eaf37bfd470540))


### Miscellaneous Chores

* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743))

## [8.0.2](https://github.com/web3-storage/ucanto/compare/server-v8.0.1...server-v8.0.2) (2023-08-03)


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

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


### Miscellaneous Chores

* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743))

## [8.0.0](https://github.com/web3-storage/ucanto/compare/transport-v7.0.3...transport-v8.0.0) (2023-05-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/transport",
"description": "ucanto transport",
"version": "8.0.0",
"version": "9.0.0",
"keywords": [
"UCAN",
"RPC",
Expand Down
12 changes: 12 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* add revocation checker hook ([#320](https://github.com/web3-storage/ucanto/issues/320)) ([0c2dbc6](https://github.com/web3-storage/ucanto/commit/0c2dbc6cdda6bdfad0b1c2ee33eaf37bfd470540))


### Miscellaneous Chores

* release 9.0.0 ([303cc44](https://github.com/web3-storage/ucanto/commit/303cc4429dfb6058ef152eacc50ca146d3546743))

## [8.0.0](https://github.com/web3-storage/ucanto/compare/validator-v7.0.0...validator-v8.0.0) (2023-05-22)


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": "8.0.0",
"version": "9.0.0",
"keywords": [
"UCAN",
"ed25519",
Expand Down

0 comments on commit 727abde

Please sign in to comment.