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

Commit 6e94067

Browse files
chore: release master (#4252)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d1c3abb commit 6e94067

File tree

39 files changed

+460
-70
lines changed

39 files changed

+460
-70
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/interface-ipfs-core":"0.157.0","packages/ipfs":"0.65.0","packages/ipfs-cli":"0.15.0","packages/ipfs-client":"0.9.2","packages/ipfs-core":"0.17.0","packages/ipfs-core-config":"0.6.0","packages/ipfs-core-types":"0.13.0","packages/ipfs-core-utils":"0.17.0","packages/ipfs-daemon":"0.15.0","packages/ipfs-grpc-client":"0.12.0","packages/ipfs-grpc-protocol":"0.7.0","packages/ipfs-grpc-server":"0.11.0","packages/ipfs-http-client":"59.0.0","packages/ipfs-http-gateway":"0.12.0","packages/ipfs-http-response":"5.0.0","packages/ipfs-http-server":"0.14.0","packages/ipfs-message-port-client":"0.14.0","packages/ipfs-message-port-protocol":"0.14.0","packages/ipfs-message-port-server":"0.14.0"}
1+
{"packages/interface-ipfs-core":"0.158.0","packages/ipfs":"0.66.0","packages/ipfs-cli":"0.16.0","packages/ipfs-client":"0.10.0","packages/ipfs-core":"0.18.0","packages/ipfs-core-config":"0.7.0","packages/ipfs-core-types":"0.14.0","packages/ipfs-core-utils":"0.18.0","packages/ipfs-daemon":"0.16.0","packages/ipfs-grpc-client":"0.13.0","packages/ipfs-grpc-protocol":"0.8.0","packages/ipfs-grpc-server":"0.12.0","packages/ipfs-http-client":"60.0.0","packages/ipfs-http-gateway":"0.13.0","packages/ipfs-http-response":"6.0.0","packages/ipfs-http-server":"0.15.0","packages/ipfs-message-port-client":"0.15.0","packages/ipfs-message-port-protocol":"0.15.0","packages/ipfs-message-port-server":"0.15.0"}

packages/interface-ipfs-core/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.158.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.157.0...interface-ipfs-core-v0.158.0) (2023-01-11)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* update multiformats to v11.x.x and related depenendcies (#4277)
12+
13+
### Bug Fixes
14+
15+
* allow reading rawLeaves in MFS ([#4282](https://www.github.com/ipfs/js-ipfs/issues/4282)) ([0cfcaf6](https://www.github.com/ipfs/js-ipfs/commit/0cfcaf65998bdc2af0cc29ac48229bb3bc35c5b8))
16+
* disallow publishing pubsub messages to zero peers ([#4286](https://www.github.com/ipfs/js-ipfs/issues/4286)) ([fa578ba](https://www.github.com/ipfs/js-ipfs/commit/fa578bace93e459849a0ffcebbd6f222dc05652d))
17+
* mfs blob import for files larger than 262144b ([#4251](https://www.github.com/ipfs/js-ipfs/issues/4251)) ([6be5906](https://www.github.com/ipfs/js-ipfs/commit/6be59068cc99c517526bfa123ad475ae05fcbaef)), closes [#3601](https://www.github.com/ipfs/js-ipfs/issues/3601) [#3576](https://www.github.com/ipfs/js-ipfs/issues/3576)
18+
* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b))
19+
* use aegir to publish RCs ([#4284](https://www.github.com/ipfs/js-ipfs/issues/4284)) ([6d90cbf](https://www.github.com/ipfs/js-ipfs/commit/6d90cbf321a7dbf4b1084ba20f0c514dc08d8d0a))
20+
21+
22+
### Dependencies
23+
24+
* The following workspace dependencies were updated
25+
* dependencies
26+
* ipfs-core-types bumped from ^0.13.0 to ^0.14.0
27+
628
## [0.157.0](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.156.1...interface-ipfs-core-v0.157.0) (2022-10-24)
729

830

packages/interface-ipfs-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.157.0",
3+
"version": "0.158.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",
@@ -84,7 +84,7 @@
8484
"delay": "^5.0.0",
8585
"did-jwt": "^6.2.0",
8686
"err-code": "^3.0.1",
87-
"ipfs-core-types": "^0.13.0",
87+
"ipfs-core-types": "^0.14.0",
8888
"ipfs-unixfs": "^9.0.0",
8989
"ipfs-unixfs-importer": "^12.0.0",
9090
"ipfs-utils": "^9.0.13",

packages/ipfs-cli/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.16.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.15.0...ipfs-cli-v0.16.0) (2023-01-11)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* update multiformats to v11.x.x and related depenendcies (#4277)
12+
13+
### Bug Fixes
14+
15+
* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b))
16+
* use aegir to publish RCs ([#4284](https://www.github.com/ipfs/js-ipfs/issues/4284)) ([6d90cbf](https://www.github.com/ipfs/js-ipfs/commit/6d90cbf321a7dbf4b1084ba20f0c514dc08d8d0a))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* ipfs-core bumped from ^0.17.0 to ^0.18.0
24+
* ipfs-core-types bumped from ^0.13.0 to ^0.14.0
25+
* ipfs-core-utils bumped from ^0.17.0 to ^0.18.0
26+
* ipfs-daemon bumped from ^0.15.0 to ^0.16.0
27+
* ipfs-http-client bumped from ^59.0.0 to ^60.0.0
28+
629
## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.14.2...ipfs-cli-v0.15.0) (2022-10-24)
730

831

packages/ipfs-cli/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.15.0",
3+
"version": "0.16.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-cli#readme",
@@ -78,11 +78,11 @@
7878
"byteman": "^1.3.5",
7979
"execa": "^6.1.0",
8080
"get-folder-size": "^4.0.0",
81-
"ipfs-core": "^0.17.0",
82-
"ipfs-core-types": "^0.13.0",
83-
"ipfs-core-utils": "^0.17.0",
84-
"ipfs-daemon": "^0.15.0",
85-
"ipfs-http-client": "^59.0.0",
81+
"ipfs-core": "^0.18.0",
82+
"ipfs-core-types": "^0.14.0",
83+
"ipfs-core-utils": "^0.18.0",
84+
"ipfs-daemon": "^0.16.0",
85+
"ipfs-http-client": "^60.0.0",
8686
"ipfs-utils": "^9.0.13",
8787
"it-concat": "^3.0.1",
8888
"it-merge": "^2.0.0",

packages/ipfs-client/CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.10.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.9.2...ipfs-client-v0.10.0) (2023-01-11)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* update multiformats to v11.x.x and related depenendcies (#4277)
12+
13+
### Bug Fixes
14+
15+
* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b))
16+
* use aegir to publish RCs ([#4284](https://www.github.com/ipfs/js-ipfs/issues/4284)) ([6d90cbf](https://www.github.com/ipfs/js-ipfs/commit/6d90cbf321a7dbf4b1084ba20f0c514dc08d8d0a))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* ipfs-grpc-client bumped from ^0.12.0 to ^0.13.0
24+
* ipfs-http-client bumped from ^59.0.0 to ^60.0.0
25+
626
### [0.9.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.9.1...ipfs-client-v0.9.2) (2022-10-24)
727

828

@@ -396,4 +416,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>
396416
### Features
397417

398418
* 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)
399-
* 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)
419+
* 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)

packages/ipfs-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-client",
3-
"version": "0.9.2",
3+
"version": "0.10.0",
44
"description": "A client library to talk to local IPFS daemons",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-client#readme",
@@ -61,8 +61,8 @@
6161
"dep-check": "aegir dep-check -i aegir"
6262
},
6363
"dependencies": {
64-
"ipfs-grpc-client": "^0.12.0",
65-
"ipfs-http-client": "^59.0.0",
64+
"ipfs-grpc-client": "^0.13.0",
65+
"ipfs-http-client": "^60.0.0",
6666
"merge-options": "^3.0.4"
6767
},
6868
"devDependencies": {

packages/ipfs-core-config/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.7.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.6.0...ipfs-core-config-v0.7.0) (2023-01-11)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* update multiformats to v11.x.x and related depenendcies (#4277)
12+
13+
### Bug Fixes
14+
15+
* disallow publishing pubsub messages to zero peers ([#4286](https://www.github.com/ipfs/js-ipfs/issues/4286)) ([fa578ba](https://www.github.com/ipfs/js-ipfs/commit/fa578bace93e459849a0ffcebbd6f222dc05652d))
16+
* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b))
17+
* use aegir to publish RCs ([#4284](https://www.github.com/ipfs/js-ipfs/issues/4284)) ([6d90cbf](https://www.github.com/ipfs/js-ipfs/commit/6d90cbf321a7dbf4b1084ba20f0c514dc08d8d0a))
18+
19+
20+
### Dependencies
21+
22+
* The following workspace dependencies were updated
23+
* devDependencies
24+
* ipfs-core-utils bumped from ^0.17.0 to ^0.18.0
25+
626
## [0.6.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.5.1...ipfs-core-config-v0.6.0) (2022-10-24)
727

828

packages/ipfs-core-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-config",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Package to store node and browser specific config for ipfs-core",
55
"author": "Alex Potsides <alex@achingbrain.net>",
66
"license": "Apache-2.0 OR MIT",
@@ -119,6 +119,6 @@
119119
},
120120
"devDependencies": {
121121
"aegir": "^37.11.0",
122-
"ipfs-core-utils": "^0.17.0"
122+
"ipfs-core-utils": "^0.18.0"
123123
}
124124
}

packages/ipfs-core-types/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.14.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.13.0...ipfs-core-types-v0.14.0) (2023-01-11)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update multiformats to v11.x.x and related depenendcies (#4277)
13+
14+
### Bug Fixes
15+
16+
* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b))
17+
* use aegir to publish RCs ([#4284](https://www.github.com/ipfs/js-ipfs/issues/4284)) ([6d90cbf](https://www.github.com/ipfs/js-ipfs/commit/6d90cbf321a7dbf4b1084ba20f0c514dc08d8d0a))
18+
719
## [0.13.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.12.1...ipfs-core-types-v0.13.0) (2022-10-24)
820

921

packages/ipfs-core-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-types",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-types#readme",

packages/ipfs-core-utils/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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.18.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.17.0...ipfs-core-utils-v0.18.0) (2023-01-11)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update multiformats to v11.x.x and related depenendcies (#4277)
13+
14+
### Bug Fixes
15+
16+
* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b))
17+
* use aegir to publish RCs ([#4284](https://www.github.com/ipfs/js-ipfs/issues/4284)) ([6d90cbf](https://www.github.com/ipfs/js-ipfs/commit/6d90cbf321a7dbf4b1084ba20f0c514dc08d8d0a))
18+
19+
20+
### Dependencies
21+
22+
* The following workspace dependencies were updated
23+
* dependencies
24+
* ipfs-core-types bumped from ^0.13.0 to ^0.14.0
25+
726
## [0.17.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.16.1...ipfs-core-utils-v0.17.0) (2022-10-24)
827

928

packages/ipfs-core-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-utils",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"author": "Alex Potsides <alex@achingbrain.net>",
66
"license": "Apache-2.0 OR MIT",
@@ -147,7 +147,7 @@
147147
"blob-to-it": "^2.0.0",
148148
"browser-readablestream-to-it": "^2.0.0",
149149
"err-code": "^3.0.1",
150-
"ipfs-core-types": "^0.13.0",
150+
"ipfs-core-types": "^0.14.0",
151151
"ipfs-unixfs": "^9.0.0",
152152
"ipfs-utils": "^9.0.13",
153153
"it-all": "^2.0.0",

packages/ipfs-core/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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.18.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.17.0...ipfs-core-v0.18.0) (2023-01-11)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* update multiformats to v11.x.x and related depenendcies (#4277)
12+
13+
### Bug Fixes
14+
15+
* allow reading rawLeaves in MFS ([#4282](https://www.github.com/ipfs/js-ipfs/issues/4282)) ([0cfcaf6](https://www.github.com/ipfs/js-ipfs/commit/0cfcaf65998bdc2af0cc29ac48229bb3bc35c5b8))
16+
* mfs blob import for files larger than 262144b ([#4251](https://www.github.com/ipfs/js-ipfs/issues/4251)) ([6be5906](https://www.github.com/ipfs/js-ipfs/commit/6be59068cc99c517526bfa123ad475ae05fcbaef)), closes [#3601](https://www.github.com/ipfs/js-ipfs/issues/3601) [#3576](https://www.github.com/ipfs/js-ipfs/issues/3576)
17+
* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b))
18+
* use aegir to publish RCs ([#4284](https://www.github.com/ipfs/js-ipfs/issues/4284)) ([6d90cbf](https://www.github.com/ipfs/js-ipfs/commit/6d90cbf321a7dbf4b1084ba20f0c514dc08d8d0a))
19+
20+
21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* ipfs-core-config bumped from ^0.6.0 to ^0.7.0
26+
* ipfs-core-types bumped from ^0.13.0 to ^0.14.0
27+
* ipfs-core-utils bumped from ^0.17.0 to ^0.18.0
28+
* ipfs-http-client bumped from ^59.0.0 to ^60.0.0
29+
* devDependencies
30+
* interface-ipfs-core bumped from ^0.157.0 to ^0.158.0
31+
632
## [0.17.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.16.1...ipfs-core-v0.17.0) (2022-10-24)
733

834

packages/ipfs-core/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.17.0",
3+
"version": "0.18.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",
@@ -113,10 +113,10 @@
113113
"interface-blockstore": "^4.0.0",
114114
"interface-datastore": "^7.0.0",
115115
"ipfs-bitswap": "^15.0.0",
116-
"ipfs-core-config": "^0.6.0",
117-
"ipfs-core-types": "^0.13.0",
118-
"ipfs-core-utils": "^0.17.0",
119-
"ipfs-http-client": "^59.0.0",
116+
"ipfs-core-config": "^0.7.0",
117+
"ipfs-core-types": "^0.14.0",
118+
"ipfs-core-utils": "^0.18.0",
119+
"ipfs-http-client": "^60.0.0",
120120
"ipfs-repo": "^17.0.0",
121121
"ipfs-unixfs": "^9.0.0",
122122
"ipfs-unixfs-exporter": "^10.0.0",
@@ -157,7 +157,7 @@
157157
"delay": "^5.0.0",
158158
"go-ipfs": "^0.12.0",
159159
"interface-blockstore-tests": "^4.0.0",
160-
"interface-ipfs-core": "^0.157.0",
160+
"interface-ipfs-core": "^0.158.0",
161161
"ipfsd-ctl": "^12.0.3",
162162
"iso-url": "^1.0.0",
163163
"it-all": "^2.0.0",

packages/ipfs-daemon/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.16.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.15.0...ipfs-daemon-v0.16.0) (2023-01-11)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* update multiformats to v11.x.x and related depenendcies (#4277)
12+
13+
### Bug Fixes
14+
15+
* update multiformats to v11.x.x and related depenendcies ([#4277](https://www.github.com/ipfs/js-ipfs/issues/4277)) ([521c84a](https://www.github.com/ipfs/js-ipfs/commit/521c84a958b04d61702577a5adce28519c1b2a3b))
16+
* use aegir to publish RCs ([#4284](https://www.github.com/ipfs/js-ipfs/issues/4284)) ([6d90cbf](https://www.github.com/ipfs/js-ipfs/commit/6d90cbf321a7dbf4b1084ba20f0c514dc08d8d0a))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* ipfs-core bumped from ^0.17.0 to ^0.18.0
24+
* ipfs-core-types bumped from ^0.13.0 to ^0.14.0
25+
* ipfs-grpc-server bumped from ^0.11.0 to ^0.12.0
26+
* ipfs-http-gateway bumped from ^0.12.0 to ^0.13.0
27+
* ipfs-http-server bumped from ^0.14.0 to ^0.15.0
28+
629
## [0.15.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.14.2...ipfs-daemon-v0.15.0) (2022-10-24)
730

831

packages/ipfs-daemon/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-daemon",
3-
"version": "0.15.0",
3+
"version": "0.16.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-daemon#readme",
@@ -66,11 +66,11 @@
6666
"@libp2p/logger": "^2.0.0",
6767
"@libp2p/webrtc-star": "^6.0.0",
6868
"@mapbox/node-pre-gyp": "^1.0.5",
69-
"ipfs-core": "^0.17.0",
70-
"ipfs-core-types": "^0.13.0",
71-
"ipfs-grpc-server": "^0.11.0",
72-
"ipfs-http-gateway": "^0.12.0",
73-
"ipfs-http-server": "^0.14.0",
69+
"ipfs-core": "^0.18.0",
70+
"ipfs-core-types": "^0.14.0",
71+
"ipfs-grpc-server": "^0.12.0",
72+
"ipfs-http-gateway": "^0.13.0",
73+
"ipfs-http-server": "^0.15.0",
7474
"ipfs-utils": "^9.0.13",
7575
"libp2p": "^0.42.0"
7676
},

0 commit comments

Comments
 (0)