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 (#4211)
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 7c676f6 commit b208733
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1 +1 @@
{"packages/interface-ipfs-core":"0.156.0","packages/ipfs":"0.64.0","packages/ipfs-cli":"0.14.0","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.0","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.0","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.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"}
11 changes: 10 additions & 1 deletion packages/ipfs-cli/CHANGELOG.md
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.14.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.0...ipfs-cli-v0.14.1) (2022-09-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-daemon bumped from ^0.14.0 to ^0.14.1

## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.5...ipfs-cli-v0.14.0) (2022-09-06)


Expand Down Expand Up @@ -586,4 +595,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))
4 changes: 2 additions & 2 deletions packages/ipfs-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-cli",
"version": "0.14.0",
"version": "0.14.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-cli#readme",
Expand Down Expand Up @@ -81,7 +81,7 @@
"ipfs-core": "^0.16.0",
"ipfs-core-types": "^0.12.0",
"ipfs-core-utils": "^0.16.0",
"ipfs-daemon": "^0.14.0",
"ipfs-daemon": "^0.14.1",
"ipfs-http-client": "^58.0.0",
"ipfs-utils": "^9.0.6",
"it-concat": "^2.0.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/ipfs-daemon/CHANGELOG.md
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.14.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.0...ipfs-daemon-v0.14.1) (2022-09-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-http-server bumped from ^0.13.0 to ^0.13.1

## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.5...ipfs-daemon-v0.14.0) (2022-09-06)


Expand Down Expand Up @@ -499,4 +508,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
4 changes: 2 additions & 2 deletions packages/ipfs-daemon/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-daemon",
"version": "0.14.0",
"version": "0.14.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-daemon#readme",
Expand Down Expand Up @@ -70,7 +70,7 @@
"ipfs-core-types": "^0.12.0",
"ipfs-grpc-server": "^0.10.0",
"ipfs-http-gateway": "^0.11.0",
"ipfs-http-server": "^0.13.0",
"ipfs-http-server": "^0.13.1",
"ipfs-utils": "^9.0.6",
"libp2p": "^0.39.2"
},
Expand Down
9 changes: 8 additions & 1 deletion packages/ipfs-http-server/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.13.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.13.0...ipfs-http-server-v0.13.1) (2022-09-16)


### Bug Fixes

* add node memory stats to prometheus output ([#4209](https://www.github.com/ipfs/js-ipfs/issues/4209)) ([b545688](https://www.github.com/ipfs/js-ipfs/commit/b545688264a21a756e470bab022d53762d58562d))

## [0.13.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.5...ipfs-http-server-v0.13.0) (2022-09-06)


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

* types returned by `ipfs.files.ls` are now strings, in line with the docs but different to previous behaviour

Co-authored-by: Geoffrey Cohler <g.cohler@computer.org>
Co-authored-by: Geoffrey Cohler <g.cohler@computer.org>
2 changes: 1 addition & 1 deletion packages/ipfs-http-server/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-server",
"version": "0.13.0",
"version": "0.13.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-http-server#readme",
Expand Down
11 changes: 10 additions & 1 deletion packages/ipfs/CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


### [0.64.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.64.0...ipfs-v0.64.1) (2022-09-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-cli bumped from ^0.14.0 to ^0.14.1

## [0.64.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.5...ipfs-v0.64.0) (2022-09-06)


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


<a name="0.0.2"></a>
## 0.0.2 (2016-01-11)
## 0.0.2 (2016-01-11)
4 changes: 2 additions & 2 deletions packages/ipfs/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs",
"version": "0.64.0",
"version": "0.64.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#readme",
Expand Down Expand Up @@ -77,7 +77,7 @@
},
"dependencies": {
"@libp2p/logger": "^2.0.0",
"ipfs-cli": "^0.14.0",
"ipfs-cli": "^0.14.1",
"ipfs-core": "^0.16.0",
"semver": "^7.3.2",
"update-notifier": "^6.0.0"
Expand Down

0 comments on commit b208733

Please sign in to comment.