Skip to content

Commit

Permalink
chore: release main (#270)
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 Apr 11, 2023
1 parent b3a441d commit 7f639bd
Show file tree
Hide file tree
Showing 15 changed files with 151 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": "5.1.0",
"packages/core": "5.2.0",
"packages/interface": "6.2.0",
"packages/principal": "5.1.0",
"packages/server": "6.1.0",
"packages/transport": "5.1.1",
"packages/validator": "6.1.0"
"packages/client": "0.7.0",
"packages/core": "0.7.0",
"packages/interface": "0.7.0",
"packages/principal": "0.7.0",
"packages/server": "0.7.0",
"packages/transport": "0.7.0",
"packages/validator": "0.7.0"
}
20 changes: 20 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.7.0](https://github.com/web3-storage/ucanto/compare/client-v5.1.0...client-v0.7.0) (2023-04-11)


### ⚠ BREAKING CHANGES

* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274))
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272))
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266))

### Features

* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b))
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272)) ([b124ed8](https://github.com/web3-storage/ucanto/commit/b124ed8299a94e5a6b5abcb7cd075dd46ac4139d))
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274)) ([25abb67](https://github.com/web3-storage/ucanto/commit/25abb679a05b1f4010cdb949c71537ca2611d9c7))


### Miscellaneous Chores

* release 0.7.0 ([b3a441d](https://github.com/web3-storage/ucanto/commit/b3a441d4f3d85ab5ae3e2a0331dfacbdd038be23))

## [5.1.0](https://github.com/web3-storage/ucanto/compare/client-v5.0.0...client-v5.1.0) (2023-03-07)


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

## [0.7.0](https://github.com/web3-storage/ucanto/compare/core-v5.2.0...core-v0.7.0) (2023-04-11)


### ⚠ BREAKING CHANGES

* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274))
* migrate schema to core ([#273](https://github.com/web3-storage/ucanto/issues/273))
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272))
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266))

### Features

* align implementation with receipt 0.2 spec ([#271](https://github.com/web3-storage/ucanto/issues/271)) ([aeea7e3](https://github.com/web3-storage/ucanto/commit/aeea7e3c7494143dce535792b0d53520e559c45a))
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b))
* migrate schema to core ([#273](https://github.com/web3-storage/ucanto/issues/273)) ([ce95504](https://github.com/web3-storage/ucanto/commit/ce95504a0e7cf7caf49418016dbb924b4cbc2e82))
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272)) ([b124ed8](https://github.com/web3-storage/ucanto/commit/b124ed8299a94e5a6b5abcb7cd075dd46ac4139d))
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274)) ([25abb67](https://github.com/web3-storage/ucanto/commit/25abb679a05b1f4010cdb949c71537ca2611d9c7))


### Miscellaneous Chores

* release 0.7.0 ([b3a441d](https://github.com/web3-storage/ucanto/commit/b3a441d4f3d85ab5ae3e2a0331dfacbdd038be23))

## [5.2.0](https://github.com/web3-storage/ucanto/compare/core-v5.1.0...core-v5.2.0) (2023-03-14)


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

## [0.7.0](https://github.com/web3-storage/ucanto/compare/interface-v6.2.0...interface-v0.7.0) (2023-04-11)


### ⚠ BREAKING CHANGES

* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274))
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272))
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266))

### Features

