Skip to content

Commit

Permalink
chore: release main (#319)
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 Sep 1, 2023
1 parent 0bee77e commit c8999a5
Show file tree
Hide file tree
Showing 7 changed files with 27 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,8 +1,8 @@
{
"packages/client": "8.0.1",
"packages/core": "8.1.0",
"packages/interface": "8.0.0",
"packages/principal": "8.0.0",
"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"
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

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


### Features

* implement support for BLS keys ([#318](https://github.com/web3-storage/ucanto/issues/318)) ([0bee77e](https://github.com/web3-storage/ucanto/commit/0bee77e13174a1f964fe67fd25a3eaf6ee00f141))

## [8.1.0](https://github.com/web3-storage/ucanto/compare/core-v8.0.0...core-v8.1.0) (2023-08-03)


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.1.0",
"version": "8.2.0",
"keywords": [
"UCAN",
"RPC",
Expand Down
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

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


### Features

* implement support for BLS keys ([#318](https://github.com/web3-storage/ucanto/issues/318)) ([0bee77e](https://github.com/web3-storage/ucanto/commit/0bee77e13174a1f964fe67fd25a3eaf6ee00f141))

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


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.0.0",
"version": "8.1.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

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


### Features

* implement support for BLS keys ([#318](https://github.com/web3-storage/ucanto/issues/318)) ([0bee77e](https://github.com/web3-storage/ucanto/commit/0bee77e13174a1f964fe67fd25a3eaf6ee00f141))

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


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.0.0",
"version": "8.1.0",
"keywords": [
"UCAN",
"ed25519",
Expand Down

0 comments on commit c8999a5

Please sign in to comment.