Skip to content

Commit

Permalink
chore: release ucanto (#72)
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 Jul 1, 2022
1 parent 8f1a75c commit 75854b0
Show file tree
Hide file tree
Showing 15 changed files with 133 additions and 53 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.4.3","packages/client":"0.5.1","packages/core":"0.5.2","packages/interface":"0.6.1","packages/server":"0.6.1","packages/transport":"0.6.1","packages/validator":"0.5.2"}
{"packages/authority":"0.4.4","packages/client":"0.5.2","packages/core":"0.5.3","packages/interface":"0.6.2","packages/server":"0.6.2","packages/transport":"0.6.2","packages/validator":"0.5.3"}
11 changes: 10 additions & 1 deletion packages/authority/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [0.4.4](https://www.github.com/web3-storage/ucanto/compare/authority-v0.4.3...authority-v0.4.4) (2022-07-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^0.6.1 to ^0.6.2

### [0.4.3](https://www.github.com/web3-storage/ucanto/compare/authority-v0.4.2...authority-v0.4.3) (2022-06-30)


Expand Down Expand Up @@ -80,4 +89,4 @@

### Features

* refactor into monorepo ([#13](https://www.github.com/web3-storage/ucanto/issues/13)) ([1f99506](https://www.github.com/web3-storage/ucanto/commit/1f995064ec6e5953118c2dd1065ee6be959f25b9))
* refactor into monorepo ([#13](https://www.github.com/web3-storage/ucanto/issues/13)) ([1f99506](https://www.github.com/web3-storage/ucanto/commit/1f995064ec6e5953118c2dd1065ee6be959f25b9))
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.4.3",
"version": "0.4.4",
"keywords": [
"UCAN",
"ed25519",
Expand All @@ -27,7 +27,7 @@
"build": "tsc --build"
},
"dependencies": {
"@ucanto/interface": "^0.6.1",
"@ucanto/interface": "^0.6.2",
"@noble/ed25519": "^1.6.0",
"@ipld/dag-ucan": "^1.7.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.5.2](https://www.github.com/web3-storage/ucanto/compare/client-v0.5.1...client-v0.5.2) (2022-07-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^0.6.1 to ^0.6.2
* devDependencies
* @ucanto/authority bumped from ^0.4.3 to ^0.4.4
* @ucanto/transport bumped from ^0.6.1 to ^0.6.2
* @ucanto/core bumped from ^0.5.2 to ^0.5.3

### [0.5.1](https://www.github.com/web3-storage/ucanto/compare/client-v0.5.0...client-v0.5.1) (2022-06-30)


Expand Down Expand Up @@ -102,4 +115,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.5.1",
"version": "0.5.2",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"multiformats": "^9.6.4",
"@ucanto/interface": "^0.6.1"
"@ucanto/interface": "^0.6.2"
},
"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.4.3",
"@ucanto/transport": "^0.6.1",
"@ucanto/core": "^0.5.2"
"@ucanto/authority": "^0.4.4",
"@ucanto/transport": "^0.6.2",
"@ucanto/core": "^0.5.3"
},
"type": "module",
"main": "src/lib.js",
Expand Down
13 changes: 12 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### [0.5.3](https://www.github.com/web3-storage/ucanto/compare/core-v0.5.2...core-v0.5.3) (2022-07-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^0.6.1 to ^0.6.2
* devDependencies
* @ucanto/authority bumped from ^0.4.3 to ^0.4.4

### [0.5.2](https://www.github.com/web3-storage/ucanto/compare/core-v0.5.1...core-v0.5.2) (2022-06-30)


Expand Down Expand Up @@ -91,4 +102,4 @@
* dependencies
* @ucanto/interface bumped from 0.0.1 to ^0.2.0
* devDependencies
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
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.5.2",
"version": "0.5.3",
"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.7.0-beta",
"@ucanto/interface": "^0.6.1"
"@ucanto/interface": "^0.6.2"
},
"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.4.3"
"@ucanto/authority": "^0.4.4"
},
"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.6.2](https://www.github.com/web3-storage/ucanto/compare/interface-v0.6.1...interface-v0.6.2) (2022-07-01)


### Bug Fixes

* remove non-existing exports from map ([8f1a75c](https://www.github.com/web3-storage/ucanto/commit/8f1a75cea5a7d63435ec265dbd4bb7ed26c8bb4c))

### [0.6.1](https://www.github.com/web3-storage/ucanto/compare/interface-v0.6.0...interface-v0.6.1) (2022-06-30)


Expand Down
17 changes: 16 additions & 1 deletion packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

### [0.6.2](https://www.github.com/web3-storage/ucanto/compare/server-v0.6.1...server-v0.6.2) (2022-07-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^0.6.1 to ^0.6.2
* @ucanto/core bumped from ^0.5.2 to ^0.5.3
* @ucanto/validator bumped from ^0.5.2 to ^0.5.3
* devDependencies
* @ucanto/client bumped from ^0.5.1 to ^0.5.2
* @ucanto/transport bumped from ^0.6.1 to ^0.6.2
* @ucanto/authority bumped from ^0.4.3 to ^0.4.4

### [0.6.1](https://www.github.com/web3-storage/ucanto/compare/server-v0.6.0...server-v0.6.1) (2022-06-30)


Expand Down Expand Up @@ -125,4 +140,4 @@
* devDependencies
* @ucanto/client bumped from 0.0.1 to ^0.2.0
* @ucanto/transport bumped from 0.0.1 to ^0.2.0
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
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.6.1",
"version": "0.6.2",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand All @@ -28,9 +28,9 @@
"build": "tsc --build"
},
"dependencies": {
"@ucanto/interface": "^0.6.1",
"@ucanto/core": "^0.5.2",
"@ucanto/validator": "^0.5.2"
"@ucanto/interface": "^0.6.2",
"@ucanto/core": "^0.5.3",
"@ucanto/validator": "^0.5.3"
},
"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.5.1",
"@ucanto/transport": "^0.6.1",
"@ucanto/authority": "^0.4.3",
"@ucanto/client": "^0.5.2",
"@ucanto/transport": "^0.6.2",
"@ucanto/authority": "^0.4.4",
"multiformats": "^9.6.4"
},
"exports": {
Expand Down
14 changes: 13 additions & 1 deletion packages/transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [0.6.2](https://www.github.com/web3-storage/ucanto/compare/transport-v0.6.1...transport-v0.6.2) (2022-07-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^0.6.1 to ^0.6.2
* @ucanto/core bumped from ^0.5.2 to ^0.5.3
* devDependencies
* @ucanto/authority bumped from ^0.4.3 to ^0.4.4

### [0.6.1](https://www.github.com/web3-storage/ucanto/compare/transport-v0.6.0...transport-v0.6.1) (2022-06-30)


Expand Down Expand Up @@ -102,4 +114,4 @@
* @ucanto/interface bumped from 0.0.1 to ^0.2.0
* @ucanto/core bumped from 0.0.1 to ^0.2.0
* devDependencies
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
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.6.1",
"version": "0.6.2",
"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.6.1",
"@ucanto/core": "^0.5.2"
"@ucanto/interface": "^0.6.2",
"@ucanto/core": "^0.5.3"
},
"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.4.3"
"@ucanto/authority": "^0.4.4"
},
"type": "module",
"typesVersions": {
Expand Down
15 changes: 14 additions & 1 deletion packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### [0.5.3](https://www.github.com/web3-storage/ucanto/compare/validator-v0.5.2...validator-v0.5.3) (2022-07-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/core bumped from ^0.5.2 to ^0.5.3
* @ucanto/interface bumped from ^0.6.1 to ^0.6.2
* devDependencies
* @ucanto/client bumped from ^0.5.1 to ^0.5.2
* @ucanto/authority bumped from ^0.4.3 to ^0.4.4

### [0.5.2](https://www.github.com/web3-storage/ucanto/compare/validator-v0.5.1...validator-v0.5.2) (2022-06-30)


Expand Down Expand Up @@ -104,4 +117,4 @@
* @ucanto/interface bumped from ^0.0.1 to ^0.2.0
* devDependencies
* @ucanto/client bumped from ^0.0.1 to ^0.2.0
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
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.5.2",
"version": "0.5.3",
"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.5.2",
"@ucanto/interface": "^0.6.1"
"@ucanto/core": "^0.5.3",
"@ucanto/interface": "^0.6.2"
},
"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.5.1",
"@ucanto/authority": "^0.4.3"
"@ucanto/client": "^0.5.2",
"@ucanto/authority": "^0.4.4"
},
"type": "module",
"main": "src/lib.js",
Expand Down
Loading

0 comments on commit 75854b0

Please sign in to comment.