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 (#4146)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 24, 2022
1 parent 00bd3dd commit 965f5a4
Show file tree
Hide file tree
Showing 27 changed files with 176 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1 +1 @@
{"packages/interface-ipfs-core":"0.155.1","packages/ipfs":"0.63.4","packages/ipfs-cli":"0.13.4","packages/ipfs-client":"0.8.2","packages/ipfs-core":"0.15.3","packages/ipfs-core-config":"0.4.1","packages/ipfs-core-types":"0.11.1","packages/ipfs-core-utils":"0.15.1","packages/ipfs-daemon":"0.13.4","packages/ipfs-grpc-client":"0.10.1","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.3","packages/ipfs-http-client":"57.0.2","packages/ipfs-http-gateway":"0.10.3","packages/ipfs-http-response":"3.0.3","packages/ipfs-http-server":"0.12.4","packages/ipfs-message-port-client":"0.12.3","packages/ipfs-message-port-protocol":"0.12.1","packages/ipfs-message-port-server":"0.12.1"}
{"packages/interface-ipfs-core":"0.155.2","packages/ipfs":"0.63.5","packages/ipfs-cli":"0.13.5","packages/ipfs-client":"0.8.3","packages/ipfs-core":"0.15.4","packages/ipfs-core-config":"0.4.1","packages/ipfs-core-types":"0.11.1","packages/ipfs-core-utils":"0.15.1","packages/ipfs-daemon":"0.13.5","packages/ipfs-grpc-client":"0.10.2","packages/ipfs-grpc-protocol":"0.6.0","packages/ipfs-grpc-server":"0.9.4","packages/ipfs-http-client":"57.0.3","packages/ipfs-http-gateway":"0.10.4","packages/ipfs-http-response":"3.0.4","packages/ipfs-http-server":"0.12.5","packages/ipfs-message-port-client":"0.12.4","packages/ipfs-message-port-protocol":"0.12.1","packages/ipfs-message-port-server":"0.12.1"}
7 changes: 7 additions & 0 deletions packages/interface-ipfs-core/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.155.2](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.155.1...interface-ipfs-core-v0.155.2) (2022-06-24)


### Bug Fixes

* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8))

### [0.155.1](https://www.github.com/ipfs/js-ipfs/compare/interface-ipfs-core-v0.155.0...interface-ipfs-core-v0.155.1) (2022-06-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/interface-ipfs-core/package.json
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
"version": "0.155.1",
"version": "0.155.2",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"type": "module",
"main": "src/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.13.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.4...ipfs-cli-v0.13.5) (2022-06-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.15.3 to ^0.15.4
* ipfs-daemon bumped from ^0.13.4 to ^0.13.5
* ipfs-http-client bumped from ^57.0.2 to ^57.0.3

### [0.13.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-cli-v0.13.3...ipfs-cli-v0.13.4) (2022-06-22)


Expand Down
8 changes: 4 additions & 4 deletions packages/ipfs-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-cli",
"version": "0.13.4",
"version": "0.13.5",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -70,11 +70,11 @@
"byteman": "^1.3.5",
"execa": "^6.1.0",
"get-folder-size": "^3.1.0",
"ipfs-core": "^0.15.3",
"ipfs-core": "^0.15.4",
"ipfs-core-types": "^0.11.1",
"ipfs-core-utils": "^0.15.1",
"ipfs-daemon": "^0.13.4",
"ipfs-http-client": "^57.0.2",
"ipfs-daemon": "^0.13.5",
"ipfs-http-client": "^57.0.3",
"ipfs-utils": "^9.0.6",
"it-concat": "^2.0.0",
"it-map": "^1.0.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/ipfs-client/CHANGELOG.md
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.8.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.2...ipfs-client-v0.8.3) (2022-06-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-grpc-client bumped from ^0.10.1 to ^0.10.2
* ipfs-http-client bumped from ^57.0.2 to ^57.0.3

### [0.8.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-client-v0.8.1...ipfs-client-v0.8.2) (2022-06-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-client/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-client",
"version": "0.8.2",
"version": "0.8.3",
"description": "A client library to talk to local IPFS daemons",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -38,8 +38,8 @@
"dep-check": "aegir dep-check -i aegir"
},
"dependencies": {
"ipfs-grpc-client": "^0.10.1",
"ipfs-http-client": "^57.0.2",
"ipfs-grpc-client": "^0.10.2",
"ipfs-http-client": "^57.0.3",
"merge-options": "^3.0.4"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/ipfs-core/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.15.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.3...ipfs-core-v0.15.4) (2022-06-24)


