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

Commit 1506738

Browse files
chore: release master
1 parent acbc1c6 commit 1506738

File tree

21 files changed

+144
-35
lines changed

21 files changed

+144
-35
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.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"}
1+
{"packages/interface-ipfs-core":"0.157.0","packages/ipfs":"0.64.3","packages/ipfs-cli":"0.14.3","packages/ipfs-client":"0.9.1","packages/ipfs-core":"0.17.0","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.3","packages/ipfs-grpc-client":"0.11.1","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.10.2","packages/ipfs-http-client":"58.0.1","packages/ipfs-http-gateway":"0.11.2","packages/ipfs-http-response":"4.0.2","packages/ipfs-http-server":"0.13.3","packages/ipfs-message-port-client":"0.13.2","packages/ipfs-message-port-protocol":"0.13.1","packages/ipfs-message-port-server":"0.13.1"}

packages/interface-ipfs-core/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.157.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.156.1...interface-ipfs-core-v0.157.0) (2022-09-22)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* require IPNS V2 signatures (#4207)
12+
13+
### Bug Fixes
14+
15+
* require IPNS V2 signatures ([#4207](https://www.github.com/ipfs/js-ipfs/issues/4207)) ([d1b0a8a](https://www.github.com/ipfs/js-ipfs/commit/d1b0a8a71073b4ece0dbda5a5405d76dd8d5b358))
16+
617
### [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)
718

819

@@ -2427,4 +2438,4 @@ Signed-off-by: Alan Shaw <alan@tableflip.io>
24272438

24282439
### Bug Fixes
24292440

2430-
* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))
2441+
* remove superfluous console.logs ([442ea74](https://github.com/ipfs/interface-ipfs-core/commit/442ea74))

packages/interface-ipfs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.156.1",
3+
"version": "0.157.0",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/interface-ipfs-core#readme",

packages/ipfs-cli/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.2...ipfs-cli-v0.14.3) (2022-09-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-core bumped from ^0.16.1 to ^0.17.0
14+
* ipfs-daemon bumped from ^0.14.2 to ^0.14.3
15+
616
### [0.14.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.1...ipfs-cli-v0.14.2) (2022-09-21)
717

818

@@ -613,4 +623,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
613623
### Features
614624

615625
* 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))
616-
* type check & generate defs from jsdoc ([#3281](https://github.com/ipfs/js-ipfs/issues/3281)) ([bbcaf34](https://github.com/ipfs/js-ipfs/commit/bbcaf34111251b142273a5675f4754ff68bd9fa0))
626+
* 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
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",
@@ -78,10 +78,10 @@
7878
"byteman": "^1.3.5",
7979
"execa": "^6.1.0",
8080
"get-folder-size": "^4.0.0",
81-
"ipfs-core": "^0.16.1",
81+
"ipfs-core": "^0.17.0",
8282
"ipfs-core-types": "^0.12.1",
8383
"ipfs-core-utils": "^0.16.1",
84-
"ipfs-daemon": "^0.14.2",
84+
"ipfs-daemon": "^0.14.3",
8585
"ipfs-http-client": "^58.0.1",
8686
"ipfs-utils": "^9.0.6",
8787
"it-concat": "^2.0.0",

packages/ipfs-core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.17.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.16.1...ipfs-core-v0.17.0) (2022-09-22)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* require IPNS V2 signatures (#4207)
12+
13+
### Bug Fixes
14+
15+
* require IPNS V2 signatures ([#4207](https://www.github.com/ipfs/js-ipfs/issues/4207)) ([d1b0a8a](https://www.github.com/ipfs/js-ipfs/commit/d1b0a8a71073b4ece0dbda5a5405d76dd8d5b358))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* devDependencies
22+
* interface-ipfs-core bumped from ^0.156.1 to ^0.157.0
23+
624
### [0.16.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.16.0...ipfs-core-v0.16.1) (2022-09-21)
725

826

packages/ipfs-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
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-core#readme",
@@ -156,7 +156,7 @@
156156
"delay": "^5.0.0",
157157
"go-ipfs": "^0.12.1",
158158
"interface-blockstore-tests": "^3.0.0",
159-
"interface-ipfs-core": "^0.156.1",
159+
"interface-ipfs-core": "^0.157.0",
160160
"ipfsd-ctl": "^12.0.3",
161161
"iso-url": "^1.0.0",
162162
"it-all": "^1.0.4",

packages/ipfs-daemon/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.2...ipfs-daemon-v0.14.3) (2022-09-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* ipfs-core bumped from ^0.16.1 to ^0.17.0
14+
* ipfs-grpc-server bumped from ^0.10.1 to ^0.10.2
15+
* ipfs-http-gateway bumped from ^0.11.1 to ^0.11.2
16+
* ipfs-http-server bumped from ^0.13.2 to ^0.13.3
17+
618
### [0.14.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.1...ipfs-daemon-v0.14.2) (2022-09-21)
719

820

@@ -526,4 +538,4 @@ Co-authored-by: Hugo Dias <hugomrdias@gmail.com>
526538

527539
## 0.3.2 (2020-12-16)
528540

529-
**Note:** Version bump only for package ipfs-daemon
541+
**Note:** Version bump only for package ipfs-daemon

packages/ipfs-daemon/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-daemon",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
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",
@@ -66,11 +66,11 @@
6666
"@libp2p/logger": "^2.0.0",
6767
"@libp2p/webrtc-star": "^3.0.0",
6868
"@mapbox/node-pre-gyp": "^1.0.5",
69-
"ipfs-core": "^0.16.1",
69+
"ipfs-core": "^0.17.0",
7070
"ipfs-core-types": "^0.12.1",
71-
"ipfs-grpc-server": "^0.10.1",
72-
"ipfs-http-gateway": "^0.11.1",
73-
"ipfs-http-server": "^0.13.2",
71+
"ipfs-grpc-server": "^0.10.2",
72+
"ipfs-http-gateway": "^0.11.2",
73+
"ipfs-http-server": "^0.13.3",
7474
"ipfs-utils": "^9.0.6",
7575
"libp2p": "^0.39.2"
7676
},

packages/ipfs-grpc-server/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.10.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.10.1...ipfs-grpc-server-v0.10.2) (2022-09-22)
8+
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* devDependencies
14+
* ipfs-core bumped from ^0.16.1 to ^0.17.0
15+
716
### [0.10.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.10.0...ipfs-grpc-server-v0.10.1) (2022-09-21)
817

918

@@ -450,4 +459,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
450459

451460
### Features
452461

453-
* 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)
462+
* 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)

0 commit comments

Comments
 (0)