Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: release master (#4121)
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 Jun 1, 2022
1 parent 87e00a6 commit 548cfb2
Show file tree
Hide file tree
Showing 23 changed files with 146 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/interface-ipfs-core":"0.155.0","packages/ipfs":"0.63.1","packages/ipfs-cli":"0.13.1","packages/ipfs-client":"0.8.0","packages/ipfs-core":"0.15.0","packages/ipfs-core-config":"0.4.0","packages/ipfs-core-types":"0.11.0","packages/ipfs-core-utils":"0.15.0","packages/ipfs-daemon":"0.13.1","packages/ipfs-grpc-client":"0.10.0","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.0","packages/ipfs-http-client":"57.0.0","packages/ipfs-http-gateway":"0.10.0","packages/ipfs-http-response":"3.0.0","packages/ipfs-http-server":"0.12.1","packages/ipfs-message-port-client":"0.12.0","packages/ipfs-message-port-protocol":"0.12.0","packages/ipfs-message-port-server":"0.12.0"}
{"packages/interface-ipfs-core":"0.155.0","packages/ipfs":"0.63.2","packages/ipfs-cli":"0.13.2","packages/ipfs-client":"0.8.1","packages/ipfs-core":"0.15.1","packages/ipfs-core-config":"0.4.0","packages/ipfs-core-types":"0.11.0","packages/ipfs-core-utils":"0.15.0","packages/ipfs-daemon":"0.13.2","packages/ipfs-grpc-client":"0.10.0","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.1","packages/ipfs-http-client":"57.0.1","packages/ipfs-http-gateway":"0.10.1","packages/ipfs-http-response":"3.0.1","packages/ipfs-http-server":"0.12.2","packages/ipfs-message-port-client":"0.12.1","packages/ipfs-message-port-protocol":"0.12.0","packages/ipfs-message-port-server":"0.12.0"}
11 changes: 11 additions & 0 deletions packages/ipfs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.13.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.1...ipfs-cli-v0.13.2) (2022-06-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.15.0 to ^0.15.1
* ipfs-daemon bumped from ^0.13.1 to ^0.13.2
* ipfs-http-client bumped from ^57.0.0 to ^57.0.1

### [0.13.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.0...ipfs-cli-v0.13.1) (2022-05-30)


Expand Down
8 changes: 4 additions & 4 deletions packages/ipfs-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-cli",
"version": "0.13.1",
"version": "0.13.2",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -70,11 +70,11 @@
"byteman": "^1.3.5",
"execa": "^6.1.0",
"get-folder-size": "^3.1.0",
"ipfs-core": "^0.15.0",
"ipfs-core": "^0.15.1",
"ipfs-core-types": "^0.11.0",
"ipfs-core-utils": "^0.15.0",
"ipfs-daemon": "^0.13.1",
"ipfs-http-client": "^57.0.0",
"ipfs-daemon": "^0.13.2",
"ipfs-http-client": "^57.0.1",
"ipfs-utils": "^9.0.6",
"it-concat": "^2.0.0",
"it-map": "^1.0.5",
Expand Down
11 changes: 10 additions & 1 deletion packages/ipfs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.8.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.0...ipfs-client-v0.8.1) (2022-06-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-http-client bumped from ^57.0.0 to ^57.0.1

## [0.8.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.9...ipfs-client-v0.8.0) (2022-05-27)


Expand Down Expand Up @@ -328,4 +337,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
### Features

* add grpc server and client ([#3403](https://github.com/ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com/ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com/ipfs/js-ipfs/issues/2519) [#2838](https://github.com/ipfs/js-ipfs/issues/2838) [#2943](https://github.com/ipfs/js-ipfs/issues/2943) [#2854](https://github.com/ipfs/js-ipfs/issues/2854) [#2864](https://github.com/ipfs/js-ipfs/issues/2864)
* allow passing a http.Agent to the grpc client ([#3477](https://github.com/ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com/ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474)
* allow passing a http.Agent to the grpc client ([#3477](https://github.com/ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com/ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474)
4 changes: 2 additions & 2 deletions packages/ipfs-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-client",
"version": "0.8.0",
"version": "0.8.1",
"description": "A client library to talk to local IPFS daemons",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"ipfs-grpc-client": "^0.10.0",
"ipfs-http-client": "^57.0.0",
"ipfs-http-client": "^57.0.1",
"merge-options": "^3.0.4"
},
"devDependencies": {
Expand Down
11 changes: 10 additions & 1 deletion packages/ipfs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.15.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.0...ipfs-core-v0.15.1) (2022-06-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-http-client bumped from ^57.0.0 to ^57.0.1

## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.14.3...ipfs-core-v0.15.0) (2022-05-27)


Expand Down Expand Up @@ -624,4 +633,4 @@ Co-authored-by: Geoffrey Cohler <g.cohler@computer.org>

Closes https://github.com/ipfs/js-ipfs/issues/3210

Co-authored-by: achingbrain <alex@achingbrain.net>
Co-authored-by: achingbrain <alex@achingbrain.net>
4 changes: 2 additions & 2 deletions packages/ipfs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core",
"version": "0.15.0",
"version": "0.15.1",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -103,7 +103,7 @@
"ipfs-core-config": "^0.4.0",
"ipfs-core-types": "^0.11.0",
"ipfs-core-utils": "^0.15.0",
"ipfs-http-client": "^57.0.0",
"ipfs-http-client": "^57.0.1",
"ipfs-repo": "^14.0.1",
"ipfs-unixfs": "^6.0.9",
"ipfs-unixfs-exporter": "^7.0.11",
Expand Down
12 changes: 12 additions & 0 deletions packages/ipfs-daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.13.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.1...ipfs-daemon-v0.13.2) (2022-06-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.15.0 to ^0.15.1
* ipfs-grpc-server bumped from ^0.9.0 to ^0.9.1
* ipfs-http-gateway bumped from ^0.10.0 to ^0.10.1
* ipfs-http-server bumped from ^0.12.1 to ^0.12.2

### [0.13.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.0...ipfs-daemon-v0.13.1) (2022-05-30)


Expand Down
10 changes: 5 additions & 5 deletions packages/ipfs-daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-daemon",
"version": "0.13.1",
"version": "0.13.2",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -43,11 +43,11 @@
"@libp2p/logger": "^1.1.4",
"@libp2p/webrtc-star": "^1.0.6",
"@mapbox/node-pre-gyp": "^1.0.5",
"ipfs-core": "^0.15.0",
"ipfs-core": "^0.15.1",
"ipfs-core-types": "^0.11.0",
"ipfs-grpc-server": "^0.9.0",
"ipfs-http-gateway": "^0.10.0",
"ipfs-http-server": "^0.12.1",
"ipfs-grpc-server": "^0.9.1",
"ipfs-http-gateway": "^0.10.1",
"ipfs-http-server": "^0.12.2",
"ipfs-utils": "^9.0.6",
"libp2p": "^0.37.1"
},
Expand Down
11 changes: 10 additions & 1 deletion packages/ipfs-grpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.9.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.9.0...ipfs-grpc-server-v0.9.1) (2022-06-01)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* ipfs-core bumped from ^0.15.0 to ^0.15.1

## [0.9.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.8.4...ipfs-grpc-server-v0.9.0) (2022-05-27)


Expand Down Expand Up @@ -378,4 +387,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>

### Features

* add grpc server and client ([#3403](https://github.com/ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com/ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com/ipfs/js-ipfs/issues/2519) [#2838](https://github.com/ipfs/js-ipfs/issues/2838) [#2943](https://github.com/ipfs/js-ipfs/issues/2943) [#2854](https://github.com/ipfs/js-ipfs/issues/2854) [#2864](https://github.com/ipfs/js-ipfs/issues/2864)
* add grpc server and client ([#3403](https://github.com/ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com/ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com/ipfs/js-ipfs/issues/2519) [#2838](https://github.com/ipfs/js-ipfs/issues/2838) [#2943](https://github.com/ipfs/js-ipfs/issues/2943) [#2854](https://github.com/ipfs/js-ipfs/issues/2854) [#2864](https://github.com/ipfs/js-ipfs/issues/2864)
4 changes: 2 additions & 2 deletions packages/ipfs-grpc-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-server",
"version": "0.9.0",
"version": "0.9.1",
"description": "A server library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@types/ws": "^8.5.3",
"aegir": "^37.0.11",
"ipfs-core": "^0.15.0",
"ipfs-core": "^0.15.1",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
"sinon": "^14.0.0"
Expand Down
9 changes: 8 additions & 1 deletion packages/ipfs-http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [57.0.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.0...ipfs-http-client-v57.0.1) (2022-06-01)


### Bug Fixes

* export ipfs-http-client types ([#4120](https://www.github.com/ipfs/js-ipfs/issues/4120)) ([764b4ad](https://www.github.com/ipfs/js-ipfs/commit/764b4adca756a4445686d30fd01029abfd7bf682))

## [57.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v56.0.3...ipfs-http-client-v57.0.0) (2022-05-27)


Expand Down Expand Up @@ -2423,4 +2430,4 @@ Signed-off-by: Alan Shaw <alan@tableflip.io>

### Bug Fixes

* new fixed aegir ([93ac472](https://github.com/ipfs/js-ipfs-http-client/commit/93ac472))
* new fixed aegir ([93ac472](https://github.com/ipfs/js-ipfs-http-client/commit/93ac472))
2 changes: 1 addition & 1 deletion packages/ipfs-http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-client",
"version": "57.0.0",
"version": "57.0.1",
"description": "A client library for the IPFS HTTP API",
"keywords": [
"ipfs"
Expand Down
11 changes: 10 additions & 1 deletion packages/ipfs-http-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.10.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.10.0...ipfs-http-gateway-v0.10.1) (2022-06-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-http-response bumped from ^3.0.0 to ^3.0.1

## [0.10.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.9.3...ipfs-http-gateway-v0.10.0) (2022-05-27)


Expand Down Expand Up @@ -361,4 +370,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>

### Features

* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))
4 changes: 2 additions & 2 deletions packages/ipfs-http-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-gateway",
"version": "0.10.0",
"version": "0.10.1",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -65,7 +65,7 @@
"@libp2p/logger": "^1.1.4",
"hapi-pino": "^8.5.0",
"ipfs-core-types": "^0.11.0",
"ipfs-http-response": "^3.0.0",
"ipfs-http-response": "^3.0.1",
"is-ipfs": "^6.0.1",
"it-last": "^1.0.4",
"it-to-stream": "^1.0.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/ipfs-http-response/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [3.0.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v3.0.0...ipfs-http-response-v3.0.1) (2022-06-01)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* ipfs-core bumped from ^0.15.0 to ^0.15.1

## [3.0.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v2.0.3...ipfs-http-response-v3.0.0) (2022-05-27)


Expand Down Expand Up @@ -308,4 +317,4 @@ case of some property names that are used by this module.
### Features

* export resolver ([d9e56b8](https://github.com/ipfs/js-ipfs-http-response/commit/d9e56b8))
* initial implementation ([d9d0c08](https://github.com/ipfs/js-ipfs-http-response/commit/d9d0c08))
* initial implementation ([d9d0c08](https://github.com/ipfs/js-ipfs-http-response/commit/d9d0c08))
4 changes: 2 additions & 2 deletions packages/ipfs-http-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-response",
"version": "3.0.0",
"version": "3.0.1",
"description": "Creates an HTTP response from an IPFS Hash",
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
"main": "src/index.js",
Expand Down Expand Up @@ -79,7 +79,7 @@
"aegir": "^37.0.11",
"get-stream": "^6.0.0",
"global": "^4.4.0",
"ipfs-core": "^0.15.0",
"ipfs-core": "^0.15.1",
"ipfsd-ctl": "^11.0.0",
"it-all": "^1.0.4",
"uint8arrays": "^3.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-http-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.12.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.1...ipfs-http-server-v0.12.2) (2022-06-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-http-gateway bumped from ^0.10.0 to ^0.10.1
* devDependencies
* ipfs-http-client bumped from ^57.0.0 to ^57.0.1

### [0.12.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.0...ipfs-http-server-v0.12.1) (2022-05-30)


Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-http-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-server",
"version": "0.12.1",
"version": "0.12.2",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -53,7 +53,7 @@
"hapi-pino": "^8.5.0",
"ipfs-core-types": "^0.11.0",
"ipfs-core-utils": "^0.15.0",
"ipfs-http-gateway": "^0.10.0",
"ipfs-http-gateway": "^0.10.1",
"ipfs-unixfs": "^6.0.9",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
Expand Down Expand Up @@ -81,7 +81,7 @@
"aegir": "^37.0.11",
"err-code": "^3.0.1",
"form-data": "^4.0.0",
"ipfs-http-client": "^57.0.0",
"ipfs-http-client": "^57.0.1",
"iso-random-stream": "^2.0.2",
"it-first": "^1.0.4",
"it-to-buffer": "^2.0.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/ipfs-message-port-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.12.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.12.0...ipfs-message-port-client-v0.12.1) (2022-06-01)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* ipfs-core bumped from ^0.15.0 to ^0.15.1

## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-message-port-client-v0.11.3...ipfs-message-port-client-v0.12.0) (2022-05-27)


Expand Down Expand Up @@ -493,4 +502,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>

### Features

* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)
* share IPFS node between browser tabs ([#3081](https://github.com/ipfs/js-ipfs/issues/3081)) ([1b8b1b8](https://github.com/ipfs/js-ipfs/commit/1b8b1b822a252498889c54972a1f57e1fedc39d0)), closes [#3022](https://github.com/ipfs/js-ipfs/issues/3022)
Loading

0 comments on commit 548cfb2

Please sign in to comment.