### Bug Fixes

* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-http-client bumped from ^57.0.2 to ^57.0.3
* devDependencies
* interface-ipfs-core bumped from ^0.155.1 to ^0.155.2

### [0.15.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-core-v0.15.2...ipfs-core-v0.15.3) (2022-06-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-core/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-core",
"version": "0.15.3",
"version": "0.15.4",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -103,7 +103,7 @@
"ipfs-core-config": "^0.4.1",
"ipfs-core-types": "^0.11.1",
"ipfs-core-utils": "^0.15.1",
"ipfs-http-client": "^57.0.2",
"ipfs-http-client": "^57.0.3",
"ipfs-repo": "^14.0.1",
"ipfs-unixfs": "^6.0.9",
"ipfs-unixfs-exporter": "^7.0.11",
Expand Down Expand Up @@ -144,7 +144,7 @@
"delay": "^5.0.0",
"go-ipfs": "^0.12.1",
"interface-blockstore-tests": "^2.0.4",
"interface-ipfs-core": "^0.155.1",
"interface-ipfs-core": "^0.155.2",
"ipfsd-ctl": "^11.0.0",
"iso-url": "^1.0.0",
"it-all": "^1.0.4",
Expand Down
12 changes: 12 additions & 0 deletions packages/ipfs-daemon/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.13.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.4...ipfs-daemon-v0.13.5) (2022-06-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-core bumped from ^0.15.3 to ^0.15.4
* ipfs-grpc-server bumped from ^0.9.3 to ^0.9.4
* ipfs-http-gateway bumped from ^0.10.3 to ^0.10.4
* ipfs-http-server bumped from ^0.12.4 to ^0.12.5

### [0.13.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.13.3...ipfs-daemon-v0.13.4) (2022-06-22)


Expand Down
10 changes: 5 additions & 5 deletions packages/ipfs-daemon/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-daemon",
"version": "0.13.4",
"version": "0.13.5",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -43,11 +43,11 @@
"@libp2p/logger": "^1.1.4",
"@libp2p/webrtc-star": "^1.0.6",
"@mapbox/node-pre-gyp": "^1.0.5",
"ipfs-core": "^0.15.3",
"ipfs-core": "^0.15.4",
"ipfs-core-types": "^0.11.1",
"ipfs-grpc-server": "^0.9.3",
"ipfs-http-gateway": "^0.10.3",
"ipfs-http-server": "^0.12.4",
"ipfs-grpc-server": "^0.9.4",
"ipfs-http-gateway": "^0.10.4",
"ipfs-http-server": "^0.12.5",
"ipfs-utils": "^9.0.6",
"libp2p": "^0.37.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/ipfs-grpc-client/CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


### [0.10.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.10.1...ipfs-grpc-client-v0.10.2) (2022-06-24)


### Bug Fixes

* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8))

### [0.10.1](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.10.0...ipfs-grpc-client-v0.10.1) (2022-06-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-grpc-client/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-client",
"version": "0.10.1",
"version": "0.10.2",
"description": "A client library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down
9 changes: 9 additions & 0 deletions packages/ipfs-grpc-server/CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


### [0.9.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.9.3...ipfs-grpc-server-v0.9.4) (2022-06-24)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* ipfs-core bumped from ^0.15.3 to ^0.15.4

### [0.9.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-grpc-server-v0.9.2...ipfs-grpc-server-v0.9.3) (2022-06-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-grpc-server/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-server",
"version": "0.9.3",
"version": "0.9.4",
"description": "A server library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@types/ws": "^8.5.3",
"aegir": "^37.0.11",
"ipfs-core": "^0.15.3",
"ipfs-core": "^0.15.4",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
"sinon": "^14.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/ipfs-http-client/CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


