Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #305

Merged
merged 1 commit into from
May 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "7.0.1",
"packages/core": "7.1.1",
"packages/interface": "7.1.0",
"packages/core": "8.0.0",
"packages/interface": "8.0.0",
"packages/principal": "7.0.0",
"packages/server": "7.0.2",
"packages/server": "8.0.0",
"packages/transport": "7.0.3",
"packages/validator": "7.0.0"
}
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* effects support ([#309](https://github.com/web3-storage/ucanto/issues/309))

### Features

* add Schema.bytes ([#300](https://github.com/web3-storage/ucanto/issues/300)) ([2bbdd1c](https://github.com/web3-storage/ucanto/commit/2bbdd1c4725ec716bd06c512fec933d48e9820e0))
* archive/extract api for delegations ([#287](https://github.com/web3-storage/ucanto/issues/287)) ([75036c1](https://github.com/web3-storage/ucanto/commit/75036c1af6cb35ea564087aa1a3b0d76b0099476))
* effects support ([#309](https://github.com/web3-storage/ucanto/issues/309)) ([2a59d8a](https://github.com/web3-storage/ucanto/commit/2a59d8a2fe97325afcdacd5b769c9e88f96488be))

## [7.1.1](https://github.com/web3-storage/ucanto/compare/core-v7.1.0...core-v7.1.1) (2023-05-02)


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": "7.1.1",
"version": "8.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

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


### ⚠ BREAKING CHANGES

* effects support ([#309](https://github.com/web3-storage/ucanto/issues/309))

### Features

* archive/extract api for delegations ([#287](https://github.com/web3-storage/ucanto/issues/287)) ([75036c1](https://github.com/web3-storage/ucanto/commit/75036c1af6cb35ea564087aa1a3b0d76b0099476))
* effects support ([#309](https://github.com/web3-storage/ucanto/issues/309)) ([2a59d8a](https://github.com/web3-storage/ucanto/commit/2a59d8a2fe97325afcdacd5b769c9e88f96488be))

## [7.1.0](https://github.com/web3-storage/ucanto/compare/interface-v7.0.1...interface-v7.1.0) (2023-04-27)


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": "7.1.0",
"version": "8.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

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


### ⚠ BREAKING CHANGES

* effects support ([#309](https://github.com/web3-storage/ucanto/issues/309))

### Features

* effects support ([#309](https://github.com/web3-storage/ucanto/issues/309)) ([2a59d8a](https://github.com/web3-storage/ucanto/commit/2a59d8a2fe97325afcdacd5b769c9e88f96488be))

## [7.0.2](https://github.com/web3-storage/ucanto/compare/server-v7.0.1...server-v7.0.2) (2023-04-25)


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