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
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 5, 2022
1 parent 6c3cb73 commit cd2525c
Show file tree
Hide file tree
Showing 29 changed files with 213 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/interface-ipfs-core":"0.154.2","packages/ipfs":"0.62.2","packages/ipfs-cli":"0.12.2","packages/ipfs-client":"0.7.8","packages/ipfs-core":"0.14.2","packages/ipfs-core-config":"0.3.2","packages/ipfs-core-types":"0.10.2","packages/ipfs-core-utils":"0.14.2","packages/ipfs-daemon":"0.12.2","packages/ipfs-grpc-client":"0.9.3","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.3","packages/ipfs-http-client":"56.0.2","packages/ipfs-http-gateway":"0.9.2","packages/ipfs-http-response":"2.0.2","packages/ipfs-http-server":"0.11.2","packages/ipfs-message-port-client":"0.11.2","packages/ipfs-message-port-protocol":"0.11.2","packages/ipfs-message-port-server":"0.11.2"}
{"packages/interface-ipfs-core":"0.154.2","packages/ipfs":"0.62.3","packages/ipfs-cli":"0.12.3","packages/ipfs-client":"0.7.9","packages/ipfs-core":"0.14.3","packages/ipfs-core-config":"0.3.3","packages/ipfs-core-types":"0.10.2","packages/ipfs-core-utils":"0.14.3","packages/ipfs-daemon":"0.12.3","packages/ipfs-grpc-client":"0.9.4","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.4","packages/ipfs-http-client":"56.0.3","packages/ipfs-http-gateway":"0.9.3","packages/ipfs-http-response":"2.0.3","packages/ipfs-http-server":"0.11.3","packages/ipfs-message-port-client":"0.11.3","packages/ipfs-message-port-protocol":"0.11.2","packages/ipfs-message-port-server":"0.11.2"}
12 changes: 12 additions & 0 deletions packages/ipfs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.12.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.12.2...ipfs-cli-v0.12.3) (2022-04-05)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.14.2 to ^0.14.3
* ipfs-core-utils bumped from ^0.14.2 to ^0.14.3
* ipfs-daemon bumped from ^0.12.2 to ^0.12.3
* ipfs-http-client bumped from ^56.0.2 to ^56.0.3

### [0.12.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.12.1...ipfs-cli-v0.12.2) (2022-03-01)


Expand Down
10 changes: 5 additions & 5 deletions packages/ipfs-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-cli",
"version": "0.12.2",
"version": "0.12.3",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -65,11 +65,11 @@
"err-code": "^3.0.1",
"execa": "^5.0.0",
"get-folder-size": "^2.0.1",
"ipfs-core": "^0.14.2",
"ipfs-core": "^0.14.3",
"ipfs-core-types": "^0.10.2",
"ipfs-core-utils": "^0.14.2",
"ipfs-daemon": "^0.12.2",
"ipfs-http-client": "^56.0.2",
"ipfs-core-utils": "^0.14.3",
"ipfs-daemon": "^0.12.3",
"ipfs-http-client": "^56.0.3",
"ipfs-repo": "^14.0.1",
"ipfs-utils": "^9.0.2",
"it-all": "^1.0.4",
Expand Down
10 changes: 10 additions & 0 deletions packages/ipfs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.7.9](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.8...ipfs-client-v0.7.9) (2022-04-05)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-grpc-client bumped from ^0.9.3 to ^0.9.4
* ipfs-http-client bumped from ^56.0.2 to ^56.0.3

### [0.7.8](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.7.7...ipfs-client-v0.7.8) (2022-03-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-client",
"version": "0.7.8",
"version": "0.7.9",
"description": "A client library to talk to local IPFS daemons",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -40,8 +40,8 @@
"dep-check": "aegir dep-check -i aegir -i rimraf"
},
"dependencies": {
"ipfs-grpc-client": "^0.9.3",
"ipfs-http-client": "^56.0.2",
"ipfs-grpc-client": "^0.9.4",
"ipfs-http-client": "^56.0.3",
"merge-options": "^3.0.4"
},
"devDependencies": {
Expand Down
16 changes: 15 additions & 1 deletion packages/ipfs-core-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.3.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.3.2...ipfs-core-config-v0.3.3) (2022-04-05)


### Bug Fixes

