Skip to content

Commit

Permalink
chore: release ucanto (#76)
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 11, 2022
1 parent 8fd4f44 commit a6ca603
Show file tree
Hide file tree
Showing 14 changed files with 99 additions and 35 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.4","packages/client":"0.5.3","packages/core":"0.5.3","packages/interface":"0.6.2","packages/server":"0.6.3","packages/transport":"0.6.2","packages/validator":"0.5.4"}
{"packages/authority":"0.4.5","packages/client":"0.5.4","packages/core":"0.5.4","packages/interface":"0.6.2","packages/server":"0.6.4","packages/transport":"0.6.3","packages/validator":"0.5.5"}
7 changes: 7 additions & 0 deletions packages/authority/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.4.5](https://www.github.com/web3-storage/ucanto/compare/authority-v0.4.4...authority-v0.4.5) (2022-07-11)


### Bug Fixes

* skypack builds ([#75](https://www.github.com/web3-storage/ucanto/issues/75)) ([8fd4f44](https://www.github.com/web3-storage/ucanto/commit/8fd4f44aabf9f5204d28abfbf650b013faee4306))

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


Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "0.4.5",
"keywords": [
"UCAN",
"ed25519",
Expand Down
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### [0.5.4](https://www.github.com/web3-storage/ucanto/compare/client-v0.5.3...client-v0.5.4) (2022-07-11)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @ucanto/authority bumped from ^0.4.4 to ^0.4.5
* @ucanto/transport bumped from ^0.6.2 to ^0.6.3
* @ucanto/core bumped from ^0.5.3 to ^0.5.4

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


Expand Down
8 changes: 4 additions & 4 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.3",
"version": "0.5.4",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -45,9 +45,9 @@
"c8": "^7.11.0",
"nyc": "^15.1.0",
"typescript": "^4.7.2",
"@ucanto/authority": "^0.4.4",
"@ucanto/transport": "^0.6.2",
"@ucanto/core": "^0.5.3"
"@ucanto/authority": "^0.4.5",
"@ucanto/transport": "^0.6.3",
"@ucanto/core": "^0.5.4"
},
"type": "module",
"main": "src/lib.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [0.5.4](https://www.github.com/web3-storage/ucanto/compare/core-v0.5.3...core-v0.5.4) (2022-07-11)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @ucanto/authority bumped from ^0.4.4 to ^0.4.5

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


Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.5.4",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -46,7 +46,7 @@
"c8": "^7.11.0",
"nyc": "^15.1.0",
"typescript": "^4.7.2",
"@ucanto/authority": "^0.4.4"
"@ucanto/authority": "^0.4.5"
},
"type": "module",
"main": "src/lib.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### [0.6.4](https://www.github.com/web3-storage/ucanto/compare/server-v0.6.3...server-v0.6.4) (2022-07-11)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/core bumped from ^0.5.3 to ^0.5.4
* @ucanto/validator bumped from ^0.5.4 to ^0.5.5
* devDependencies
* @ucanto/client bumped from ^0.5.3 to ^0.5.4
* @ucanto/transport bumped from ^0.6.2 to ^0.6.3
* @ucanto/authority bumped from ^0.4.4 to ^0.4.5

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


Expand Down
12 changes: 6 additions & 6 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.3",
"version": "0.6.4",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@ucanto/interface": "^0.6.2",
"@ucanto/core": "^0.5.3",
"@ucanto/validator": "^0.5.4"
"@ucanto/core": "^0.5.4",
"@ucanto/validator": "^0.5.5"
},
"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.3",
"@ucanto/transport": "^0.6.2",
"@ucanto/authority": "^0.4.4",
"@ucanto/client": "^0.5.4",
"@ucanto/transport": "^0.6.3",
"@ucanto/authority": "^0.4.5",
"multiformats": "^9.6.4"
},
"exports": {
Expand Down
11 changes: 11 additions & 0 deletions packages/transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### [0.6.3](https://www.github.com/web3-storage/ucanto/compare/transport-v0.6.2...transport-v0.6.3) (2022-07-11)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/core bumped from ^0.5.3 to ^0.5.4
* devDependencies
* @ucanto/authority bumped from ^0.4.4 to ^0.4.5

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


Expand Down
6 changes: 3 additions & 3 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.2",
"version": "0.6.3",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@ipld/dag-cbor": "^7.0.1",
"multiformats": "^9.6.4",
"@ucanto/interface": "^0.6.2",
"@ucanto/core": "^0.5.3"
"@ucanto/core": "^0.5.4"
},
"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.4"
"@ucanto/authority": "^0.4.5"
},
"type": "module",
"typesVersions": {
Expand Down
12 changes: 12 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [0.5.5](https://www.github.com/web3-storage/ucanto/compare/validator-v0.5.4...validator-v0.5.5) (2022-07-11)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/core bumped from ^0.5.3 to ^0.5.4
* devDependencies
* @ucanto/client bumped from ^0.5.3 to ^0.5.4
* @ucanto/authority bumped from ^0.4.4 to ^0.4.5

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


Expand Down
8 changes: 4 additions & 4 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.4",
"version": "0.5.5",
"keywords": [
"UCAN",
"ed25519",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@ipld/car": "^4.1.0",
"@ipld/dag-cbor": "^7.0.1",
"multiformats": "^9.6.4",
"@ucanto/core": "^0.5.3",
"@ucanto/core": "^0.5.4",
"@ucanto/interface": "^0.6.2"
},
"devDependencies": {
Expand All @@ -44,8 +44,8 @@
"c8": "^7.11.0",
"nyc": "^15.1.0",
"typescript": "^4.7.3",
"@ucanto/client": "^0.5.3",
"@ucanto/authority": "^0.4.4"
"@ucanto/client": "^0.5.4",
"@ucanto/authority": "^0.4.5"
},
"type": "module",
"main": "src/lib.js",
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6ca603

Please sign in to comment.