Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit b208733

Browse files
chore: release master (#4211)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7c676f6 commit b208733

File tree

9 files changed

+46
-12
lines changed

9 files changed

+46
-12
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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"}
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/ipfs-cli/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.14.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.0...ipfs-cli-v0.14.1) (2022-09-16)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-daemon bumped from ^0.14.0 to ^0.14.1
14+
615
## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.5...ipfs-cli-v0.14.0) (2022-09-06)
716

817

@@ -586,4 +595,4 @@ Co-authored-by: achingbrain <[email protected]>
586595
### Features
587596

588597
* 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))
589-
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))
598+
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))

packages/ipfs-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-cli#readme",
@@ -81,7 +81,7 @@
8181
"ipfs-core": "^0.16.0",
8282
"ipfs-core-types": "^0.12.0",
8383
"ipfs-core-utils": "^0.16.0",
84-
"ipfs-daemon": "^0.14.0",
84+
"ipfs-daemon": "^0.14.1",
8585
"ipfs-http-client": "^58.0.0",
8686
"ipfs-utils": "^9.0.6",
8787
"it-concat": "^2.0.0",

packages/ipfs-daemon/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.14.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.0...ipfs-daemon-v0.14.1) (2022-09-16)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-http-server bumped from ^0.13.0 to ^0.13.1
14+
615
## [0.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.5...ipfs-daemon-v0.14.0) (2022-09-06)
716

817

@@ -499,4 +508,4 @@ Co-authored-by: Hugo Dias <[email protected]>
499508

500509
## 0.3.2 (2020-12-16)
501510

502-
**Note:** Version bump only for package ipfs-daemon
511+
**Note:** Version bump only for package ipfs-daemon

packages/ipfs-daemon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-daemon",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-daemon#readme",
@@ -70,7 +70,7 @@
7070
"ipfs-core-types": "^0.12.0",
7171
"ipfs-grpc-server": "^0.10.0",
7272
"ipfs-http-gateway": "^0.11.0",
73-
"ipfs-http-server": "^0.13.0",
73+
"ipfs-http-server": "^0.13.1",
7474
"ipfs-utils": "^9.0.6",
7575
"libp2p": "^0.39.2"
7676
},

packages/ipfs-http-server/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [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)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
613
## [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)
714

815

@@ -561,4 +568,4 @@ Co-authored-by: achingbrain <[email protected]>
561568

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

564-
Co-authored-by: Geoffrey Cohler <[email protected]>
571+
Co-authored-by: Geoffrey Cohler <[email protected]>

packages/ipfs-http-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-server",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-server#readme",

packages/ipfs/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

66

7+
### [0.64.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.64.0...ipfs-v0.64.1) (2022-09-16)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* ipfs-cli bumped from ^0.14.0 to ^0.14.1
15+
716
## [0.64.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-v0.63.5...ipfs-v0.64.0) (2022-09-06)
817

918

@@ -3035,4 +3044,4 @@ Signed-off-by: Alan Shaw <[email protected]>
30353044

30363045

30373046
<a name="0.0.2"></a>
3038-
## 0.0.2 (2016-01-11)
3047+
## 0.0.2 (2016-01-11)

packages/ipfs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.64.0",
3+
"version": "0.64.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs#readme",
@@ -77,7 +77,7 @@
7777
},
7878
"dependencies": {
7979
"@libp2p/logger": "^2.0.0",
80-
"ipfs-cli": "^0.14.0",
80+
"ipfs-cli": "^0.14.1",
8181
"ipfs-core": "^0.16.0",
8282
"semver": "^7.3.2",
8383
"update-notifier": "^6.0.0"

0 commit comments

Comments
 (0)