Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Dec 2, 2022
1 parent e9e35df commit 4d815e4
Show file tree
Hide file tree
Showing 15 changed files with 162 additions and 32 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":"3.0.5","packages/core":"3.0.5","packages/interface":"4.0.0","packages/principal":"4.0.1","packages/server":"3.0.8","packages/transport":"3.0.5","packages/validator":"3.0.7"}
{"packages/client":"4.0.2","packages/core":"4.0.2","packages/interface":"4.0.2","packages/principal":"4.0.2","packages/server":"4.0.2","packages/transport":"4.0.2","packages/validator":"4.0.2"}
20 changes: 19 additions & 1 deletion packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [4.0.2](https://github.com/web3-storage/ucanto/compare/client-v3.0.5...client-v4.0.2) (2022-12-02)


### Miscellaneous Chores

* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^4.0.0 to ^4.0.2
* devDependencies
* @ucanto/principal bumped from ^4.0.1 to ^4.0.2
* @ucanto/core bumped from ^4.0.0 to ^4.0.2
* @ucanto/transport bumped from ^4.0.0 to ^4.0.2

### [3.0.5](https://www.github.com/web3-storage/ucanto/compare/client-v3.0.4...client-v3.0.5) (2022-12-02)


Expand Down Expand Up @@ -295,4 +313,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
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": "4.0.0",
"version": "4.0.2",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -29,15 +29,15 @@
"build": "tsc --build"
},
"dependencies": {
"@ucanto/interface": "^4.0.0",
"@ucanto/interface": "^4.0.2",
"multiformats": "^10.0.2"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^4.0.1",
"@ucanto/core": "^4.0.0",
"@ucanto/transport": "^4.0.0",
"@ucanto/principal": "^4.0.2",
"@ucanto/core": "^4.0.2",
"@ucanto/transport": "^4.0.2",
"@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/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [4.0.2](https://github.com/web3-storage/ucanto/compare/core-v3.0.5...core-v4.0.2) (2022-12-02)


### Features

* update to latest dag-ucan ([#165](https://github.com/web3-storage/ucanto/issues/165)) ([20e50de](https://github.com/web3-storage/ucanto/commit/20e50de5e311781ee8dc10e32de4eb12e8df2080))


### Miscellaneous Chores

* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^4.0.0 to ^4.0.2
* devDependencies
* @ucanto/principal bumped from ^4.0.1 to ^4.0.2

### [3.0.5](https://www.github.com/web3-storage/ucanto/compare/core-v3.0.4...core-v3.0.5) (2022-12-02)


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

## [4.0.2](https://github.com/web3-storage/ucanto/compare/interface-v4.0.0...interface-v4.0.2) (2022-12-02)


### Features

* update to latest dag-ucan ([#165](https://github.com/web3-storage/ucanto/issues/165)) ([20e50de](https://github.com/web3-storage/ucanto/commit/20e50de5e311781ee8dc10e32de4eb12e8df2080))


### Miscellaneous Chores

* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11))

## [4.0.0](https://www.github.com/web3-storage/ucanto/compare/interface-v3.0.1...interface-v4.0.0) (2022-12-01)


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

## [4.0.2](https://github.com/web3-storage/ucanto/compare/principal-v4.0.1...principal-v4.0.2) (2022-12-02)


### Features

* update to latest dag-ucan ([#165](https://github.com/web3-storage/ucanto/issues/165)) ([20e50de](https://github.com/web3-storage/ucanto/commit/20e50de5e311781ee8dc10e32de4eb12e8df2080))


### Miscellaneous Chores

* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^4.0.0 to ^4.0.2

### [4.0.1](https://www.github.com/web3-storage/ucanto/compare/principal-v4.0.0...principal-v4.0.1) (2022-12-02)


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": "4.0.1",
"version": "4.0.2",
"keywords": [
"UCAN",
"ed25519",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@ipld/dag-ucan": "^3.0.1",
"@noble/ed25519": "^1.7.1",
"@ucanto/interface": "^4.0.0",
"@ucanto/interface": "^4.0.2",
"multiformats": "^10.0.2",
"one-webcrypto": "^1.0.3"
},
Expand Down
22 changes: 21 additions & 1 deletion packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [4.0.2](https://github.com/web3-storage/ucanto/compare/server-v3.0.8...server-v4.0.2) (2022-12-02)


### Miscellaneous Chores

* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11))


### Dependencies

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

### [3.0.8](https://www.github.com/web3-storage/ucanto/compare/server-v3.0.7...server-v3.0.8) (2022-12-02)


Expand Down Expand Up @@ -383,4 +403,4 @@
* 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
* @ucanto/authority bumped from 0.0.1 to ^0.2.0
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": "3.0.8",
"version": "4.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": "^4.0.0",
"@ucanto/interface": "^4.0.0",
"@ucanto/validator": "^4.0.0"
"@ucanto/core": "^4.0.2",
"@ucanto/interface": "^4.0.2",
"@ucanto/validator": "^4.0.2"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^4.0.1",
"@ucanto/client": "^4.0.0",
"@ucanto/transport": "^4.0.0",
"@ucanto/principal": "^4.0.2",
"@ucanto/client": "^4.0.2",
"@ucanto/transport": "^4.0.2",
"@web-std/fetch": "^4.1.0",
"@web-std/file": "^3.0.2",
"c8": "^7.11.0",
Expand Down
19 changes: 18 additions & 1 deletion packages/transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [4.0.2](https://github.com/web3-storage/ucanto/compare/transport-v3.0.5...transport-v4.0.2) (2022-12-02)


### Miscellaneous Chores

* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/core bumped from ^4.0.0 to ^4.0.2
* @ucanto/interface bumped from ^4.0.0 to ^4.0.2
* devDependencies
* @ucanto/principal bumped from ^4.0.1 to ^4.0.2

### [3.0.5](https://www.github.com/web3-storage/ucanto/compare/transport-v3.0.4...transport-v3.0.5) (2022-12-02)


Expand Down Expand Up @@ -294,4 +311,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
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": "4.0.0",
"version": "4.0.2",
"keywords": [
"UCAN",
"RPC",
Expand Down Expand Up @@ -31,14 +31,14 @@
"dependencies": {
"@ipld/car": "^5.0.0",
"@ipld/dag-cbor": "^8.0.0",
"@ucanto/core": "^4.0.0",
"@ucanto/interface": "^4.0.0",
"@ucanto/core": "^4.0.2",
"@ucanto/interface": "^4.0.2",
"multiformats": "^10.0.2"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^4.0.1",
"@ucanto/principal": "^4.0.2",
"@web-std/fetch": "^4.1.0",
"c8": "^7.11.0",
"chai": "^4.3.6",
Expand Down
25 changes: 24 additions & 1 deletion packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [4.0.2](https://github.com/web3-storage/ucanto/compare/validator-v3.0.7...validator-v4.0.2) (2022-12-02)


### Bug Fixes

* intermittent test failures ([#166](https://github.com/web3-storage/ucanto/issues/166)) ([6cb0348](https://github.com/web3-storage/ucanto/commit/6cb03482bd257d2ea62b6558e1f6ee1a693b68fb))


### Miscellaneous Chores

* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/core bumped from ^4.0.0 to ^4.0.2
* @ucanto/interface bumped from ^4.0.0 to ^4.0.2
* devDependencies
* @ucanto/client bumped from ^4.0.0 to ^4.0.2
* @ucanto/principal bumped from ^4.0.1 to ^4.0.2

### [3.0.7](https://www.github.com/web3-storage/ucanto/compare/validator-v3.0.6...validator-v3.0.7) (2022-12-02)


Expand Down Expand Up @@ -333,4 +356,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
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": "4.0.0",
"version": "4.0.2",
"keywords": [
"UCAN",
"ed25519",
Expand Down Expand Up @@ -29,16 +29,16 @@
"dependencies": {
"@ipld/car": "^5.0.0",
"@ipld/dag-cbor": "^8.0.0",
"@ucanto/core": "^4.0.0",
"@ucanto/interface": "^4.0.0",
"@ucanto/core": "^4.0.2",
"@ucanto/interface": "^4.0.2",
"multiformats": "^10.0.2"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/client": "^4.0.0",
"@ucanto/principal": "^4.0.1",
"@ucanto/client": "^4.0.2",
"@ucanto/principal": "^4.0.2",
"c8": "^7.11.0",
"chai": "^4.3.6",
"chai-subset": "^1.6.0",
Expand Down

0 comments on commit 4d815e4

Please sign in to comment.