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 (#4218)
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 Sep 21, 2022
1 parent 7304a0f commit d1f1e75
Show file tree
Hide file tree
Showing 37 changed files with 334 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1 +1 @@
{"packages/interface-ipfs-core":"0.156.0","packages/ipfs":"0.64.1","packages/ipfs-cli":"0.14.1","packages/ipfs-client":"0.9.0","packages/ipfs-core":"0.16.0","packages/ipfs-core-config":"0.5.0","packages/ipfs-core-types":"0.12.0","packages/ipfs-core-utils":"0.16.0","packages/ipfs-daemon":"0.14.1","packages/ipfs-grpc-client":"0.11.0","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.10.0","packages/ipfs-http-client":"58.0.0","packages/ipfs-http-gateway":"0.11.0","packages/ipfs-http-response":"4.0.0","packages/ipfs-http-server":"0.13.1","packages/ipfs-message-port-client":"0.13.0","packages/ipfs-message-port-protocol":"0.13.0","packages/ipfs-message-port-server":"0.13.0"}
{"packages/interface-ipfs-core":"0.156.1","packages/ipfs":"0.64.2","packages/ipfs-cli":"0.14.2","packages/ipfs-client":"0.9.1","packages/ipfs-core":"0.16.1","packages/ipfs-core-config":"0.5.1","packages/ipfs-core-types":"0.12.1","packages/ipfs-core-utils":"0.16.1","packages/ipfs-daemon":"0.14.2","packages/ipfs-grpc-client":"0.11.1","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.10.1","packages/ipfs-http-client":"58.0.1","packages/ipfs-http-gateway":"0.11.1","packages/ipfs-http-response":"4.0.1","packages/ipfs-http-server":"0.13.2","packages/ipfs-message-port-client":"0.13.1","packages/ipfs-message-port-protocol":"0.13.1","packages/ipfs-message-port-server":"0.13.1"}
14 changes: 14 additions & 0 deletions packages/interface-ipfs-core/CHANGELOG.md
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.156.1](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.156.0...interface-ipfs-core-v0.156.1) (2022-09-21)


### Bug Fixes

