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

Commit bf1bc8b

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

File tree

39 files changed

+358
-69
lines changed

39 files changed

+358
-69
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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"}
1+
{"packages/interface-ipfs-core":"0.158.1","packages/ipfs":"0.66.1","packages/ipfs-cli":"0.16.1","packages/ipfs-client":"0.10.1","packages/ipfs-core":"0.18.1","packages/ipfs-core-config":"0.7.1","packages/ipfs-core-types":"0.14.1","packages/ipfs-core-utils":"0.18.1","packages/ipfs-daemon":"0.16.1","packages/ipfs-grpc-client":"0.13.1","packages/ipfs-grpc-protocol":"0.8.1","packages/ipfs-grpc-server":"0.12.1","packages/ipfs-http-client":"60.0.1","packages/ipfs-http-gateway":"0.13.1","packages/ipfs-http-response":"6.0.1","packages/ipfs-http-server":"0.15.1","packages/ipfs-message-port-client":"0.15.1","packages/ipfs-message-port-protocol":"0.15.1","packages/ipfs-message-port-server":"0.15.1"}

packages/interface-ipfs-core/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.1](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.158.0...interface-ipfs-core-v0.158.1) (2023-05-25)
7+
8+
9+
### Bug Fixes
10+
11+
* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* ipfs-core-types bumped from ^0.14.0 to ^0.14.1
19+
620
## [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)
721

822

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.158.0",
3+
"version": "0.158.1",
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.14.0",
87+
"ipfs-core-types": "^0.14.1",
8888
"ipfs-unixfs": "^9.0.0",
8989
"ipfs-unixfs-importer": "^12.0.0",
9090
"ipfs-utils": "^9.0.13",

packages/ipfs-cli/CHANGELOG.md

+18
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.16.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.16.0...ipfs-cli-v0.16.1) (2023-05-25)
7+
8+
9+
### Bug Fixes
10+
11+
* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* ipfs-core bumped from ^0.18.0 to ^0.18.1
19+
* ipfs-core-types bumped from ^0.14.0 to ^0.14.1
20+
* ipfs-core-utils bumped from ^0.18.0 to ^0.18.1
21+
* ipfs-daemon bumped from ^0.16.0 to ^0.16.1
22+
* ipfs-http-client bumped from ^60.0.0 to ^60.0.1
23+
624
## [0.16.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.15.0...ipfs-cli-v0.16.0) (2023-01-11)
725

826

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.16.0",
3+
"version": "0.16.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",
@@ -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.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",
81+
"ipfs-core": "^0.18.1",
82+
"ipfs-core-types": "^0.14.1",
83+
"ipfs-core-utils": "^0.18.1",
84+
"ipfs-daemon": "^0.16.1",
85+
"ipfs-http-client": "^60.0.1",
8686
"ipfs-utils": "^9.0.13",
8787
"it-concat": "^3.0.1",
8888
"it-merge": "^2.0.0",

packages/ipfs-client/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.10.0...ipfs-client-v0.10.1) (2023-05-25)
7+
8+
9+
### Bug Fixes
10+
11+
* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* ipfs-grpc-client bumped from ^0.13.0 to ^0.13.1
19+
* ipfs-http-client bumped from ^60.0.0 to ^60.0.1
20+
621
## [0.10.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.9.2...ipfs-client-v0.10.0) (2023-01-11)
722

823

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.10.0",
3+
"version": "0.10.1",
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.13.0",
65-
"ipfs-http-client": "^60.0.0",
64+
"ipfs-grpc-client": "^0.13.1",
65+
"ipfs-http-client": "^60.0.1",
6666
"merge-options": "^3.0.4"
6767
},
6868
"devDependencies": {

packages/ipfs-core-config/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.7.0...ipfs-core-config-v0.7.1) (2023-05-25)
7+
8+
9+
### Bug Fixes
10+
11+
* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* devDependencies
18+
* ipfs-core-utils bumped from ^0.18.0 to ^0.18.1
19+
620
## [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)
721

822

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.7.0",
3+
"version": "0.7.1",
44
"description": "Package to store node and browser specific config for ipfs-core",
55
"author": "Alex Potsides <[email protected]>",
66
"license": "Apache-2.0 OR MIT",
@@ -119,6 +119,6 @@
119119
},
120120
"devDependencies": {
121121
"aegir": "^37.11.0",
122-
"ipfs-core-utils": "^0.18.0"
122+
"ipfs-core-utils": "^0.18.1"
123123
}
124124
}

packages/ipfs-core-types/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-types-v0.14.0...ipfs-core-types-v0.14.1) (2023-05-25)
8+
9+
10+
### Bug Fixes
11+
12+
* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c))
13+
714
## [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)
815

916

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.14.0",
3+
"version": "0.14.1",
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

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.18.0...ipfs-core-utils-v0.18.1) (2023-05-25)
8+
9+
10+
### Bug Fixes
11+
12+
* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* ipfs-core-types bumped from ^0.14.0 to ^0.14.1
20+
721
## [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)
822

