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 (#4041)
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] committed Feb 7, 2022
1 parent 709831f commit e7f8531
Show file tree
Hide file tree
Showing 37 changed files with 323 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1 +1 @@
{"packages/interface-ipfs-core":"0.154.0","packages/ipfs":"0.62.0","packages/ipfs-cli":"0.12.0","packages/ipfs-client":"0.7.6","packages/ipfs-core":"0.14.0","packages/ipfs-core-config":"0.3.0","packages/ipfs-core-types":"0.10.0","packages/ipfs-core-utils":"0.14.0","packages/ipfs-daemon":"0.12.0","packages/ipfs-grpc-client":"0.9.1","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.1","packages/ipfs-http-client":"56.0.0","packages/ipfs-http-gateway":"0.9.0","packages/ipfs-http-response":"2.0.0","packages/ipfs-http-server":"0.11.0","packages/ipfs-message-port-client":"0.11.0","packages/ipfs-message-port-protocol":"0.11.0","packages/ipfs-message-port-server":"0.11.0"}
{"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"}
15 changes: 15 additions & 0 deletions packages/interface-ipfs-core/CHANGELOG.md
Expand Up @@ -34,6 +34,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [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)


### Bug Fixes

* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com/ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com/ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))
* override hashing algorithm when importing files ([#4042](https://www.github.com/ipfs/js-ipfs/issues/4042)) ([709831f](https://www.github.com/ipfs/js-ipfs/commit/709831f61a822d28a6b8e4d6ddc2b659a836079f)), closes [#3952](https://www.github.com/ipfs/js-ipfs/issues/3952)


### Dependencies

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

## [0.154.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.153.0...interface-ipfs-core-v0.154.0) (2022-01-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/interface-ipfs-core/package.json
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
"version": "0.154.0",
"version": "0.154.1",
"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.0",
"ipfs-core-types": "^0.10.1",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs-importer": "^9.0.3",
"ipfs-utils": "^9.0.2",
Expand Down
18 changes: 18 additions & 0 deletions packages/ipfs-cli/CHANGELOG.md
Expand Up @@ -34,6 +34,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### Bug Fixes

* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com/ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com/ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.14.0 to ^0.14.1
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1
* ipfs-core-utils bumped from ^0.14.0 to ^0.14.1
* ipfs-daemon bumped from ^0.12.0 to ^0.12.1
* ipfs-http-client bumped from ^56.0.0 to ^56.0.1

## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.11.0...ipfs-cli-v0.12.0) (2022-01-27)


Expand Down
12 changes: 6 additions & 6 deletions packages/ipfs-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-cli",
"version": "0.12.0",
"version": "0.12.1",
"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.0",
"ipfs-core-types": "^0.10.0",
"ipfs-core-utils": "^0.14.0",
"ipfs-daemon": "^0.12.0",
"ipfs-http-client": "^56.0.0",
"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-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
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.7](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.6...ipfs-client-v0.7.7) (2022-02-06)


### Dependencies

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

### [0.7.6](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.5...ipfs-client-v0.7.6) (2022-01-27)


Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-client/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-client",
"version": "0.7.6",
"version": "0.7.7",
"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.1",
"ipfs-http-client": "^56.0.0",
"ipfs-grpc-client": "^0.9.2",
"ipfs-http-client": "^56.0.1",
"merge-options": "^3.0.4"
},
"devDependencies": {
Expand Down
11 changes: 10 additions & 1 deletion packages/ipfs-core-config/CHANGELOG.md
Expand Up @@ -20,6 +20,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [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)


### Dependencies

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

## [0.3.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.2.0...ipfs-core-config-v0.3.0) (2022-01-27)


Expand Down Expand Up @@ -610,4 +619,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-config/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-config",
"version": "0.3.0",
"version": "0.3.1",
"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.0",
"ipfs-core-utils": "^0.14.1",
"rimraf": "^3.0.2"
}
}
7 changes: 7 additions & 0 deletions packages/ipfs-core-types/CHANGELOG.md
Expand Up @@ -21,6 +21,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [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)


### Bug Fixes

* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com/ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com/ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))