* update @multiformats/multiadd to 11.0.0 ([2a830bf](https://www.github.com/ipfs/js-ipfs/commit/2a830bf58a5929fcce51dede871c99f62192fbda))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-types bumped from ^0.12.0 to ^0.12.1

## [0.156.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.155.2...interface-ipfs-core-v0.156.0) (2022-09-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/interface-ipfs-core/package.json
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
"version": "0.156.0",
"version": "0.156.1",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/interface-ipfs-core#readme",
Expand Down Expand Up @@ -84,7 +84,7 @@
"delay": "^5.0.0",
"did-jwt": "^6.2.0",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.12.0",
"ipfs-core-types": "^0.12.1",
"ipfs-unixfs": "^7.0.0",
"ipfs-unixfs-importer": "^10.0.2",
"ipfs-utils": "^9.0.6",
Expand Down
20 changes: 19 additions & 1 deletion packages/ipfs-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.14.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.1...ipfs-cli-v0.14.2) (2022-09-21)


### Bug Fixes

* update @multiformats/multiadd to 11.0.0 ([2a830bf](https://www.github.com/ipfs/js-ipfs/commit/2a830bf58a5929fcce51dede871c99f62192fbda))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.16.0 to ^0.16.1
* ipfs-core-types bumped from ^0.12.0 to ^0.12.1
* ipfs-core-utils bumped from ^0.16.0 to ^0.16.1
* ipfs-daemon bumped from ^0.14.1 to ^0.14.2
* ipfs-http-client bumped from ^58.0.0 to ^58.0.1

### [0.14.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.0...ipfs-cli-v0.14.1) (2022-09-16)


Expand Down Expand Up @@ -595,4 +613,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
@@ -1,6 +1,6 @@
{
"name": "ipfs-cli",
"version": "0.14.1",
"version": "0.14.2",
"description": "JavaScript implementation of the IPFS specification",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-cli#readme",
Expand Down Expand Up @@ -78,11 +78,11 @@
"byteman": "^1.3.5",
"execa": "^6.1.0",
"get-folder-size": "^4.0.0",
"ipfs-core": "^0.16.0",
"ipfs-core-types": "^0.12.0",
"ipfs-core-utils": "^0.16.0",
"ipfs-daemon": "^0.14.1",
"ipfs-http-client": "^58.0.0",
"ipfs-core": "^0.16.1",
"ipfs-core-types": "^0.12.1",
"ipfs-core-utils": "^0.16.1",
"ipfs-daemon": "^0.14.2",
"ipfs-http-client": "^58.0.1",
"ipfs-utils": "^9.0.6",
"it-concat": "^2.0.0",
"it-map": "^1.0.6",
Expand Down
12 changes: 11 additions & 1 deletion 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.9.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.9.0...ipfs-client-v0.9.1) (2022-09-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-grpc-client bumped from ^0.11.0 to ^0.11.1
* ipfs-http-client bumped from ^58.0.0 to ^58.0.1

## [0.9.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.3...ipfs-client-v0.9.0) (2022-09-06)


Expand Down Expand Up @@ -376,4 +386,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-client/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-client",
"version": "0.9.0",
"version": "0.9.1",
"description": "A client library to talk to local IPFS daemons",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-client#readme",
Expand Down Expand Up @@ -61,8 +61,8 @@
"dep-check": "aegir dep-check -i aegir"
},
"dependencies": {
"ipfs-grpc-client": "^0.11.0",
"ipfs-http-client": "^58.0.0",
"ipfs-grpc-client": "^0.11.1",
"ipfs-http-client": "^58.0.1",
"merge-options": "^3.0.4"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/ipfs-core-config/CHANGELOG.md
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.5.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.5.0...ipfs-core-config-v0.5.1) (2022-09-21)


### Bug Fixes

* update @multiformats/multiadd to 11.0.0 ([2a830bf](https://www.github.com/ipfs/js-ipfs/commit/2a830bf58a5929fcce51dede871c99f62192fbda))


### Dependencies

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

## [0.5.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.4.1...ipfs-core-config-v0.5.0) (2022-09-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-core-config/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-config",
"version": "0.5.0",
"version": "0.5.1",
"description": "Package to store node and browser specific config for ipfs-core",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -118,6 +118,6 @@
},
"devDependencies": {
"aegir": "^37.0.11",
"ipfs-core-utils": "^0.16.0"
"ipfs-core-utils": "^0.16.1"
}
}
7 changes: 7 additions & 0 deletions packages/ipfs-core-types/CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@ 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-core-types-v0.12.0...ipfs-core-types-v0.12.1) (2022-09-21)


### Bug Fixes

* update @multiformats/multiadd to 11.0.0 ([2a830bf](https://www.github.com/ipfs/js-ipfs/commit/2a830bf58a5929fcce51dede871c99f62192fbda))

## [0.12.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.11.1...ipfs-core-types-v0.12.0) (2022-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core-types/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-types",
"version": "0.12.0",
"version": "0.12.1",
"description": "IPFS interface definitions used by implementations for API compatibility.",
"license": "Apache-2.0 OR MIT",
"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 @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


### [0.16.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.16.0...ipfs-core-utils-v0.16.1) (2022-09-21)


### Bug Fixes

* update @multiformats/multiadd to 11.0.0 ([2a830bf](https://www.github.com/ipfs/js-ipfs/commit/2a830bf58a5929fcce51dede871c99f62192fbda))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-types bumped from ^0.12.0 to ^0.12.1

## [0.16.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.15.1...ipfs-core-utils-v0.16.0) (2022-09-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-core-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-utils",
"version": "0.16.0",
"version": "0.16.1",
"description": "Package to share code between ipfs and ipfs-http-client",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -147,7 +147,7 @@
"blob-to-it": "^1.0.1",
"browser-readablestream-to-it": "^1.0.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.12.0",
"ipfs-core-types": "^0.12.1",
"ipfs-unixfs": "^7.0.0",
"ipfs-utils": "^9.0.6",
"it-all": "^1.0.4",
Expand Down
19 changes: 19 additions & 0 deletions packages/ipfs-core/CHANGELOG.md
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.16.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.16.0...ipfs-core-v0.16.1) (2022-09-21)


### Bug Fixes

* update @multiformats/multiadd to 11.0.0 ([2a830bf](https://www.github.com/ipfs/js-ipfs/commit/2a830bf58a5929fcce51dede871c99f62192fbda))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-config bumped from ^0.5.0 to ^0.5.1
* ipfs-core-types bumped from ^0.12.0 to ^0.12.1
* ipfs-core-utils bumped from ^0.16.0 to ^0.16.1
* ipfs-http-client bumped from ^58.0.0 to ^58.0.1
* devDependencies
* interface-ipfs-core bumped from ^0.156.0 to ^0.156.1

## [0.16.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.4...ipfs-core-v0.16.0) (2022-09-06)


Expand Down
12 changes: 6 additions & 6 deletions packages/ipfs-core/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core",
"version": "0.16.0",
"version": "0.16.1",
"description": "JavaScript implementation of the IPFS specification",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core#readme",
Expand Down Expand Up @@ -112,10 +112,10 @@
"interface-blockstore": "^3.0.0",
"interface-datastore": "^7.0.0",
"ipfs-bitswap": "^12.0.3",
"ipfs-core-config": "^0.5.0",
"ipfs-core-types": "^0.12.0",
"ipfs-core-utils": "^0.16.0",
"ipfs-http-client": "^58.0.0",
"ipfs-core-config": "^0.5.1",
"ipfs-core-types": "^0.12.1",
"ipfs-core-utils": "^0.16.1",
"ipfs-http-client": "^58.0.1",
"ipfs-repo": "^15.0.3",
"ipfs-unixfs": "^7.0.0",
"ipfs-unixfs-exporter": "^8.0.6",
Expand Down Expand Up @@ -156,7 +156,7 @@
"delay": "^5.0.0",
"go-ipfs": "^0.12.1",
"interface-blockstore-tests": "^3.0.0",
"interface-ipfs-core": "^0.156.0",
"interface-ipfs-core": "^0.156.1",
"ipfsd-ctl": "^12.0.3",
"iso-url": "^1.0.0",
"it-all": "^1.0.4",
Expand Down
20 changes: 19 additions & 1 deletion packages/ipfs-daemon/CHANGELOG.md
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.14.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.1...ipfs-daemon-v0.14.2) (2022-09-21)


### Bug Fixes

* update @multiformats/multiadd to 11.0.0 ([2a830bf](https://www.github.com/ipfs/js-ipfs/commit/2a830bf58a5929fcce51dede871c99f62192fbda))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.16.0 to ^0.16.1
* ipfs-core-types bumped from ^0.12.0 to ^0.12.1
* ipfs-grpc-server bumped from ^0.10.0 to ^0.10.1
* ipfs-http-gateway bumped from ^0.11.0 to ^0.11.1
* ipfs-http-server bumped from ^0.13.1 to ^0.13.2

### [0.14.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.0...ipfs-daemon-v0.14.1) (2022-09-16)


Expand Down Expand Up @@ -508,4 +526,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.14.1",
"version": "0.14.2",
"description": "JavaScript implementation of the IPFS specification",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-daemon#readme",
Expand Down Expand Up @@ -66,11 +66,11 @@
"@libp2p/logger": "^2.0.0",
"@libp2p/webrtc-star": "^3.0.0",
"@mapbox/node-pre-gyp": "^1.0.5",
"ipfs-core": "^0.16.0",
"ipfs-core-types": "^0.12.0",
"ipfs-grpc-server": "^0.10.0",
"ipfs-http-gateway": "^0.11.0",
"ipfs-http-server": "^0.13.1",
"ipfs-core": "^0.16.1",
"ipfs-core-types": "^0.12.1",
"ipfs-grpc-server": "^0.10.1",
"ipfs-http-gateway": "^0.11.1",
"ipfs-http-server": "^0.13.2",
"ipfs-utils": "^9.0.6",
"libp2p": "^0.39.2"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/ipfs-grpc-client/CHANGELOG.md
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


### [0.11.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.11.0...ipfs-grpc-client-v0.11.1) (2022-09-21)


### Bug Fixes

* update @multiformats/multiadd to 11.0.0 ([2a830bf](https://www.github.com/ipfs/js-ipfs/commit/2a830bf58a5929fcce51dede871c99f62192fbda))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-types bumped from ^0.12.0 to ^0.12.1
* ipfs-core-utils bumped from ^0.16.0 to ^0.16.1

## [0.11.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.10.2...ipfs-grpc-client-v0.11.0) (2022-09-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-grpc-client/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-client",
"version": "0.11.0",
"version": "0.11.1",
"description": "A client library for the IPFS gRPC API",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-grpc-client#readme",
Expand Down Expand Up @@ -74,8 +74,8 @@
"@multiformats/multiaddr": "^11.0.0",
"change-case": "^4.1.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.12.0",
"ipfs-core-utils": "^0.16.0",
"ipfs-core-types": "^0.12.1",
"ipfs-core-utils": "^0.16.1",
"ipfs-grpc-protocol": "^0.7.0",
"ipfs-unixfs": "^7.0.0",
"it-first": "^1.0.6",
Expand Down

0 comments on commit d1f1e75

Please sign in to comment.