923

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.18.0",
3+
"version": "0.18.1",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"author": "Alex Potsides <[email protected]>",
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.14.0",
150+
"ipfs-core-types": "^0.14.1",
151151
"ipfs-unixfs": "^9.0.0",
152152
"ipfs-utils": "^9.0.13",
153153
"it-all": "^2.0.0",

packages/ipfs-core/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.18.0...ipfs-core-v0.18.1) (2023-05-25)
7+
8+
9+
### Bug Fixes
10+
11+
* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* ipfs-core-config bumped from ^0.7.0 to ^0.7.1
19+
* ipfs-core-types bumped from ^0.14.0 to ^0.14.1
20+
* ipfs-core-utils bumped from ^0.18.0 to ^0.18.1
21+
* ipfs-http-client bumped from ^60.0.0 to ^60.0.1
22+
* devDependencies
23+
* interface-ipfs-core bumped from ^0.158.0 to ^0.158.1
24+
625
## [0.18.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.17.0...ipfs-core-v0.18.0) (2023-01-11)
726

827

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.18.0",
3+
"version": "0.18.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-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.7.0",
117-
"ipfs-core-types": "^0.14.0",
118-
"ipfs-core-utils": "^0.18.0",
119-
"ipfs-http-client": "^60.0.0",
116+
"ipfs-core-config": "^0.7.1",
117+
"ipfs-core-types": "^0.14.1",
118+
"ipfs-core-utils": "^0.18.1",
119+
"ipfs-http-client": "^60.0.1",
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.158.0",
160+
"interface-ipfs-core": "^0.158.1",
161161
"ipfsd-ctl": "^13.0.0",
162162
"iso-url": "^1.0.0",
163163
"it-all": "^2.0.0",

packages/ipfs-daemon/CHANGELOG.md

+18
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.16.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.16.0...ipfs-daemon-v0.16.1) (2023-05-25)
7+
8+
9+
### Bug Fixes
10+
11+
* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* ipfs-core bumped from ^0.18.0 to ^0.18.1
19+
* ipfs-core-types bumped from ^0.14.0 to ^0.14.1
20+
* ipfs-grpc-server bumped from ^0.12.0 to ^0.12.1
21+
* ipfs-http-gateway bumped from ^0.13.0 to ^0.13.1
22+
* ipfs-http-server bumped from ^0.15.0 to ^0.15.1
23+
624
## [0.16.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.15.0...ipfs-daemon-v0.16.0) (2023-01-11)
725

826

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.16.0",
3+
"version": "0.16.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",
@@ -66,11 +66,11 @@
6666
"@libp2p/logger": "^2.0.5",
6767
"@libp2p/webrtc-star": "^6.0.0",
6868
"@mapbox/node-pre-gyp": "^1.0.5",
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",
69+
"ipfs-core": "^0.18.1",
70+
"ipfs-core-types": "^0.14.1",
71+
"ipfs-grpc-server": "^0.12.1",
72+
"ipfs-http-gateway": "^0.13.1",
73+
"ipfs-http-server": "^0.15.1",
7474
"ipfs-utils": "^9.0.13",
7575
"libp2p": "^0.42.0"
7676
},

packages/ipfs-grpc-client/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.13.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.13.0...ipfs-grpc-client-v0.13.1) (2023-05-25)
8+
9+
10+
### Bug Fixes
11+
12+
* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* ipfs-core-types bumped from ^0.14.0 to ^0.14.1
20+
* ipfs-core-utils bumped from ^0.18.0 to ^0.18.1
21+
* ipfs-grpc-protocol bumped from ^0.8.0 to ^0.8.1
22+
723
## [0.13.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.12.0...ipfs-grpc-client-v0.13.0) (2023-01-11)
824

925

packages/ipfs-grpc-client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-grpc-client",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "A client library for the IPFS gRPC API",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-grpc-client#readme",
@@ -74,9 +74,9 @@
7474
"@multiformats/multiaddr": "^11.1.5",
7575
"change-case": "^4.1.1",
7676
"err-code": "^3.0.1",
77-
"ipfs-core-types": "^0.14.0",
78-
"ipfs-core-utils": "^0.18.0",
79-
"ipfs-grpc-protocol": "^0.8.0",
77+
"ipfs-core-types": "^0.14.1",
78+
"ipfs-core-utils": "^0.18.1",
79+
"ipfs-grpc-protocol": "^0.8.1",
8080
"ipfs-unixfs": "^9.0.0",
8181
"it-first": "^2.0.0",
8282
"it-pushable": "^3.0.0",

packages/ipfs-grpc-protocol/CHANGELOG.md

+7
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.8.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol-v0.8.0...ipfs-grpc-protocol-v0.8.1) (2023-05-25)
7+
8+
9+
### Bug Fixes
10+
11+
* add deprecation notice to readmes ([#4362](https://www.github.com/ipfs/js-ipfs/issues/4362)) ([7b79c1b](https://www.github.com/ipfs/js-ipfs/commit/7b79c1b8df5c818dc124b346ea28330455732d5c))
12+
613
## [0.8.0](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol-v0.7.0...ipfs-grpc-protocol-v0.8.0) (2023-01-11)
714

815

0 commit comments

Comments
 (0)