## [0.10.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.9.0...ipfs-core-types-v0.10.0) (2022-01-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core-types/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-types",
"version": "0.10.0",
"version": "0.10.1",
"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
14 changes: 14 additions & 0 deletions packages/ipfs-core-utils/CHANGELOG.md
Expand Up @@ -19,6 +19,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [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)


### Bug Fixes

* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com/ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com/ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))


### Dependencies

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

## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.13.0...ipfs-core-utils-v0.14.0) (2022-01-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-core-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-utils",
"version": "0.14.0",
"version": "0.14.1",
"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.0",
"ipfs-core-types": "^0.10.1",
"ipfs-unixfs": "^6.0.3",
"ipfs-utils": "^9.0.2",
"it-all": "^1.0.4",
Expand Down
20 changes: 20 additions & 0 deletions packages/ipfs-core/CHANGELOG.md
Expand Up @@ -37,6 +37,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### Bug Fixes

* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com/ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com/ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))
* override hashing algorithm when importing files ([#4042](https://www.github.com/ipfs/js-ipfs/issues/4042)) ([709831f](https://www.github.com/ipfs/js-ipfs/commit/709831f61a822d28a6b8e4d6ddc2b659a836079f)), closes [#3952](https://www.github.com/ipfs/js-ipfs/issues/3952)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-config bumped from ^0.3.0 to ^0.3.1
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1
* ipfs-core-utils bumped from ^0.14.0 to ^0.14.1
* ipfs-http-client bumped from ^56.0.0 to ^56.0.1
* devDependencies
* interface-ipfs-core bumped from ^0.154.0 to ^0.154.1

## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.13.0...ipfs-core-v0.14.0) (2022-01-27)


Expand Down
12 changes: 6 additions & 6 deletions packages/ipfs-core/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core",
"version": "0.14.0",
"version": "0.14.1",
"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.0",
"ipfs-core-types": "^0.10.0",
"ipfs-core-utils": "^0.14.0",
"ipfs-http-client": "^56.0.0",
"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-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.0",
"interface-ipfs-core": "^0.154.1",
"ipfsd-ctl": "^10.0.4",
"iso-url": "^1.0.0",
"libp2p-gossipsub": "^0.13.0",
Expand Down
15 changes: 14 additions & 1 deletion packages/ipfs-daemon/CHANGELOG.md
Expand Up @@ -20,6 +20,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.14.0 to ^0.14.1
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1
* ipfs-grpc-server bumped from ^0.8.1 to ^0.8.2
* ipfs-http-gateway bumped from ^0.9.0 to ^0.9.1
* ipfs-http-server bumped from ^0.11.0 to ^0.11.1

## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.11.0...ipfs-daemon-v0.12.0) (2022-01-27)


Expand Down Expand Up @@ -352,4 +365,4 @@ Co-authored-by: Hugo Dias <hugomrdias@gmail.com>

## 0.3.2 (2020-12-16)

**Note:** Version bump only for package ipfs-daemon
**Note:** Version bump only for package ipfs-daemon
12 changes: 6 additions & 6 deletions packages/ipfs-daemon/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-daemon",
"version": "0.12.0",
"version": "0.12.1",
"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.0",
"ipfs-core-types": "^0.10.0",
"ipfs-grpc-server": "^0.8.1",
"ipfs-http-gateway": "^0.9.0",
"ipfs-http-server": "^0.11.0",
"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-utils": "^9.0.2",
"just-safe-set": "^2.2.1",
"libp2p": "^0.36.2",
Expand Down
17 changes: 16 additions & 1 deletion packages/ipfs-grpc-client/CHANGELOG.md
Expand Up @@ -19,6 +19,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [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)


### Bug Fixes

* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://www.github.com/ipfs/js-ipfs/issues/3950)) ([596b1f4](https://www.github.com/ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1))


### Dependencies

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

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


Expand Down Expand Up @@ -313,4 +328,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
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-client",
"version": "0.9.1",
"version": "0.9.2",
"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.0",
"ipfs-core-utils": "^0.14.0",
"ipfs-core-types": "^0.10.1",
"ipfs-core-utils": "^0.14.1",
"ipfs-grpc-protocol": "^0.5.5",
"ipfs-unixfs": "^6.0.3",
"it-first": "^1.0.4",
Expand Down

0 comments on commit e7f8531

Please sign in to comment.