* exclude fs from bundle ([#4076](https://www.github.com/ipfs/js-ipfs/issues/4076)) ([6c3cb73](https://www.github.com/ipfs/js-ipfs/commit/6c3cb73db7b46211c88431273f61f04463a4f80d))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* ipfs-core-utils bumped from ^0.14.2 to ^0.14.3

### [0.3.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-config-v0.3.1...ipfs-core-config-v0.3.2) (2022-03-01)


Expand Down Expand Up @@ -628,4 +642,4 @@ js-ipfs

### Bug Fixes

* use is-buffer ([bbf5baf](https://github.com/ipfs/js-ipfs-utils/commit/bbf5baf))
* use is-buffer ([bbf5baf](https://github.com/ipfs/js-ipfs-utils/commit/bbf5baf))
4 changes: 2 additions & 2 deletions packages/ipfs-core-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-config",
"version": "0.3.2",
"version": "0.3.3",
"description": "Package to store node and browser specific config for ipfs-core",
"author": "Alex Potsides <alex@achingbrain.net>",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme",
Expand Down Expand Up @@ -107,7 +107,7 @@
},
"devDependencies": {
"aegir": "^36.0.1",
"ipfs-core-utils": "^0.14.2",
"ipfs-core-utils": "^0.14.3",
"rimraf": "^3.0.2"
}
}
7 changes: 7 additions & 0 deletions packages/ipfs-core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.14.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.14.2...ipfs-core-utils-v0.14.3) (2022-04-05)


### Bug Fixes

* exclude fs from bundle ([#4076](https://www.github.com/ipfs/js-ipfs/issues/4076)) ([6c3cb73](https://www.github.com/ipfs/js-ipfs/commit/6c3cb73db7b46211c88431273f61f04463a4f80d))

### [0.14.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-utils-v0.14.1...ipfs-core-utils-v0.14.2) (2022-03-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-utils",
"version": "0.14.2",
"version": "0.14.3",
"description": "Package to share code between ipfs and ipfs-http-client",
"author": "Alex Potsides <alex@achingbrain.net>",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme",
Expand Down
19 changes: 18 additions & 1 deletion packages/ipfs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.14.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.14.2...ipfs-core-v0.14.3) (2022-04-05)


### Bug Fixes

* exclude fs from bundle ([#4076](https://www.github.com/ipfs/js-ipfs/issues/4076)) ([6c3cb73](https://www.github.com/ipfs/js-ipfs/commit/6c3cb73db7b46211c88431273f61f04463a4f80d))
* **rmlink:** fix rmlink to match docs ([#4073](https://www.github.com/ipfs/js-ipfs/issues/4073)) ([1a73160](https://www.github.com/ipfs/js-ipfs/commit/1a73160e5dbe8623458cdf1194158c2f45ff64a6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-config bumped from ^0.3.2 to ^0.3.3
* ipfs-core-utils bumped from ^0.14.2 to ^0.14.3
* ipfs-http-client bumped from ^56.0.2 to ^56.0.3

### [0.14.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.14.1...ipfs-core-v0.14.2) (2022-03-01)


Expand Down Expand Up @@ -574,4 +591,4 @@ Co-authored-by: Geoffrey Cohler <g.cohler@computer.org>

Closes https://github.com/ipfs/js-ipfs/issues/3210

Co-authored-by: achingbrain <alex@achingbrain.net>
Co-authored-by: achingbrain <alex@achingbrain.net>
8 changes: 4 additions & 4 deletions packages/ipfs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core",
"version": "0.14.2",
"version": "0.14.3",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -87,10 +87,10 @@
"interface-blockstore": "^2.0.2",
"interface-datastore": "^6.0.2",
"ipfs-bitswap": "^10.0.1",
"ipfs-core-config": "^0.3.2",
"ipfs-core-config": "^0.3.3",
"ipfs-core-types": "^0.10.2",
"ipfs-core-utils": "^0.14.2",
"ipfs-http-client": "^56.0.2",
"ipfs-core-utils": "^0.14.3",
"ipfs-http-client": "^56.0.3",
"ipfs-repo": "^14.0.1",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs-exporter": "^7.0.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/ipfs-daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.12.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.12.2...ipfs-daemon-v0.12.3) (2022-04-05)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.14.2 to ^0.14.3
* ipfs-grpc-server bumped from ^0.8.3 to ^0.8.4
* ipfs-http-gateway bumped from ^0.9.2 to ^0.9.3
* ipfs-http-server bumped from ^0.11.2 to ^0.11.3

### [0.12.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.12.1...ipfs-daemon-v0.12.2) (2022-03-01)


Expand Down
10 changes: 5 additions & 5 deletions packages/ipfs-daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-daemon",
"version": "0.12.2",
"version": "0.12.3",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -44,11 +44,11 @@
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.5",
"debug": "^4.1.1",
"ipfs-core": "^0.14.2",
"ipfs-core": "^0.14.3",
"ipfs-core-types": "^0.10.2",
"ipfs-grpc-server": "^0.8.3",
"ipfs-http-gateway": "^0.9.2",
"ipfs-http-server": "^0.11.2",
"ipfs-grpc-server": "^0.8.4",
"ipfs-http-gateway": "^0.9.3",
"ipfs-http-server": "^0.11.3",
"ipfs-utils": "^9.0.2",
"just-safe-set": "^2.2.1",
"libp2p": "^0.36.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/ipfs-grpc-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.9.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.9.3...ipfs-grpc-client-v0.9.4) (2022-04-05)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-utils bumped from ^0.14.2 to ^0.14.3

### [0.9.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.9.2...ipfs-grpc-client-v0.9.3) (2022-03-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-grpc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-client",
"version": "0.9.3",
"version": "0.9.4",
"description": "A client library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -57,7 +57,7 @@
"debug": "^4.1.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.10.2",
"ipfs-core-utils": "^0.14.2",
"ipfs-core-utils": "^0.14.3",
"ipfs-grpc-protocol": "^0.5.5",
"ipfs-unixfs": "^6.0.3",
"it-first": "^1.0.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/ipfs-grpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.8.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.8.3...ipfs-grpc-server-v0.8.4) (2022-04-05)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* ipfs-core bumped from ^0.14.2 to ^0.14.3

### [0.8.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.8.2...ipfs-grpc-server-v0.8.3) (2022-03-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-grpc-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-server",
"version": "0.8.3",
"version": "0.8.4",
"description": "A server library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@types/ws": "^7.4.0",
"aegir": "^36.0.1",
"ipfs-core": "^0.14.2",
"ipfs-core": "^0.14.3",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
"rimraf": "^3.0.2",
Expand Down
16 changes: 15 additions & 1 deletion packages/ipfs-http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [56.0.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v56.0.2...ipfs-http-client-v56.0.3) (2022-04-05)


### Bug Fixes

* exclude fs from bundle ([#4076](https://www.github.com/ipfs/js-ipfs/issues/4076)) ([6c3cb73](https://www.github.com/ipfs/js-ipfs/commit/6c3cb73db7b46211c88431273f61f04463a4f80d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core-utils bumped from ^0.14.2 to ^0.14.3

### [56.0.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v56.0.1...ipfs-http-client-v56.0.2) (2022-03-01)


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

### Bug Fixes

* new fixed aegir ([93ac472](https://github.com/ipfs/js-ipfs-http-client/commit/93ac472))
* new fixed aegir ([93ac472](https://github.com/ipfs/js-ipfs-http-client/commit/93ac472))
4 changes: 2 additions & 2 deletions packages/ipfs-http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-client",
"version": "56.0.2",
"version": "56.0.3",
"description": "A client library for the IPFS HTTP API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -62,7 +62,7 @@
"debug": "^4.1.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.10.2",
"ipfs-core-utils": "^0.14.2",
"ipfs-core-utils": "^0.14.3",
"ipfs-utils": "^9.0.2",
"it-first": "^1.0.6",
"it-last": "^1.0.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/ipfs-http-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



### [0.9.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.9.2...ipfs-http-gateway-v0.9.3) (2022-04-05)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-http-response bumped from ^2.0.2 to ^2.0.3

### [0.9.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.9.1...ipfs-http-gateway-v0.9.2) (2022-03-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-http-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-gateway",
"version": "0.9.2",
"version": "0.9.3",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -63,7 +63,7 @@
"debug": "^4.1.1",
"hapi-pino": "^8.3.0",
"ipfs-core-types": "^0.10.2",
"ipfs-http-response": "^2.0.2",
"ipfs-http-response": "^2.0.3",
"is-ipfs": "^6.0.1",
"it-last": "^1.0.4",
"it-to-stream": "^1.0.0",
Expand Down

0 comments on commit cd2525c

Please sign in to comment.