Skip to content

Commit

Permalink
chore: release master (#30)
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 Jun 10, 2022
1 parent 84ac7f1 commit 70ca8a9
Show file tree
Hide file tree
Showing 16 changed files with 167 additions and 55 deletions.
10 changes: 1 addition & 9 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
{
"packages/authority": "0.1.0",
"packages/client": "0.1.0",
"packages/core": "0.1.0",
"packages/interface": "0.1.0",
"packages/server": "0.1.0",
"packages/transport": "0.1.0",
"packages/validator": "0.1.0"
}
{"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"}
16 changes: 15 additions & 1 deletion packages/authority/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Changelog

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


### Features

* setup pnpm & release-please ([84ac7f1](https://www.github.com/web3-storage/ucanto/commit/84ac7f12e5a66ee4919fa7527858dc916850e3e0))


### Dependencies

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

## 1.0.0 (2022-06-09)


### 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.0.1",
"version": "0.2.0",
"keywords": [
"UCAN",
"ed25519",
Expand All @@ -27,7 +27,7 @@
"typecheck": "tsc --build"
},
"dependencies": {
"@ucanto/interface": "0.0.1",
"@ucanto/interface": "^0.2.0",
"@noble/ed25519": "^1.6.0",
"@ipld/dag-ucan": "^1.5.0-beta",
"multiformats": "^9.6.4"
Expand Down
20 changes: 20 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

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


### Features

* setup pnpm & release-please ([84ac7f1](https://www.github.com/web3-storage/ucanto/commit/84ac7f12e5a66ee4919fa7527858dc916850e3e0))



### Dependencies

* The following workspace dependencies were updated
* 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/transport 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.0.1",
"version": "0.2.0",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"multiformats": "^9.6.4",
"@ucanto/interface": "0.0.1"
"@ucanto/interface": "^0.2.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.0.1",
"@ucanto/transport": "0.0.1",
"@ucanto/core": "0.0.1"
"@ucanto/authority": "^0.2.0",
"@ucanto/transport": "^0.2.0",
"@ucanto/core": "^0.2.0"
},
"type": "module",
"main": "src/lib.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

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


### Features

* setup pnpm & release-please ([84ac7f1](https://www.github.com/web3-storage/ucanto/commit/84ac7f12e5a66ee4919fa7527858dc916850e3e0))



### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from 0.0.1 to ^0.2.0
* devDependencies
* @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.0.1",
"version": "0.2.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.5.0-beta",
"@ucanto/interface": "0.0.1"
"@ucanto/interface": "^0.2.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.0.1"
"@ucanto/authority": "^0.2.0"
},
"type": "module",
"main": "src/lib.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### Features

* setup pnpm & release-please ([84ac7f1](https://www.github.com/web3-storage/ucanto/commit/84ac7f12e5a66ee4919fa7527858dc916850e3e0))
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.0.1",
"version": "0.2.0",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down
21 changes: 21 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

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


### Features

* setup pnpm & release-please ([84ac7f1](https://www.github.com/web3-storage/ucanto/commit/84ac7f12e5a66ee4919fa7527858dc916850e3e0))



### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from 0.0.1 to ^0.2.0
* @ucanto/core bumped from 0.0.1 to ^0.2.0
* 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
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.0.1",
"version": "0.2.0",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@ipld/dag-ucan": "^1.5.0-beta",
"@ucanto/interface": "0.0.1",
"@ucanto/core": "0.0.1"
"@ucanto/interface": "^0.2.0",
"@ucanto/core": "^0.2.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.0.1",
"@ucanto/transport": "0.0.1",
"@ucanto/authority": "0.0.1"
"@ucanto/client": "^0.2.0",
"@ucanto/transport": "^0.2.0",
"@ucanto/authority": "^0.2.0"
},
"exports": {
".": {
Expand Down
19 changes: 19 additions & 0 deletions packages/transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

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


### Features

* setup pnpm & release-please ([84ac7f1](https://www.github.com/web3-storage/ucanto/commit/84ac7f12e5a66ee4919fa7527858dc916850e3e0))



### Dependencies

* The following workspace dependencies were updated
* dependencies
* @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
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.0.1",
"version": "0.2.0",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@ipld/dag-cbor": "^7.0.1",
"multiformats": "^9.6.4",
"@ipld/dag-ucan": "^1.5.0-beta",
"@ucanto/interface": "0.0.1",
"@ucanto/core": "0.0.1"
"@ucanto/interface": "^0.2.0",
"@ucanto/core": "^0.2.0"
},
"devDependencies": {
"@types/mocha": "^9.1.0",
Expand All @@ -48,7 +48,7 @@
"c8": "^7.11.0",
"nyc": "^15.1.0",
"typescript": "^4.7.2",
"@ucanto/authority": "0.0.1"
"@ucanto/authority": "^0.2.0"
},
"type": "module",
"typesVersions": {
Expand Down
20 changes: 20 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

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


### Features

* setup pnpm & release-please ([84ac7f1](https://www.github.com/web3-storage/ucanto/commit/84ac7f12e5a66ee4919fa7527858dc916850e3e0))



### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/core bumped from ^0.0.1 to ^0.2.0
* @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
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.0.1",
"version": "0.2.0",
"keywords": [
"UCAN",
"ed25519",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@ipld/dag-cbor": "^7.0.1",
"multiformats": "^9.6.4",
"@ipld/dag-ucan": "^1.5.0-beta",
"@ucanto/core": "^0.0.1",
"@ucanto/interface": "^0.0.1"
"@ucanto/core": "^0.2.0",
"@ucanto/interface": "^0.2.0"
},
"devDependencies": {
"@types/mocha": "^9.1.0",
Expand All @@ -45,8 +45,8 @@
"c8": "^7.11.0",
"nyc": "^15.1.0",
"typescript": "^4.7.3",
"@ucanto/client": "^0.0.1",
"@ucanto/authority": "0.0.1"
"@ucanto/client": "^0.2.0",
"@ucanto/authority": "^0.2.0"
},
"type": "module",
"main": "src/lib.js",
Expand Down
Loading

0 comments on commit 70ca8a9

Please sign in to comment.