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 (#4057)
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 Mar 17, 2022
1 parent df1bd1b commit c51b160
Show file tree
Hide file tree
Showing 37 changed files with 277 additions and 76 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.154.1","packages/ipfs":"0.62.1","packages/ipfs-cli":"0.12.1","packages/ipfs-client":"0.7.7","packages/ipfs-core":"0.14.1","packages/ipfs-core-config":"0.3.1","packages/ipfs-core-types":"0.10.1","packages/ipfs-core-utils":"0.14.1","packages/ipfs-daemon":"0.12.1","packages/ipfs-grpc-client":"0.9.2","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.2","packages/ipfs-http-client":"56.0.1","packages/ipfs-http-gateway":"0.9.1","packages/ipfs-http-response":"2.0.1","packages/ipfs-http-server":"0.11.1","packages/ipfs-message-port-client":"0.11.1","packages/ipfs-message-port-protocol":"0.11.1","packages/ipfs-message-port-server":"0.11.1"}
{"packages/interface-ipfs-core":"0.154.2","packages/ipfs":"0.62.2","packages/ipfs-cli":"0.12.2","packages/ipfs-client":"0.7.8","packages/ipfs-core":"0.14.2","packages/ipfs-core-config":"0.3.2","packages/ipfs-core-types":"0.10.2","packages/ipfs-core-utils":"0.14.2","packages/ipfs-daemon":"0.12.2","packages/ipfs-grpc-client":"0.9.3","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.3","packages/ipfs-http-client":"56.0.2","packages/ipfs-http-gateway":"0.9.2","packages/ipfs-http-response":"2.0.2","packages/ipfs-http-server":"0.11.2","packages/ipfs-message-port-client":"0.11.2","packages/ipfs-message-port-protocol":"0.11.2","packages/ipfs-message-port-server":"0.11.2"}
14 changes: 14 additions & 0 deletions packages/interface-ipfs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.154.2](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.154.1...interface-ipfs-core-v0.154.2) (2022-03-01)


### Bug Fixes

