Skip to content

Commit

Permalink
chore: release master (#35)
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 Jun 15, 2022
1 parent ea89f97 commit 8ba85fa
Show file tree
Hide file tree
Showing 16 changed files with 154 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/authority":"0.2.0","packages/client":"0.2.0","packages/core":"0.2.0","packages/interface":"0.2.0","packages/server":"0.2.0","packages/transport":"0.2.0","packages/validator":"0.2.0"}
{"packages/authority":"0.3.0","packages/client":"0.2.2","packages/core":"0.3.0","packages/interface":"0.3.0","packages/server":"0.3.0","packages/transport":"0.3.0","packages/validator":"0.3.0"}
14 changes: 14 additions & 0 deletions packages/authority/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.3.0](https://www.github.com/web3-storage/ucanto/compare/authority-v0.2.0...authority-v0.3.0) (2022-06-15)


### Features

* capability provider API ([#34](https://www.github.com/web3-storage/ucanto/issues/34)) ([ea89f97](https://www.github.com/web3-storage/ucanto/commit/ea89f97125bb484a12ce3ca09a7884911a9fd4d6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^0.2.0 to ^0.3.0

## [0.2.0](https://www.github.com/web3-storage/ucanto/compare/authority-v0.1.0...authority-v0.2.0) (2022-06-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/authority/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/authority",
"description": "ed25519 identity",
"version": "0.2.1",
"version": "0.3.0",
"keywords": [
"UCAN",
"ed25519",
Expand All @@ -27,7 +27,7 @@
"typecheck": "tsc --build"
},
"dependencies": {
"@ucanto/interface": "^0.2.0",
"@ucanto/interface": "^0.3.0",
"@noble/ed25519": "^1.6.0",
"@ipld/dag-ucan": "^1.6.0-beta",
"multiformats": "^9.6.4"
Expand Down
15 changes: 14 additions & 1 deletion packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### [0.2.2](https://www.github.com/web3-storage/ucanto/compare/client-v0.2.1...client-v0.2.2) (2022-06-15)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^0.2.0 to ^0.3.0
* devDependencies
* @ucanto/authority bumped from ^0.2.0 to ^0.3.0
* @ucanto/transport bumped from ^0.2.0 to ^0.3.0
* @ucanto/core bumped from ^0.2.0 to ^0.3.0

## [0.2.0](https://www.github.com/web3-storage/ucanto/compare/client-v0.1.0...client-v0.2.0) (2022-06-10)


Expand All @@ -17,4 +30,4 @@
* devDependencies
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
* @ucanto/transport bumped from 0.0.1 to ^0.2.0
* @ucanto/core bumped from 0.0.1 to ^0.2.0
* @ucanto/core bumped from 0.0.1 to ^0.2.0
10 changes: 5 additions & 5 deletions 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": "0.2.1",
"version": "0.2.2",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"multiformats": "^9.6.4",
"@ucanto/interface": "^0.2.0"
"@ucanto/interface": "^0.3.0"
},
"devDependencies": {
"@types/mocha": "^9.1.0",
Expand All @@ -45,9 +45,9 @@
"c8": "^7.11.0",
"nyc": "^15.1.0",
"typescript": "^4.7.2",
"@ucanto/authority": "^0.2.0",
"@ucanto/transport": "^0.2.0",
"@ucanto/core": "^0.2.0"
"@ucanto/authority": "^0.3.0",
"@ucanto/transport": "^0.3.0",
"@ucanto/core": "^0.3.0"
},
"type": "module",
"main": "src/lib.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.3.0](https://www.github.com/web3-storage/ucanto/compare/core-v0.2.0...core-v0.3.0) (2022-06-15)


### Features

* capability provider API ([#34](https://www.github.com/web3-storage/ucanto/issues/34)) ([ea89f97](https://www.github.com/web3-storage/ucanto/commit/ea89f97125bb484a12ce3ca09a7884911a9fd4d6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^0.2.0 to ^0.3.0
* devDependencies
* @ucanto/authority bumped from ^0.2.0 to ^0.3.0

## [0.2.0](https://www.github.com/web3-storage/ucanto/compare/core-v0.1.0...core-v0.2.0) (2022-06-10)


Expand Down
6 changes: 3 additions & 3 deletions 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": "0.2.1",
"version": "0.3.0",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@ipld/dag-cbor": "^7.0.1",
"multiformats": "^9.6.4",
"@ipld/dag-ucan": "^1.6.0-beta",
"@ucanto/interface": "^0.2.0"
"@ucanto/interface": "^0.3.0"
},
"devDependencies": {
"@types/mocha": "^9.1.0",
Expand All @@ -46,7 +46,7 @@
"c8": "^7.11.0",
"nyc": "^15.1.0",
"typescript": "^4.7.2",
"@ucanto/authority": "^0.2.0"
"@ucanto/authority": "^0.3.0"
},
"type": "module",
"main": "src/lib.js",
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

## [0.3.0](https://www.github.com/web3-storage/ucanto/compare/interface-v0.2.0...interface-v0.3.0) (2022-06-15)


### Features

* capability provider API ([#34](https://www.github.com/web3-storage/ucanto/issues/34)) ([ea89f97](https://www.github.com/web3-storage/ucanto/commit/ea89f97125bb484a12ce3ca09a7884911a9fd4d6))

## [0.2.0](https://www.github.com/web3-storage/ucanto/compare/interface-v0.1.0...interface-v0.2.0) (2022-06-10)


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": "0.2.1",
"version": "0.3.0",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
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.3.0](https://www.github.com/web3-storage/ucanto/compare/server-v0.2.0...server-v0.3.0) (2022-06-15)


### Features

* capability provider API ([#34](https://www.github.com/web3-storage/ucanto/issues/34)) ([ea89f97](https://www.github.com/web3-storage/ucanto/commit/ea89f97125bb484a12ce3ca09a7884911a9fd4d6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^0.2.0 to ^0.3.0
* @ucanto/core bumped from ^0.2.0 to ^0.3.0
* @ucanto/validator bumped from ^0.2.0 to ^0.3.0
* devDependencies
* @ucanto/client bumped from ^0.2.0 to ^0.2.2
* @ucanto/transport bumped from ^0.2.0 to ^0.3.0
* @ucanto/authority bumped from ^0.2.0 to ^0.3.0

## [0.2.0](https://www.github.com/web3-storage/ucanto/compare/server-v0.1.0...server-v0.2.0) (2022-06-10)


Expand Down
14 changes: 7 additions & 7 deletions 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": "0.2.1",
"version": "0.3.0",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand All @@ -28,9 +28,9 @@
"typecheck": "tsc --build"
},
"dependencies": {
"@ucanto/interface": "^0.2.0",
"@ucanto/core": "^0.2.0",
"@ucanto/validator": "^0.2.0"
"@ucanto/interface": "^0.3.0",
"@ucanto/core": "^0.3.0",
"@ucanto/validator": "^0.3.0"
},
"devDependencies": {
"@types/mocha": "^9.1.0",
Expand All @@ -45,9 +45,9 @@
"c8": "^7.11.0",
"nyc": "^15.1.0",
"typescript": "^4.7.2",
"@ucanto/client": "^0.2.0",
"@ucanto/transport": "^0.2.0",
"@ucanto/authority": "^0.2.0",
"@ucanto/client": "^0.2.2",
"@ucanto/transport": "^0.3.0",
"@ucanto/authority": "^0.3.0",
"multiformats": "^9.6.4"
},
"exports": {
Expand Down
17 changes: 17 additions & 0 deletions packages/transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.3.0](https://www.github.com/web3-storage/ucanto/compare/transport-v0.2.0...transport-v0.3.0) (2022-06-15)


### Features

* capability provider API ([#34](https://www.github.com/web3-storage/ucanto/issues/34)) ([ea89f97](https://www.github.com/web3-storage/ucanto/commit/ea89f97125bb484a12ce3ca09a7884911a9fd4d6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^0.2.0 to ^0.3.0
* @ucanto/core bumped from ^0.2.0 to ^0.3.0
* devDependencies
* @ucanto/authority bumped from ^0.2.0 to ^0.3.0

## [0.2.0](https://www.github.com/web3-storage/ucanto/compare/transport-v0.1.0...transport-v0.2.0) (2022-06-10)


Expand Down
8 changes: 4 additions & 4 deletions 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": "0.2.1",
"version": "0.3.0",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@ipld/car": "^4.1.0",
"@ipld/dag-cbor": "^7.0.1",
"multiformats": "^9.6.4",
"@ucanto/interface": "^0.2.0",
"@ucanto/core": "^0.2.0"
"@ucanto/interface": "^0.3.0",
"@ucanto/core": "^0.3.0"
},
"devDependencies": {
"@types/mocha": "^9.1.0",
Expand All @@ -47,7 +47,7 @@
"c8": "^7.11.0",
"nyc": "^15.1.0",
"typescript": "^4.7.2",
"@ucanto/authority": "^0.2.0"
"@ucanto/authority": "^0.3.0"
},
"type": "module",
"typesVersions": {
Expand Down
18 changes: 18 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.3.0](https://www.github.com/web3-storage/ucanto/compare/validator-v0.2.0...validator-v0.3.0) (2022-06-15)


### Features

* capability provider API ([#34](https://www.github.com/web3-storage/ucanto/issues/34)) ([ea89f97](https://www.github.com/web3-storage/ucanto/commit/ea89f97125bb484a12ce3ca09a7884911a9fd4d6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/core bumped from ^0.2.0 to ^0.3.0
* @ucanto/interface bumped from ^0.2.0 to ^0.3.0
* devDependencies
* @ucanto/client bumped from ^0.2.0 to ^0.2.2
* @ucanto/authority bumped from ^0.2.0 to ^0.3.0

## [0.2.0](https://www.github.com/web3-storage/ucanto/compare/validator-v0.1.0...validator-v0.2.0) (2022-06-10)


Expand Down
10 changes: 5 additions & 5 deletions 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": "0.2.1",
"version": "0.3.0",
"keywords": [
"UCAN",
"ed25519",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@ipld/car": "^4.1.0",
"@ipld/dag-cbor": "^7.0.1",
"multiformats": "^9.6.4",
"@ucanto/core": "^0.2.0",
"@ucanto/interface": "^0.2.0"
"@ucanto/core": "^0.3.0",
"@ucanto/interface": "^0.3.0"
},
"devDependencies": {
"@types/mocha": "^9.1.0",
Expand All @@ -44,8 +44,8 @@
"c8": "^7.11.0",
"nyc": "^15.1.0",
"typescript": "^4.7.3",
"@ucanto/client": "^0.2.0",
"@ucanto/authority": "^0.2.0"
"@ucanto/client": "^0.2.2",
"@ucanto/authority": "^0.3.0"
},
"type": "module",
"main": "src/lib.js",
Expand Down
Loading

0 comments on commit 8ba85fa

Please sign in to comment.