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 (#4034)
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 Jan 27, 2022
1 parent cca6e32 commit b01b06b
Show file tree
Hide file tree
Showing 37 changed files with 450 additions and 100 deletions.
22 changes: 1 addition & 21 deletions .release-please-manifest.json
@@ -1,21 +1 @@
{
"packages/interface-ipfs-core": "0.153.0",
"packages/ipfs": "0.61.0",
"packages/ipfs-cli": "0.11.0",
"packages/ipfs-client": "0.7.5",
"packages/ipfs-core": "0.13.0",
"packages/ipfs-core-config": "0.2.0",
"packages/ipfs-core-types": "0.9.0",
"packages/ipfs-core-utils": "0.13.0",
"packages/ipfs-daemon": "0.11.0",
"packages/ipfs-grpc-client": "0.9.0",
"packages/ipfs-grpc-protocol": "0.5.5",
"packages/ipfs-grpc-server": "0.8.0",
"packages/ipfs-http-client": "55.0.0",
"packages/ipfs-http-gateway": "0.8.0",
"packages/ipfs-http-response": "1.0.6",
"packages/ipfs-http-server": "0.10.0",
"packages/ipfs-message-port-client": "0.10.3",
"packages/ipfs-message-port-protocol": "0.10.5",
"packages/ipfs-message-port-server": "0.10.5"
}
{"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"}
27 changes: 26 additions & 1 deletion packages/interface-ipfs-core/CHANGELOG.md
Expand Up @@ -34,6 +34,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### ⚠ BREAKING CHANGES

* peerstore methods are now all async, the repo is migrated to v12
* node 15+ is required

### Features

* add support for dag-jose codec ([#4028](https://www.github.com/ipfs/js-ipfs/issues/4028)) ([fbe1492](https://www.github.com/ipfs/js-ipfs/commit/fbe1492395ad98e620a872208530a3f8f61535a9))
* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0))


### Bug Fixes

* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3))


### Dependencies

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

## [0.152.2](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.152.1...interface-ipfs-core@0.152.2) (2021-11-24)

**Note:** Version bump only for package interface-ipfs-core
Expand Down Expand Up @@ -2294,4 +2319,4 @@ Signed-off-by: Alan Shaw <alan@tableflip.io>

### Bug Fixes

* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))
* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))
4 changes: 2 additions & 2 deletions packages/interface-ipfs-core/package.json
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
"version": "0.153.0",
"version": "0.154.0",
"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.9.0",
"ipfs-core-types": "^0.10.0",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs-importer": "^9.0.3",
"ipfs-utils": "^9.0.2",
Expand Down
24 changes: 23 additions & 1 deletion packages/ipfs-cli/CHANGELOG.md
Expand Up @@ -34,6 +34,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### ⚠ BREAKING CHANGES

* peerstore methods are now all async, the repo is migrated to v12

### Features

* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.13.0 to ^0.14.0
* ipfs-core-types bumped from ^0.9.0 to ^0.10.0
* ipfs-core-utils bumped from ^0.13.0 to ^0.14.0
* ipfs-daemon bumped from ^0.11.0 to ^0.12.0
* ipfs-http-client bumped from ^55.0.0 to ^56.0.0

## [0.10.2](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.10.1...ipfs-cli@0.10.2) (2021-11-24)

**Note:** Version bump only for package ipfs-cli
Expand Down Expand Up @@ -419,4 +441,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.11.0",
"version": "0.12.0",
"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.13.0",
"ipfs-core-types": "^0.9.0",
"ipfs-core-utils": "^0.13.0",
"ipfs-daemon": "^0.11.0",
"ipfs-http-client": "^55.0.0",
"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-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.6](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.5...ipfs-client-v0.7.6) (2022-01-27)


### Dependencies

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

## [0.7.5](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.7.4...ipfs-client@0.7.5) (2021-12-15)

**Note:** Version bump only for package ipfs-client
Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-client/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-client",
"version": "0.7.5",
"version": "0.7.6",
"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.0",
"ipfs-http-client": "^55.0.0",
"ipfs-grpc-client": "^0.9.1",
"ipfs-http-client": "^56.0.0",
"merge-options": "^3.0.4"
},
"devDependencies": {
Expand Down
26 changes: 25 additions & 1 deletion packages/ipfs-core-config/CHANGELOG.md
Expand Up @@ -20,6 +20,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### ⚠ BREAKING CHANGES

* peerstore methods are now all async, the repo is migrated to v12
* node 15+ is required

### Features

* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0))