### [57.0.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.2...ipfs-http-client-v57.0.3) (2022-06-24)


### Bug Fixes

* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8))

### [57.0.2](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-client-v57.0.1...ipfs-http-client-v57.0.2) (2022-06-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-http-client/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-client",
"version": "57.0.2",
"version": "57.0.3",
"description": "A client library for the IPFS HTTP API",
"keywords": [
"ipfs"
Expand Down
9 changes: 9 additions & 0 deletions packages/ipfs-http-gateway/CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


### [0.10.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.10.3...ipfs-http-gateway-v0.10.4) (2022-06-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-http-response bumped from ^3.0.3 to ^3.0.4

### [0.10.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-gateway-v0.10.2...ipfs-http-gateway-v0.10.3) (2022-06-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-http-gateway/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-gateway",
"version": "0.10.3",
"version": "0.10.4",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -65,7 +65,7 @@
"@libp2p/logger": "^1.1.4",
"hapi-pino": "^8.5.0",
"ipfs-core-types": "^0.11.1",
"ipfs-http-response": "^3.0.3",
"ipfs-http-response": "^3.0.4",
"is-ipfs": "^6.0.1",
"it-last": "^1.0.4",
"it-to-stream": "^1.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/ipfs-http-response/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [3.0.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v3.0.3...ipfs-http-response-v3.0.4) (2022-06-24)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* ipfs-core bumped from ^0.15.3 to ^0.15.4

### [3.0.3](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-response-v3.0.2...ipfs-http-response-v3.0.3) (2022-06-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-http-response/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-response",
"version": "3.0.3",
"version": "3.0.4",
"description": "Creates an HTTP response from an IPFS Hash",
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
"main": "src/index.js",
Expand Down Expand Up @@ -78,7 +78,7 @@
"@types/mime-types": "^2.1.1",
"aegir": "^37.0.11",
"get-stream": "^6.0.0",
"ipfs-core": "^0.15.3",
"ipfs-core": "^0.15.4",
"ipfsd-ctl": "^11.0.0",
"it-all": "^1.0.4",
"uint8arrays": "^3.0.0"
Expand Down
18 changes: 17 additions & 1 deletion packages/ipfs-http-server/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.12.5](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.4...ipfs-http-server-v0.12.5) (2022-06-24)


### Bug Fixes

* make pubsub message types consistent ([#4145](https://www.github.com/ipfs/js-ipfs/issues/4145)) ([00bd3dd](https://www.github.com/ipfs/js-ipfs/commit/00bd3dd0bca7fc705e5e87272972f586d1f161e8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* ipfs-http-gateway bumped from ^0.10.3 to ^0.10.4
* devDependencies
* ipfs-http-client bumped from ^57.0.2 to ^57.0.3

### [0.12.4](https://www.github.com/ipfs/js-ipfs/compare/ipfs-http-server-v0.12.3...ipfs-http-server-v0.12.4) (2022-06-22)


Expand Down Expand Up @@ -523,4 +539,4 @@ Co-authored-by: achingbrain <alex@achingbrain.net>

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

Co-authored-by: Geoffrey Cohler <g.cohler@computer.org>
Co-authored-by: Geoffrey Cohler <g.cohler@computer.org>
6 changes: 3 additions & 3 deletions packages/ipfs-http-server/package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-server",
"version": "0.12.4",
"version": "0.12.5",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -53,7 +53,7 @@
"hapi-pino": "^8.5.0",
"ipfs-core-types": "^0.11.1",
"ipfs-core-utils": "^0.15.1",
"ipfs-http-gateway": "^0.10.3",
"ipfs-http-gateway": "^0.10.4",
"ipfs-unixfs": "^6.0.9",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
Expand Down Expand Up @@ -81,7 +81,7 @@
"aegir": "^37.0.11",
"err-code": "^3.0.1",
"form-data": "^4.0.0",
"ipfs-http-client": "^57.0.2",
"ipfs-http-client": "^57.0.3",
"iso-random-stream": "^2.0.2",
"it-first": "^1.0.4",
"it-to-buffer": "^2.0.0",
Expand Down

0 comments on commit 965f5a4

Please sign in to comment.