Skip to content

Commit

Permalink
chore: release ucanto (#119)
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 Nov 2, 2022
1 parent 61dc4ca commit f8f29ce
Show file tree
Hide file tree
Showing 16 changed files with 874 additions and 1,970 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":"2.0.0","packages/core":"2.0.0","packages/interface":"2.0.0","packages/principal":"2.0.0","packages/server":"2.0.0","packages/transport":"2.0.0","packages/validator":"2.0.0"}
{"packages/client":"3.0.0","packages/core":"3.0.0","packages/interface":"3.0.0","packages/principal":"3.0.0","packages/server":"3.0.0","packages/transport":"3.0.0","packages/validator":"3.0.0"}
22 changes: 22 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [3.0.0](https://www.github.com/web3-storage/ucanto/compare/client-v2.0.0...client-v3.0.0) (2022-10-20)


### ⚠ BREAKING CHANGES

* upgrades to multiformats@10 (#117)

### Features

* upgrades to multiformats@10 ([#117](https://www.github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://www.github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^2.0.0 to ^3.0.0
* devDependencies
* @ucanto/principal bumped from ^2.0.0 to ^3.0.0
* @ucanto/core bumped from ^2.0.0 to ^3.0.0
* @ucanto/transport bumped from ^2.0.0 to ^3.0.0

## [2.0.0](https://www.github.com/web3-storage/ucanto/compare/client-v1.0.1...client-v2.0.0) (2022-10-16)


Expand Down
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": "2.0.0",
"version": "3.0.0",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -29,15 +29,15 @@
"build": "tsc --build"
},
"dependencies": {
"@ucanto/interface": "^2.0.0",
"@ucanto/interface": "^3.0.0",
"multiformats": "^10.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^2.0.0",
"@ucanto/core": "^2.0.0",
"@ucanto/transport": "^2.0.0",
"@ucanto/principal": "^3.0.0",
"@ucanto/core": "^3.0.0",
"@ucanto/transport": "^3.0.0",
"@web-std/fetch": "^4.1.0",
"@web-std/file": "^3.0.2",
"c8": "^7.11.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [3.0.0](https://www.github.com/web3-storage/ucanto/compare/core-v2.0.0...core-v3.0.0) (2022-10-20)


### ⚠ BREAKING CHANGES

* upgrades to multiformats@10 (#117)

### Features

* upgrades to multiformats@10 ([#117](https://www.github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://www.github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^2.0.0 to ^3.0.0
* devDependencies
* @ucanto/principal bumped from ^2.0.0 to ^3.0.0

## [2.0.0](https://www.github.com/web3-storage/ucanto/compare/core-v1.0.1...core-v2.0.0) (2022-10-16)


Expand Down
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": "2.0.0",
"version": "3.0.0",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -32,13 +32,13 @@
"@ipld/car": "^4.1.6",
"@ipld/dag-cbor": "^7.0.3",
"@ipld/dag-ucan": "^2.0.0",
"@ucanto/interface": "^2.0.0",
"@ucanto/interface": "^3.0.0",
"multiformats": "^10.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^2.0.0",
"@ucanto/principal": "^3.0.0",
"c8": "^7.11.0",
"chai": "^4.3.6",
"mocha": "^10.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://www.github.com/web3-storage/ucanto/compare/interface-v2.0.0...interface-v3.0.0) (2022-10-20)


### ⚠ BREAKING CHANGES

* upgrades to multiformats@10 (#117)

### Features

* upgrades to multiformats@10 ([#117](https://www.github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://www.github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7))

## [2.0.0](https://www.github.com/web3-storage/ucanto/compare/interface-v1.0.0...interface-v2.0.0) (2022-10-16)


Expand Down
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": "2.0.0",
"version": "3.0.0",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down
18 changes: 18 additions & 0 deletions packages/principal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [3.0.0](https://www.github.com/web3-storage/ucanto/compare/principal-v2.0.0...principal-v3.0.0) (2022-10-20)


### ⚠ BREAKING CHANGES

* upgrades to multiformats@10 (#117)

### Features

* upgrades to multiformats@10 ([#117](https://www.github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://www.github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^2.0.0 to ^3.0.0

## [2.0.0](https://www.github.com/web3-storage/ucanto/compare/principal-v1.0.1...principal-v2.0.0) (2022-10-16)


Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.0",
"version": "3.0.0",
"keywords": [
"UCAN",
"ed25519",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@ipld/dag-ucan": "^2.0.0",
"@noble/ed25519": "^1.7.1",
"@ucanto/interface": "^2.0.0",
"@ucanto/interface": "^3.0.0",
"multiformats": "^10.0.0",
"one-webcrypto": "^1.0.3"
},
Expand Down
24 changes: 24 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [3.0.0](https://www.github.com/web3-storage/ucanto/compare/server-v2.0.0...server-v3.0.0) (2022-10-20)


### ⚠ BREAKING CHANGES

* upgrades to multiformats@10 (#117)

### Features

* upgrades to multiformats@10 ([#117](https://www.github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://www.github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7))


### Dependencies

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

## [2.0.0](https://www.github.com/web3-storage/ucanto/compare/server-v1.0.2...server-v2.0.0) (2022-10-16)


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

## [3.0.0](https://www.github.com/web3-storage/ucanto/compare/transport-v2.0.0...transport-v3.0.0) (2022-10-20)


### ⚠ BREAKING CHANGES

* upgrades to multiformats@10 (#117)

### Features

* upgrades to multiformats@10 ([#117](https://www.github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://www.github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/core bumped from ^2.0.0 to ^3.0.0
* @ucanto/interface bumped from ^2.0.0 to ^3.0.0
* devDependencies
* @ucanto/principal bumped from ^2.0.0 to ^3.0.0

## [2.0.0](https://www.github.com/web3-storage/ucanto/compare/transport-v1.0.1...transport-v2.0.0) (2022-10-16)


Expand Down
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": "2.0.0",
"version": "3.0.0",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -31,14 +31,14 @@
"dependencies": {
"@ipld/car": "^4.1.6",
"@ipld/dag-cbor": "^7.0.3",
"@ucanto/core": "^2.0.0",
"@ucanto/interface": "^2.0.0",
"@ucanto/core": "^3.0.0",
"@ucanto/interface": "^3.0.0",
"multiformats": "^10.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^2.0.0",
"@ucanto/principal": "^3.0.0",
"@web-std/fetch": "^4.1.0",
"c8": "^7.11.0",
"chai": "^4.3.6",
Expand Down
22 changes: 22 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [3.0.0](https://www.github.com/web3-storage/ucanto/compare/validator-v2.0.0...validator-v3.0.0) (2022-10-20)


### ⚠ BREAKING CHANGES

* upgrades to multiformats@10 (#117)

### Features

* upgrades to multiformats@10 ([#117](https://www.github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://www.github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/core bumped from ^2.0.0 to ^3.0.0
* @ucanto/interface bumped from ^2.0.0 to ^3.0.0
* devDependencies
* @ucanto/principal bumped from ^2.0.0 to ^3.0.0
* @ucanto/client bumped from ^2.0.0 to ^3.0.0

## [2.0.0](https://www.github.com/web3-storage/ucanto/compare/validator-v1.0.1...validator-v2.0.0) (2022-10-16)


Expand Down
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": "2.0.0",
"version": "3.0.0",
"keywords": [
"UCAN",
"ed25519",
Expand Down Expand Up @@ -29,16 +29,16 @@
"dependencies": {
"@ipld/car": "^4.1.6",
"@ipld/dag-cbor": "^7.0.3",
"@ucanto/core": "^2.0.0",
"@ucanto/interface": "^2.0.0",
"@ucanto/core": "^3.0.0",
"@ucanto/interface": "^3.0.0",
"multiformats": "^10.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^2.0.0",
"@ucanto/client": "^2.0.0",
"@ucanto/principal": "^3.0.0",
"@ucanto/client": "^3.0.0",
"c8": "^7.11.0",
"chai": "^4.3.6",
"chai-subset": "^1.6.0",
Expand Down
Loading

0 comments on commit f8f29ce

Please sign in to comment.