Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 8, 2023
1 parent 545d9c2 commit cd852e9
Show file tree
Hide file tree
Showing 14 changed files with 156 additions and 27 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":"4.1.0","packages/core":"4.1.0","packages/interface":"4.1.0","packages/principal":"4.1.0","packages/server":"4.1.0","packages/transport":"4.1.0","packages/validator":"4.1.0"}
{"packages/client":"4.2.3","packages/core":"4.2.3","packages/interface":"4.2.3","packages/principal":"4.2.3","packages/server":"4.2.3","packages/transport":"4.2.3","packages/validator":"4.2.3"}
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.2.3](https://www.github.com/web3-storage/ucanto/compare/client-v4.1.0...client-v4.2.3) (2023-02-08)


### Miscellaneous Chores

* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410))


### Dependencies

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

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/client-v4.0.3...client-v4.1.0) (2023-01-24)


Expand Down Expand Up @@ -484,4 +502,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
Expand Up @@ -29,15 +29,15 @@
"build": "tsc --build"
},
"dependencies": {
"@ucanto/interface": "^4.1.0",
"@ucanto/interface": "^4.2.3",
"multiformats": "^11.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^4.1.0",
"@ucanto/core": "^4.1.0",
"@ucanto/transport": "^4.1.0",
"@ucanto/principal": "^4.2.3",
"@ucanto/core": "^4.2.3",
"@ucanto/transport": "^4.2.3",
"@web-std/fetch": "^4.1.0",
"@web-std/file": "^3.0.2",
"c8": "^7.11.0",
Expand Down
23 changes: 22 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/core-v4.1.0...core-v4.2.3) (2023-02-08)


### Bug Fixes

* do not call exports import or export ([#217](https://www.github.com/web3-storage/ucanto/issues/217)) ([3c1ab06](https://www.github.com/web3-storage/ucanto/commit/3c1ab0601445398f8660de652a954e53d1c9f7aa))


### Miscellaneous Chores

* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410))


### Dependencies

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

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/core-v4.0.3...core-v4.1.0) (2023-01-24)


Expand Down Expand Up @@ -456,4 +477,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
Expand Up @@ -32,13 +32,13 @@
"@ipld/car": "^5.0.3",
"@ipld/dag-cbor": "^9.0.0",
"@ipld/dag-ucan": "^3.2.0",
"@ucanto/interface": "^4.1.0",
"@ucanto/interface": "^4.2.3",
"multiformats": "^11.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^4.1.0",
"@ucanto/principal": "^4.2.3",
"c8": "^7.11.0",
"chai": "^4.3.6",
"mocha": "^10.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/interface-v4.1.0...interface-v4.2.3) (2023-02-08)


### Miscellaneous Chores

* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410))

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/interface-v4.0.3...interface-v4.1.0) (2023-01-24)


Expand Down
16 changes: 15 additions & 1 deletion packages/principal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/principal-v4.1.0...principal-v4.2.3) (2023-02-08)


### Miscellaneous Chores

* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @ucanto/interface bumped from ^4.1.0 to ^4.2.3

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/principal-v4.0.3...principal-v4.1.0) (2023-01-24)


Expand Down Expand Up @@ -421,4 +435,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
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@ipld/dag-ucan": "^3.2.0",
"@noble/ed25519": "^1.7.1",
"@ucanto/interface": "^4.1.0",
"@ucanto/interface": "^4.2.3",
"multiformats": "^11.0.0",
"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.2.3](https://www.github.com/web3-storage/ucanto/compare/server-v4.1.0...server-v4.2.3) (2023-02-08)


### Miscellaneous Chores

* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410))


### Dependencies

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

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/server-v4.0.3...server-v4.1.0) (2023-01-24)


Expand Down Expand Up @@ -647,4 +667,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
12 changes: 6 additions & 6 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"build": "tsc --build"
},
"dependencies": {
"@ucanto/core": "^4.1.0",
"@ucanto/interface": "^4.1.0",
"@ucanto/validator": "^4.1.0"
"@ucanto/core": "^4.2.3",
"@ucanto/interface": "^4.2.3",
"@ucanto/validator": "^4.2.3"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^4.1.0",
"@ucanto/client": "^4.1.0",
"@ucanto/transport": "^4.1.0",
"@ucanto/principal": "^4.2.3",
"@ucanto/client": "^4.2.3",
"@ucanto/transport": "^4.2.3",
"@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.2.3](https://www.github.com/web3-storage/ucanto/compare/transport-v4.1.0...transport-v4.2.3) (2023-02-08)


### Miscellaneous Chores

* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410))


### Dependencies

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

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/transport-v4.0.3...transport-v4.1.0) (2023-01-24)


Expand Down Expand Up @@ -491,4 +508,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
Expand Up @@ -31,14 +31,14 @@
"dependencies": {
"@ipld/car": "^5.0.3",
"@ipld/dag-cbor": "^9.0.0",
"@ucanto/core": "^4.1.0",
"@ucanto/interface": "^4.1.0",
"@ucanto/core": "^4.2.3",
"@ucanto/interface": "^4.2.3",
"multiformats": "^11.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/principal": "^4.1.0",
"@ucanto/principal": "^4.2.3",
"@web-std/fetch": "^4.1.0",
"c8": "^7.11.0",
"chai": "^4.3.6",
Expand Down
34 changes: 33 additions & 1 deletion packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

### [4.2.3](https://www.github.com/web3-storage/ucanto/compare/validator-v4.1.0...validator-v4.2.3) (2023-02-08)


### ⚠ BREAKING CHANGES

* wildcard support in capabilies (#218)

### Features

* wildcard support in capabilies ([#218](https://www.github.com/web3-storage/ucanto/issues/218)) ([545d9c2](https://www.github.com/web3-storage/ucanto/commit/545d9c25d9bd8000eaff4978432bc1bbba14654e))


### Bug Fixes

* add [@returns](https://www.github.com/returns) to @ucanto/validator Schema.dictionary() to avoid problematic inference when using derives ([#215](https://www.github.com/web3-storage/ucanto/issues/215)) ([620421d](https://www.github.com/web3-storage/ucanto/commit/620421d450a82d165301ae8d0ebad1ec041db636))


### Miscellaneous Chores

* release 4.2.3 ([5dc8158](https://www.github.com/web3-storage/ucanto/commit/5dc8158341cd668304c94a4b83e1d9b9affae410))


### Dependencies

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

## [4.1.0](https://www.github.com/web3-storage/ucanto/compare/validator-v4.0.3...validator-v4.1.0) (2023-01-24)


Expand Down Expand Up @@ -609,4 +641,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
Expand Up @@ -29,16 +29,16 @@
"dependencies": {
"@ipld/car": "^5.0.3",
"@ipld/dag-cbor": "^8.0.0",
"@ucanto/core": "^4.1.0",
"@ucanto/interface": "^4.1.0",
"@ucanto/core": "^4.2.3",
"@ucanto/interface": "^4.2.3",
"multiformats": "^11.0.0"
},
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^9.1.0",
"@ucanto/client": "^4.1.0",
"@ucanto/principal": "^4.1.0",
"@ucanto/client": "^4.2.3",
"@ucanto/principal": "^4.2.3",
"c8": "^7.11.0",
"chai": "^4.3.6",
"chai-subset": "^1.6.0",
Expand Down

0 comments on commit cd852e9

Please sign in to comment.