Skip to content

Commit

Permalink
chore: release ucanto (#94)
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 Sep 21, 2022
1 parent db57d6b commit 0c2c1aa
Show file tree
Hide file tree
Showing 14 changed files with 104 additions and 40 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/client":"1.0.0","packages/core":"1.0.0","packages/interface":"1.0.0","packages/principal":"1.0.0","packages/server":"1.0.1","packages/transport":"1.0.0","packages/validator":"1.0.0"}
{"packages/client":"1.0.1","packages/core":"1.0.1","packages/interface":"1.0.0","packages/principal":"1.0.1","packages/server":"1.0.2","packages/transport":"1.0.1","packages/validator":"1.0.1"}
13 changes: 12 additions & 1 deletion packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### [1.0.1](https://www.github.com/web3-storage/ucanto/compare/client-v1.0.0...client-v1.0.1) (2022-09-21)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @ucanto/principal bumped from ^1.0.0 to ^1.0.1
* @ucanto/core bumped from ^1.0.0 to ^1.0.1
* @ucanto/transport bumped from ^1.0.0 to ^1.0.1

## [1.0.0](https://www.github.com/web3-storage/ucanto/compare/client-v0.6.0...client-v1.0.0) (2022-09-14)


Expand Down Expand Up @@ -173,4 +184,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
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": "1.0.0",
"version": "1.0.1",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -36,9 +36,9 @@
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^1.0.0",
"@ucanto/core": "^1.0.0",
"@ucanto/transport": "^1.0.0",
"@ucanto/principal": "^1.0.1",
"@ucanto/core": "^1.0.1",
"@ucanto/transport": "^1.0.1",
"@web-std/fetch": "^4.1.0",
"@web-std/file": "^3.0.2",
"c8": "^7.11.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [1.0.1](https://www.github.com/web3-storage/ucanto/compare/core-v1.0.0...core-v1.0.1) (2022-09-21)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @ucanto/principal bumped from ^1.0.0 to ^1.0.1

## [1.0.0](https://www.github.com/web3-storage/ucanto/compare/core-v0.6.0...core-v1.0.0) (2022-09-14)


Expand Down Expand Up @@ -147,4 +156,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
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": "1.0.0",
"version": "1.0.1",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^1.0.0",
"@ucanto/principal": "^1.0.1",
"c8": "^7.11.0",
"chai": "^4.3.6",
"chai-subset": "^1.6.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/principal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.0.1](https://www.github.com/web3-storage/ucanto/compare/principal-v1.0.0...principal-v1.0.1) (2022-09-21)


### Bug Fixes

* parse should take strings ([#93](https://www.github.com/web3-storage/ucanto/issues/93)) ([db57d6b](https://www.github.com/web3-storage/ucanto/commit/db57d6bdf3ad989e4dc6e906d9b0bce4befbd735))

## [1.0.0](https://www.github.com/web3-storage/ucanto/compare/principal-v0.5.0...principal-v1.0.0) (2022-09-14)


Expand Down Expand Up @@ -128,4 +135,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))
2 changes: 1 addition & 1 deletion packages/principal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/principal",
"description": "ed25519 principal",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"UCAN",
"ed25519",
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

### [1.0.2](https://www.github.com/web3-storage/ucanto/compare/server-v1.0.1...server-v1.0.2) (2022-09-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/core bumped from ^1.0.0 to ^1.0.1
* @ucanto/validator bumped from ^1.0.0 to ^1.0.1
* devDependencies
* @ucanto/principal bumped from ^1.0.0 to ^1.0.1
* @ucanto/client bumped from ^1.0.0 to ^1.0.1
* @ucanto/transport bumped from ^1.0.0 to ^1.0.1

### [1.0.1](https://www.github.com/web3-storage/ucanto/compare/server-v1.0.0...server-v1.0.1) (2022-09-21)


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": "1.0.1",
"version": "1.0.2",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand All @@ -28,17 +28,17 @@
"build": "tsc --build"
},
"dependencies": {
"@ucanto/core": "^1.0.0",
"@ucanto/core": "^1.0.1",
"@ucanto/interface": "^1.0.0",
"@ucanto/validator": "^1.0.0"
"@ucanto/validator": "^1.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^1.0.0",
"@ucanto/client": "^1.0.0",
"@ucanto/transport": "^1.0.0",
"@ucanto/principal": "^1.0.1",
"@ucanto/client": "^1.0.1",
"@ucanto/transport": "^1.0.1",
"@web-std/fetch": "^4.1.0",
"@web-std/file": "^3.0.2",
"c8": "^7.11.0",
Expand Down
13 changes: 12 additions & 1 deletion packages/transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### [1.0.1](https://www.github.com/web3-storage/ucanto/compare/transport-v1.0.0...transport-v1.0.1) (2022-09-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/core bumped from ^1.0.0 to ^1.0.1
* devDependencies
* @ucanto/principal bumped from ^1.0.0 to ^1.0.1

## [1.0.0](https://www.github.com/web3-storage/ucanto/compare/transport-v0.7.0...transport-v1.0.0) (2022-09-14)


Expand Down Expand Up @@ -168,4 +179,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
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": "1.0.0",
"version": "1.0.1",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -31,15 +31,15 @@
"dependencies": {
"@ipld/car": "^4.1.5",
"@ipld/dag-cbor": "^7.0.3",
"@ucanto/core": "^1.0.0",
"@ucanto/core": "^1.0.1",
"@ucanto/interface": "^1.0.0",
"multiformats": "^9.8.1"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^1.0.0",
"@ucanto/principal": "^1.0.1",
"@web-std/fetch": "^4.1.0",
"c8": "^7.11.0",
"chai": "^4.3.6",
Expand Down
14 changes: 13 additions & 1 deletion packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [1.0.1](https://www.github.com/web3-storage/ucanto/compare/validator-v1.0.0...validator-v1.0.1) (2022-09-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/core bumped from ^1.0.0 to ^1.0.1
* devDependencies
* @ucanto/principal bumped from ^1.0.0 to ^1.0.1
* @ucanto/client bumped from ^1.0.0 to ^1.0.1

## [1.0.0](https://www.github.com/web3-storage/ucanto/compare/validator-v0.6.0...validator-v1.0.0) (2022-09-14)


Expand Down Expand Up @@ -178,4 +190,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
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": "1.0.0",
"version": "1.0.1",
"keywords": [
"UCAN",
"ed25519",
Expand Down Expand Up @@ -29,16 +29,16 @@
"dependencies": {
"@ipld/car": "^4.1.5",
"@ipld/dag-cbor": "^7.0.3",
"@ucanto/core": "^1.0.0",
"@ucanto/core": "^1.0.1",
"@ucanto/interface": "^1.0.0",
"multiformats": "^9.8.1"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^1.0.0",
"@ucanto/client": "^1.0.0",
"@ucanto/principal": "^1.0.1",
"@ucanto/client": "^1.0.1",
"c8": "^7.11.0",
"chai": "^4.3.6",
"chai-subset": "^1.6.0",
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 0c2c1aa

Please sign in to comment.