* align implementation with receipt 0.2 spec ([#271](https://github.com/web3-storage/ucanto/issues/271)) ([aeea7e3](https://github.com/web3-storage/ucanto/commit/aeea7e3c7494143dce535792b0d53520e559c45a))
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b))
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272)) ([b124ed8](https://github.com/web3-storage/ucanto/commit/b124ed8299a94e5a6b5abcb7cd075dd46ac4139d))
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274)) ([25abb67](https://github.com/web3-storage/ucanto/commit/25abb679a05b1f4010cdb949c71537ca2611d9c7))


### Miscellaneous Chores

* release 0.7.0 ([b3a441d](https://github.com/web3-storage/ucanto/commit/b3a441d4f3d85ab5ae3e2a0331dfacbdd038be23))

## [6.2.0](https://github.com/web3-storage/ucanto/compare/interface-v6.1.0...interface-v6.2.0) (2023-03-14)


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

## [0.7.0](https://github.com/web3-storage/ucanto/compare/principal-v5.1.0...principal-v0.7.0) (2023-04-11)


### Features

* align implementation with receipt 0.2 spec ([#271](https://github.com/web3-storage/ucanto/issues/271)) ([aeea7e3](https://github.com/web3-storage/ucanto/commit/aeea7e3c7494143dce535792b0d53520e559c45a))


### Miscellaneous Chores

* release 0.7.0 ([b3a441d](https://github.com/web3-storage/ucanto/commit/b3a441d4f3d85ab5ae3e2a0331dfacbdd038be23))

## [5.1.0](https://github.com/web3-storage/ucanto/compare/principal-v5.0.2...principal-v5.1.0) (2023-03-07)


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": "5.1.0",
"version": "0.7.0",
"keywords": [
"UCAN",
"ed25519",
Expand Down
20 changes: 20 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.7.0](https://github.com/web3-storage/ucanto/compare/server-v6.1.0...server-v0.7.0) (2023-04-11)


### ⚠ BREAKING CHANGES

* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274))
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272))
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266))

### Features

* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b))
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272)) ([b124ed8](https://github.com/web3-storage/ucanto/commit/b124ed8299a94e5a6b5abcb7cd075dd46ac4139d))
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274)) ([25abb67](https://github.com/web3-storage/ucanto/commit/25abb679a05b1f4010cdb949c71537ca2611d9c7))


### Miscellaneous Chores

* release 0.7.0 ([b3a441d](https://github.com/web3-storage/ucanto/commit/b3a441d4f3d85ab5ae3e2a0331dfacbdd038be23))

## [6.1.0](https://github.com/web3-storage/ucanto/compare/server-v6.0.0...server-v6.1.0) (2023-03-13)


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

## [0.7.0](https://github.com/web3-storage/ucanto/compare/transport-v5.1.1...transport-v0.7.0) (2023-04-11)


### ⚠ BREAKING CHANGES

* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274))
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272))
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266))

### Features

* align implementation with receipt 0.2 spec ([#271](https://github.com/web3-storage/ucanto/issues/271)) ([aeea7e3](https://github.com/web3-storage/ucanto/commit/aeea7e3c7494143dce535792b0d53520e559c45a))
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b))
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272)) ([b124ed8](https://github.com/web3-storage/ucanto/commit/b124ed8299a94e5a6b5abcb7cd075dd46ac4139d))
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274)) ([25abb67](https://github.com/web3-storage/ucanto/commit/25abb679a05b1f4010cdb949c71537ca2611d9c7))


### Miscellaneous Chores

* release 0.7.0 ([b3a441d](https://github.com/web3-storage/ucanto/commit/b3a441d4f3d85ab5ae3e2a0331dfacbdd038be23))

## [5.1.1](https://github.com/web3-storage/ucanto/compare/transport-v5.1.0...transport-v5.1.1) (2023-03-15)


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

## [0.7.0](https://github.com/web3-storage/ucanto/compare/validator-v6.1.0...validator-v0.7.0) (2023-04-11)


### ⚠ BREAKING CHANGES

* migrate schema to core ([#273](https://github.com/web3-storage/ucanto/issues/273))
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272))
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266))

### Features

* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b))
* migrate schema to core ([#273](https://github.com/web3-storage/ucanto/issues/273)) ([ce95504](https://github.com/web3-storage/ucanto/commit/ce95504a0e7cf7caf49418016dbb924b4cbc2e82))
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272)) ([b124ed8](https://github.com/web3-storage/ucanto/commit/b124ed8299a94e5a6b5abcb7cd075dd46ac4139d))


### Miscellaneous Chores

* release 0.7.0 ([b3a441d](https://github.com/web3-storage/ucanto/commit/b3a441d4f3d85ab5ae3e2a0331dfacbdd038be23))

## [6.1.0](https://github.com/web3-storage/ucanto/compare/validator-v6.0.0...validator-v6.1.0) (2023-03-13)


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

0 comments on commit 7f639bd

Please sign in to comment.