-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
84ac7f1
commit 70ca8a9
Showing
16 changed files
with
167 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.