* missing files on publish ([#4056](https://www.github.com/ipfs/js-ipfs/issues/4056)) ([125d42b](https://www.github.com/ipfs/js-ipfs/commit/125d42ba72f905bf95b66489c1b593cbf0a623cb)), closes [#3976](https://www.github.com/ipfs/js-ipfs/issues/3976)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-types bumped from ^0.10.1 to ^0.10.2

### [0.154.1](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.154.0...interface-ipfs-core-v0.154.1) (2022-02-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/interface-ipfs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
"version": "0.154.1",
"version": "0.154.2",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"delay": "^5.0.0",
"did-jwt": "^5.12.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.10.1",
"ipfs-core-types": "^0.10.2",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs-importer": "^9.0.3",
"ipfs-utils": "^9.0.2",
Expand Down
15 changes: 14 additions & 1 deletion packages/ipfs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.14.1 to ^0.14.2
* ipfs-core-types bumped from ^0.10.1 to ^0.10.2
* ipfs-core-utils bumped from ^0.14.1 to ^0.14.2
* ipfs-daemon bumped from ^0.12.1 to ^0.12.2
* ipfs-http-client bumped from ^56.0.1 to ^56.0.2

### [0.12.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.12.0...ipfs-cli-v0.12.1) (2022-02-06)


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

* enable custom formats for dag put and get ([#3347](https://github.com/ipfs/js-ipfs/issues/3347)) ([3250ff4](https://github.com/ipfs/js-ipfs/commit/3250ff453a1d3275cc4ab746f59f9f70abd5cc5f))
* 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))
12 changes: 6 additions & 6 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.12.1",
"version": "0.12.2",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -65,11 +65,11 @@
"err-code": "^3.0.1",
"execa": "^5.0.0",
"get-folder-size": "^2.0.1",
"ipfs-core": "^0.14.1",
"ipfs-core-types": "^0.10.1",
"ipfs-core-utils": "^0.14.1",
"ipfs-daemon": "^0.12.1",
"ipfs-http-client": "^56.0.1",
"ipfs-core": "^0.14.2",
"ipfs-core-types": "^0.10.2",
"ipfs-core-utils": "^0.14.2",
"ipfs-daemon": "^0.12.2",
"ipfs-http-client": "^56.0.2",
"ipfs-repo": "^14.0.1",
"ipfs-utils": "^9.0.2",
"it-all": "^1.0.4",
Expand Down
10 changes: 10 additions & 0 deletions packages/ipfs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.7.8](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.7...ipfs-client-v0.7.8) (2022-03-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-grpc-client bumped from ^0.9.2 to ^0.9.3
* ipfs-http-client bumped from ^56.0.1 to ^56.0.2

### [0.7.7](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.6...ipfs-client-v0.7.7) (2022-02-06)


Expand Down
6 changes: 3 additions & 3 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.7.7",
"version": "0.7.8",
"description": "A client library to talk to local IPFS daemons",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -40,8 +40,8 @@
"dep-check": "aegir dep-check -i aegir -i rimraf"
},
"dependencies": {
"ipfs-grpc-client": "^0.9.2",
"ipfs-http-client": "^56.0.1",
"ipfs-grpc-client": "^0.9.3",
"ipfs-http-client": "^56.0.2",
"merge-options": "^3.0.4"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/ipfs-core-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.3.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.3.1...ipfs-core-config-v0.3.2) (2022-03-01)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* ipfs-core-utils bumped from ^0.14.1 to ^0.14.2

### [0.3.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.3.0...ipfs-core-config-v0.3.1) (2022-02-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-core-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-config",
"version": "0.3.1",
"version": "0.3.2",
"description": "Package to store node and browser specific config for ipfs-core",
"author": "Alex Potsides <alex@achingbrain.net>",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme",
Expand Down Expand Up @@ -107,7 +107,7 @@
},
"devDependencies": {
"aegir": "^36.0.1",
"ipfs-core-utils": "^0.14.1",
"ipfs-core-utils": "^0.14.2",
"rimraf": "^3.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/ipfs-core-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.10.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.10.1...ipfs-core-types-v0.10.2) (2022-03-01)


### Bug Fixes

* add deps used in ipfs-core-types ([#4058](https://www.github.com/ipfs/js-ipfs/issues/4058)) ([df1bd1b](https://www.github.com/ipfs/js-ipfs/commit/df1bd1bbf151543afb4ce41516248def77e8a225))
* missing files on publish ([#4056](https://www.github.com/ipfs/js-ipfs/issues/4056)) ([125d42b](https://www.github.com/ipfs/js-ipfs/commit/125d42ba72f905bf95b66489c1b593cbf0a623cb)), closes [#3976](https://www.github.com/ipfs/js-ipfs/issues/3976)

### [0.10.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.10.0...ipfs-core-types-v0.10.1) (2022-02-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-types",
"version": "0.10.1",
"version": "0.10.2",
"description": "IPFS interface definitions used by implementations for API compatibility.",
"types": "types/src/index.d.ts",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-types#readme",
Expand Down
11 changes: 10 additions & 1 deletion packages/ipfs-core-utils/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.14.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.14.1...ipfs-core-utils-v0.14.2) (2022-03-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-types bumped from ^0.10.1 to ^0.10.2

### [0.14.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.14.0...ipfs-core-utils-v0.14.1) (2022-02-06)


Expand Down Expand Up @@ -641,4 +650,4 @@ js-ipfs

### Bug Fixes

* use is-buffer ([bbf5baf](https://github.com/ipfs/js-ipfs-utils/commit/bbf5baf))
* use is-buffer ([bbf5baf](https://github.com/ipfs/js-ipfs-utils/commit/bbf5baf))
4 changes: 2 additions & 2 deletions packages/ipfs-core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-utils",
"version": "0.14.1",
"version": "0.14.2",
"description": "Package to share code between ipfs and ipfs-http-client",
"author": "Alex Potsides <alex@achingbrain.net>",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme",
Expand Down Expand Up @@ -119,7 +119,7 @@
"browser-readablestream-to-it": "^1.0.1",
"debug": "^4.1.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.10.1",
"ipfs-core-types": "^0.10.2",
"ipfs-unixfs": "^6.0.3",
"ipfs-utils": "^9.0.2",
"it-all": "^1.0.4",
Expand Down
16 changes: 15 additions & 1 deletion packages/ipfs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.14.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.14.1...ipfs-core-v0.14.2) (2022-03-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-config bumped from ^0.3.1 to ^0.3.2
* ipfs-core-types bumped from ^0.10.1 to ^0.10.2
* ipfs-core-utils bumped from ^0.14.1 to ^0.14.2
* ipfs-http-client bumped from ^56.0.1 to ^56.0.2
* devDependencies
* interface-ipfs-core bumped from ^0.154.1 to ^0.154.2

### [0.14.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.14.0...ipfs-core-v0.14.1) (2022-02-06)


Expand Down Expand Up @@ -560,4 +574,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>
12 changes: 6 additions & 6 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.14.1",
"version": "0.14.2",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -87,10 +87,10 @@
"interface-blockstore": "^2.0.2",
"interface-datastore": "^6.0.2",
"ipfs-bitswap": "^10.0.1",
"ipfs-core-config": "^0.3.1",
"ipfs-core-types": "^0.10.1",
"ipfs-core-utils": "^0.14.1",
"ipfs-http-client": "^56.0.1",
"ipfs-core-config": "^0.3.2",
"ipfs-core-types": "^0.10.2",
"ipfs-core-utils": "^0.14.2",
"ipfs-http-client": "^56.0.2",
"ipfs-repo": "^14.0.1",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs-exporter": "^7.0.3",
Expand Down Expand Up @@ -139,7 +139,7 @@
"delay": "^5.0.0",
"go-ipfs": "0.11.0",
"interface-blockstore-tests": "^2.0.2",
"interface-ipfs-core": "^0.154.1",
"interface-ipfs-core": "^0.154.2",
"ipfsd-ctl": "^10.0.4",
"iso-url": "^1.0.0",
"libp2p-gossipsub": "^0.13.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/ipfs-daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.14.1 to ^0.14.2
* ipfs-core-types bumped from ^0.10.1 to ^0.10.2
* ipfs-grpc-server bumped from ^0.8.2 to ^0.8.3
* ipfs-http-gateway bumped from ^0.9.1 to ^0.9.2
* ipfs-http-server bumped from ^0.11.1 to ^0.11.2

### [0.12.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.12.0...ipfs-daemon-v0.12.1) (2022-02-06)


Expand Down
12 changes: 6 additions & 6 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.12.1",
"version": "0.12.2",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -44,11 +44,11 @@
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.5",
"debug": "^4.1.1",
"ipfs-core": "^0.14.1",
"ipfs-core-types": "^0.10.1",
"ipfs-grpc-server": "^0.8.2",
"ipfs-http-gateway": "^0.9.1",
"ipfs-http-server": "^0.11.1",
"ipfs-core": "^0.14.2",
"ipfs-core-types": "^0.10.2",
"ipfs-grpc-server": "^0.8.3",
"ipfs-http-gateway": "^0.9.2",
"ipfs-http-server": "^0.11.2",
"ipfs-utils": "^9.0.2",
"just-safe-set": "^2.2.1",
"libp2p": "^0.36.2",
Expand Down
12 changes: 11 additions & 1 deletion packages/ipfs-grpc-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.9.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.9.2...ipfs-grpc-client-v0.9.3) (2022-03-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-types bumped from ^0.10.1 to ^0.10.2
* ipfs-core-utils bumped from ^0.14.1 to ^0.14.2

### [0.9.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.9.1...ipfs-grpc-client-v0.9.2) (2022-02-06)


Expand Down Expand Up @@ -328,4 +338,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)
6 changes: 3 additions & 3 deletions packages/ipfs-grpc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-client",
"version": "0.9.2",
"version": "0.9.3",
"description": "A client library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -56,8 +56,8 @@
"change-case": "^4.1.1",
"debug": "^4.1.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.10.1",
"ipfs-core-utils": "^0.14.1",
"ipfs-core-types": "^0.10.2",
"ipfs-core-utils": "^0.14.2",
"ipfs-grpc-protocol": "^0.5.5",
"ipfs-unixfs": "^6.0.3",
"it-first": "^1.0.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-grpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.8.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.8.2...ipfs-grpc-server-v0.8.3) (2022-03-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-types bumped from ^0.10.1 to ^0.10.2
* devDependencies
* ipfs-core bumped from ^0.14.1 to ^0.14.2

### [0.8.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.8.1...ipfs-grpc-server-v0.8.2) (2022-02-06)


Expand Down
Loading

0 comments on commit c51b160

Please sign in to comment.