### Bug Fixes

* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3))


### Dependencies

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

## [0.1.4](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.1.3...ipfs-core-config@0.1.4) (2021-11-24)

**Note:** Version bump only for package ipfs-core-config
Expand Down Expand Up @@ -586,4 +610,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.2.0",
"version": "0.3.0",
"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.13.0",
"ipfs-core-utils": "^0.14.0",
"rimraf": "^3.0.2"
}
}
17 changes: 17 additions & 0 deletions packages/ipfs-core-types/CHANGELOG.md
Expand Up @@ -21,6 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### ⚠ BREAKING CHANGES

* the `ToJSON` type has been removed
* peerstore methods are now all async, the repo is migrated to v12

### Features

* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0))


### Bug Fixes

* remove ToJSON type ([#4031](https://www.github.com/ipfs/js-ipfs/issues/4031)) ([6cb3a87](https://www.github.com/ipfs/js-ipfs/commit/6cb3a87e6010c36f8f484bf65d5c009c5e58994b))

## [0.8.4](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.8.3...ipfs-core-types@0.8.4) (2021-11-24)

**Note:** Version bump only for package ipfs-core-types
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core-types/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-types",
"version": "0.9.0",
"version": "0.10.0",
"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
26 changes: 25 additions & 1 deletion packages/ipfs-core-utils/CHANGELOG.md
Expand Up @@ -19,6 +19,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### ⚠ BREAKING CHANGES

* peerstore methods are now all async, the repo is migrated to v12
* node 15+ is required

### Features

* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0))


### Bug Fixes

* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3))


### Dependencies

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

## [0.12.2](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.12.1...ipfs-core-utils@0.12.2) (2021-11-24)


Expand Down Expand Up @@ -603,4 +627,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
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-utils",
"version": "0.13.0",
"version": "0.14.0",
"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.9.0",
"ipfs-core-types": "^0.10.0",
"ipfs-unixfs": "^6.0.3",
"ipfs-utils": "^9.0.2",
"it-all": "^1.0.4",
Expand Down
32 changes: 31 additions & 1 deletion packages/ipfs-core/CHANGELOG.md
Expand Up @@ -37,6 +37,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



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


### ⚠ BREAKING CHANGES

* peerstore methods are now all async, the repo is migrated to v12
* node 15+ is required

### Features

* add support for dag-jose codec ([#4028](https://www.github.com/ipfs/js-ipfs/issues/4028)) ([fbe1492](https://www.github.com/ipfs/js-ipfs/commit/fbe1492395ad98e620a872208530a3f8f61535a9))
* libp2p async peerstore ([#4018](https://www.github.com/ipfs/js-ipfs/issues/4018)) ([a6b201a](https://www.github.com/ipfs/js-ipfs/commit/a6b201af2c3697430ab0ebe002dd573d185f1ac0))


### Bug Fixes

* remove abort-controller deps ([#4015](https://www.github.com/ipfs/js-ipfs/issues/4015)) ([902e887](https://www.github.com/ipfs/js-ipfs/commit/902e887e1acac87f607324fa7cb5ad4b14aefcf3))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-config bumped from ^0.2.0 to ^0.3.0
* ipfs-core-types bumped from ^0.9.0 to ^0.10.0
* ipfs-core-utils bumped from ^0.13.0 to ^0.14.0
* ipfs-http-client bumped from ^55.0.0 to ^56.0.0
* devDependencies
* interface-ipfs-core bumped from ^0.153.0 to ^0.154.0

## [0.12.2](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.12.1...ipfs-core@0.12.2) (2021-11-24)

**Note:** Version bump only for package ipfs-core
Expand Down Expand Up @@ -510,4 +540,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
@@ -1,6 +1,6 @@
{
"name": "ipfs-core",
"version": "0.13.0",
"version": "0.14.0",
"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.2.0",
"ipfs-core-types": "^0.9.0",
"ipfs-core-utils": "^0.13.0",
"ipfs-http-client": "^55.0.0",
"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-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.153.0",
"interface-ipfs-core": "^0.154.0",
"ipfsd-ctl": "^10.0.4",
"iso-url": "^1.0.0",
"libp2p-gossipsub": "^0.13.0",
Expand Down

0 comments on commit b01b06b

Please sign in to comment.