Skip to content

Commit 13b5766

Browse files
chore: release main
1 parent 25abb67 commit 13b5766

15 files changed

+116
-14
lines changed

.github/release-please-manifest.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/client": "5.1.0",
3-
"packages/core": "5.2.0",
4-
"packages/interface": "6.2.0",
5-
"packages/principal": "5.1.0",
6-
"packages/server": "6.1.0",
7-
"packages/transport": "5.1.1",
8-
"packages/validator": "6.1.0"
2+
"packages/client": "6.0.0",
3+
"packages/core": "6.0.0",
4+
"packages/interface": "7.0.0",
5+
"packages/principal": "5.2.0",
6+
"packages/server": "7.0.0",
7+
"packages/transport": "6.0.0",
8+
"packages/validator": "7.0.0"
99
}

packages/client/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/web3-storage/ucanto/compare/client-v5.1.0...client-v6.0.0) (2023-04-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274))
9+
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272))
10+
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266))
11+
12+
### Features
13+
14+
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b))
15+
* 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))
16+
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274)) ([25abb67](https://github.com/web3-storage/ucanto/commit/25abb679a05b1f4010cdb949c71537ca2611d9c7))
17+
318
## [5.1.0](https://github.com/web3-storage/ucanto/compare/client-v5.0.0...client-v5.1.0) (2023-03-07)
419

520

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ucanto/client",
33
"description": "UCAN RPC Client",
4-
"version": "5.1.0",
4+
"version": "6.0.0",
55
"keywords": [
66
"UCAN",
77
"RPC",

packages/core/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/web3-storage/ucanto/compare/core-v5.2.0...core-v6.0.0) (2023-04-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274))
9+
* migrate schema to core ([#273](https://github.com/web3-storage/ucanto/issues/273))
10+
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272))
11+
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266))
12+
13+
### Features
14+
15+
* 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))
16+
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b))
17+
* migrate schema to core ([#273](https://github.com/web3-storage/ucanto/issues/273)) ([ce95504](https://github.com/web3-storage/ucanto/commit/ce95504a0e7cf7caf49418016dbb924b4cbc2e82))
18+
* 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))
19+
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274)) ([25abb67](https://github.com/web3-storage/ucanto/commit/25abb679a05b1f4010cdb949c71537ca2611d9c7))
20+
321
## [5.2.0](https://github.com/web3-storage/ucanto/compare/core-v5.1.0...core-v5.2.0) (2023-03-14)
422

523

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ucanto/core",
33
"description": "ucanto core",
4-
"version": "5.2.0",
4+
"version": "6.0.0",
55
"keywords": [
66
"UCAN",
77
"RPC",

packages/interface/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [7.0.0](https://github.com/web3-storage/ucanto/compare/interface-v6.2.0...interface-v7.0.0) (2023-04-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274))
9+
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272))
10+
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266))
11+
12+
### Features
13+
14+
* 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))
15+
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b))
16+
* 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))
17+
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274)) ([25abb67](https://github.com/web3-storage/ucanto/commit/25abb679a05b1f4010cdb949c71537ca2611d9c7))
18+
319
## [6.2.0](https://github.com/web3-storage/ucanto/compare/interface-v6.1.0...interface-v6.2.0) (2023-03-14)
420

521

packages/interface/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ucanto/interface",
33
"description": "interface definitions for ucanto",
4-
"version": "6.2.0",
4+
"version": "7.0.0",
55
"types": "./dist/src/lib.d.ts",
66
"main": "./src/lib.js",
77
"keywords": [

packages/principal/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.2.0](https://github.com/web3-storage/ucanto/compare/principal-v5.1.0...principal-v5.2.0) (2023-04-11)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [5.1.0](https://github.com/web3-storage/ucanto/compare/principal-v5.0.2...principal-v5.1.0) (2023-03-07)
411

512

packages/principal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ucanto/principal",
33
"description": "ucanto principal",
4-
"version": "5.1.0",
4+
"version": "5.2.0",
55
"keywords": [
66
"UCAN",
77
"ed25519",

packages/server/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [7.0.0](https://github.com/web3-storage/ucanto/compare/server-v6.1.0...server-v7.0.0) (2023-04-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274))
9+
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272))
10+
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266))
11+
12+
### Features
13+
14+
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b))
15+
* 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))
16+
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274)) ([25abb67](https://github.com/web3-storage/ucanto/commit/25abb679a05b1f4010cdb949c71537ca2611d9c7))
17+
318
## [6.1.0](https://github.com/web3-storage/ucanto/compare/server-v6.0.0...server-v6.1.0) (2023-03-13)
419

520

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ucanto/server",
33
"description": "UCAN RPC Server",
4-
"version": "6.1.0",
4+
"version": "7.0.0",
55
"types": "./dist/src/lib.d.ts",
66
"main": "./src/lib.js",
77
"keywords": [

packages/transport/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/web3-storage/ucanto/compare/transport-v5.1.1...transport-v6.0.0) (2023-04-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274))
9+
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272))
10+
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266))
11+
12+
### Features
13+
14+
* 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))
15+
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b))
16+
* 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))
17+
* versioned wire transport ([#274](https://github.com/web3-storage/ucanto/issues/274)) ([25abb67](https://github.com/web3-storage/ucanto/commit/25abb679a05b1f4010cdb949c71537ca2611d9c7))
18+
319
## [5.1.1](https://github.com/web3-storage/ucanto/compare/transport-v5.1.0...transport-v5.1.1) (2023-03-15)
420

521

packages/transport/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ucanto/transport",
33
"description": "ucanto transport",
4-
"version": "5.1.1",
4+
"version": "6.0.0",
55
"keywords": [
66
"UCAN",
77
"RPC",

packages/validator/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [7.0.0](https://github.com/web3-storage/ucanto/compare/validator-v6.1.0...validator-v7.0.0) (2023-04-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate schema to core ([#273](https://github.com/web3-storage/ucanto/issues/273))
9+
* update ucanto to invocation spec compatible result type ([#272](https://github.com/web3-storage/ucanto/issues/272))
10+
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266))
11+
12+
### Features
13+
14+
* implement invocation receipts ([#266](https://github.com/web3-storage/ucanto/issues/266)) ([5341416](https://github.com/web3-storage/ucanto/commit/5341416a5f1ba5048c41476bb6c6059556e8e27b))
15+
* migrate schema to core ([#273](https://github.com/web3-storage/ucanto/issues/273)) ([ce95504](https://github.com/web3-storage/ucanto/commit/ce95504a0e7cf7caf49418016dbb924b4cbc2e82))
16+
* 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))
17+
318
## [6.1.0](https://github.com/web3-storage/ucanto/compare/validator-v6.0.0...validator-v6.1.0) (2023-03-13)
419

520

packages/validator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ucanto/validator",
33
"description": "UCAN RPC validators",
4-
"version": "6.1.0",
4+
"version": "7.0.0",
55
"keywords": [
66
"UCAN",
77
"ed25519",

0 commit comments

Comments
 (0)