Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - interface-ipfs-core@0.146.1
 - ipfs-cli@0.6.1
 - ipfs-client@0.4.2
 - ipfs-core-types@0.5.1
 - ipfs-core-utils@0.8.2
 - ipfs-core@0.7.1
 - ipfs-daemon@0.7.1
 - ipfs-grpc-client@0.3.2
 - ipfs-grpc-server@0.3.3
 - ipfs-http-client@50.1.1
 - ipfs-http-gateway@0.4.2
 - ipfs-http-server@0.5.1
 - ipfs-message-port-client@0.6.3
 - ipfs-message-port-protocol@0.7.2
 - ipfs-message-port-server@0.7.2
 - ipfs@0.55.3
  • Loading branch information
achingbrain committed Jun 5, 2021
1 parent 176eb8e commit 08be8be
Show file tree
Hide file tree
Showing 32 changed files with 214 additions and 60 deletions.
11 changes: 11 additions & 0 deletions packages/interface-ipfs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
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.146.1](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.146.0...interface-ipfs-core@0.146.1) (2021-06-05)


### Bug Fixes

* stalling subscription on (node) http-client when daemon is stopped ([#3468](https://github.com/ipfs/js-ipfs/issues/3468)) ([0266abf](https://github.com/ipfs/js-ipfs/commit/0266abf0c4b817636172f78c6e91eb4dd5aad451)), closes [#3465](https://github.com/ipfs/js-ipfs/issues/3465)





# [0.146.0](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.145.1...interface-ipfs-core@0.146.0) (2021-05-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/interface-ipfs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
"version": "0.146.0",
"version": "0.146.1",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
"main": "src/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.6.1](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.6.0...ipfs-cli@0.6.1) (2021-06-05)


### Bug Fixes

* stalling subscription on (node) http-client when daemon is stopped ([#3468](https://github.com/ipfs/js-ipfs/issues/3468)) ([0266abf](https://github.com/ipfs/js-ipfs/commit/0266abf0c4b817636172f78c6e91eb4dd5aad451)), closes [#3465](https://github.com/ipfs/js-ipfs/issues/3465)





# [0.6.0](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.5.1...ipfs-cli@0.6.0) (2021-05-26)


Expand Down
12 changes: 6 additions & 6 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.6.0",
"version": "0.6.1",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -37,11 +37,11 @@
"err-code": "^3.0.1",
"execa": "^5.0.0",
"get-folder-size": "^2.0.1",
"ipfs-core": "^0.7.0",
"ipfs-core-types": "^0.5.0",
"ipfs-core-utils": "^0.8.1",
"ipfs-daemon": "^0.7.0",
"ipfs-http-client": "^50.1.0",
"ipfs-core": "^0.7.1",
"ipfs-core-types": "^0.5.1",
"ipfs-core-utils": "^0.8.2",
"ipfs-daemon": "^0.7.1",
"ipfs-http-client": "^50.1.1",
"ipfs-repo": "^9.1.6",
"ipfs-utils": "^8.1.2",
"ipld-dag-cbor": "^1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.4.1...ipfs-client@0.4.2) (2021-06-05)

**Note:** Version bump only for package ipfs-client





## [0.4.1](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.4.0...ipfs-client@0.4.1) (2021-05-26)

**Note:** Version bump only for package ipfs-client
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.4.1",
"version": "0.4.2",
"description": "A client library to talk to local IPFS daemons",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -32,8 +32,8 @@
"dep-check": "aegir dep-check -i aegir -i rimraf"
},
"dependencies": {
"ipfs-grpc-client": "^0.3.1",
"ipfs-http-client": "^50.1.0",
"ipfs-grpc-client": "^0.3.2",
"ipfs-http-client": "^50.1.1",
"merge-options": "^3.0.4"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-core-types/CHANGELOG.md
Original file line number Diff line number Diff line change
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.5.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.5.0...ipfs-core-types@0.5.1) (2021-06-05)


### Bug Fixes

* add onError to pubsub.subscribe types ([#3706](https://github.com/ipfs/js-ipfs/issues/3706)) ([d910aea](https://github.com/ipfs/js-ipfs/commit/d910aead8c8be6798cf838245511331b3f69634c)), closes [#3468](https://github.com/ipfs/js-ipfs/issues/3468)





# [0.5.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.4.0...ipfs-core-types@0.5.0) (2021-05-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-types",
"version": "0.5.0",
"version": "0.5.1",
"description": "IPFS interface definitions used by implementations for API compatibility.",
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
"types": "src/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
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.8.2](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.8.1...ipfs-core-utils@0.8.2) (2021-06-05)


### Bug Fixes

* stalling subscription on (node) http-client when daemon is stopped ([#3468](https://github.com/ipfs/js-ipfs/issues/3468)) ([0266abf](https://github.com/ipfs/js-ipfs/commit/0266abf0c4b817636172f78c6e91eb4dd5aad451)), closes [#3465](https://github.com/ipfs/js-ipfs/issues/3465)





## [0.8.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.8.0...ipfs-core-utils@0.8.1) (2021-05-26)

**Note:** Version bump only for package ipfs-core-utils
Expand Down
4 changes: 2 additions & 2 deletions 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.8.1",
"version": "0.8.2",
"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 Expand Up @@ -46,7 +46,7 @@
"browser-readablestream-to-it": "^1.0.1",
"cids": "^1.1.6",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.5.0",
"ipfs-core-types": "^0.5.1",
"ipfs-unixfs": "^4.0.3",
"ipfs-utils": "^8.1.2",
"it-all": "^1.0.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
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.7.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.7.0...ipfs-core@0.7.1) (2021-06-05)


### Bug Fixes

* stalling subscription on (node) http-client when daemon is stopped ([#3468](https://github.com/ipfs/js-ipfs/issues/3468)) ([0266abf](https://github.com/ipfs/js-ipfs/commit/0266abf0c4b817636172f78c6e91eb4dd5aad451)), closes [#3465](https://github.com/ipfs/js-ipfs/issues/3465)





# [0.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.6.1...ipfs-core@0.7.0) (2021-05-26)


Expand Down
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.7.0",
"version": "0.7.1",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -72,8 +72,8 @@
"interface-datastore": "^4.0.0",
"ipfs-bitswap": "^5.0.3",
"ipfs-block-service": "^0.19.0",
"ipfs-core-types": "^0.5.0",
"ipfs-core-utils": "^0.8.1",
"ipfs-core-types": "^0.5.1",
"ipfs-core-utils": "^0.8.2",
"ipfs-repo": "^9.1.6",
"ipfs-unixfs": "^4.0.3",
"ipfs-unixfs-exporter": "^5.0.3",
Expand Down Expand Up @@ -127,7 +127,7 @@
"aegir": "^33.0.0",
"delay": "^5.0.0",
"go-ipfs": "0.8.0",
"interface-ipfs-core": "^0.146.0",
"interface-ipfs-core": "^0.146.1",
"ipfsd-ctl": "^8.0.1",
"ipld-git": "^0.6.1",
"iso-url": "^1.0.0",
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 @@ -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.7.1](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.7.0...ipfs-daemon@0.7.1) (2021-06-05)


### Bug Fixes

* move wrtc to optional deps ([#3705](https://github.com/ipfs/js-ipfs/issues/3705)) ([7cf404c](https://github.com/ipfs/js-ipfs/commit/7cf404c8fd11888fa803c6167bd2ec62d94a2b34))
* stalling subscription on (node) http-client when daemon is stopped ([#3468](https://github.com/ipfs/js-ipfs/issues/3468)) ([0266abf](https://github.com/ipfs/js-ipfs/commit/0266abf0c4b817636172f78c6e91eb4dd5aad451)), closes [#3465](https://github.com/ipfs/js-ipfs/issues/3465)





# [0.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.6.1...ipfs-daemon@0.7.0) (2021-05-26)


Expand Down
16 changes: 8 additions & 8 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.7.0",
"version": "0.7.1",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -33,12 +33,12 @@
"@mapbox/node-pre-gyp": "^1.0.5",
"debug": "^4.1.1",
"dlv": "^1.1.3",
"ipfs-core": "^0.7.0",
"ipfs-core-types": "^0.5.0",
"ipfs-grpc-server": "^0.3.2",
"ipfs-http-client": "^50.1.0",
"ipfs-http-gateway": "^0.4.1",
"ipfs-http-server": "^0.5.0",
"ipfs-core": "^0.7.1",
"ipfs-core-types": "^0.5.1",
"ipfs-grpc-server": "^0.3.3",
"ipfs-http-client": "^50.1.1",
"ipfs-http-gateway": "^0.4.2",
"ipfs-http-server": "^0.5.1",
"ipfs-utils": "^8.1.2",
"just-safe-set": "^2.2.1",
"libp2p": "^0.31.6",
Expand All @@ -53,9 +53,9 @@
"ws": "^7.3.1"
},
"optionalDependencies": {
"electron-webrtc": "^0.3.0",
"prom-client": "^12.0.0",
"prometheus-gc-stats": "^0.6.0",
"electron-webrtc": "^0.3.0",
"wrtc": "^0.4.6"
}
}
8 changes: 8 additions & 0 deletions packages/ipfs-grpc-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.3.1...ipfs-grpc-client@0.3.2) (2021-06-05)

**Note:** Version bump only for package ipfs-grpc-client





## [0.3.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.3.0...ipfs-grpc-client@0.3.1) (2021-05-26)

**Note:** Version bump only for package ipfs-grpc-client
Expand Down
6 changes: 3 additions & 3 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.3.1",
"version": "0.3.2",
"description": "A client library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -37,8 +37,8 @@
"cids": "^1.1.6",
"debug": "^4.1.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.5.0",
"ipfs-core-utils": "^0.8.1",
"ipfs-core-types": "^0.5.1",
"ipfs-core-utils": "^0.8.2",
"ipfs-grpc-protocol": "^0.3.0",
"ipfs-unixfs": "^4.0.3",
"it-first": "^1.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-grpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.3](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.3.2...ipfs-grpc-server@0.3.3) (2021-06-05)

**Note:** Version bump only for package ipfs-grpc-server





## [0.3.2](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.3.1...ipfs-grpc-server@0.3.2) (2021-05-26)

**Note:** Version bump only for package ipfs-grpc-server
Expand Down
6 changes: 3 additions & 3 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.3.2",
"version": "0.3.3",
"description": "A server library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -34,7 +34,7 @@
"change-case": "^4.1.1",
"coercer": "^1.1.2",
"debug": "^4.1.1",
"ipfs-core-types": "^0.5.0",
"ipfs-core-types": "^0.5.1",
"ipfs-grpc-protocol": "^0.3.0",
"it-first": "^1.0.4",
"it-map": "^1.0.4",
Expand All @@ -48,7 +48,7 @@
"devDependencies": {
"@types/ws": "^7.4.0",
"aegir": "^33.0.0",
"ipfs-core": "^0.7.0",
"ipfs-core": "^0.7.1",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
"rimraf": "^3.0.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/ipfs-http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [50.1.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@50.1.0...ipfs-http-client@50.1.1) (2021-06-05)


### Bug Fixes

* add onError to pubsub.subscribe types ([#3706](https://github.com/ipfs/js-ipfs/issues/3706)) ([d910aea](https://github.com/ipfs/js-ipfs/commit/d910aead8c8be6798cf838245511331b3f69634c)), closes [#3468](https://github.com/ipfs/js-ipfs/issues/3468)
* stalling subscription on (node) http-client when daemon is stopped ([#3468](https://github.com/ipfs/js-ipfs/issues/3468)) ([0266abf](https://github.com/ipfs/js-ipfs/commit/0266abf0c4b817636172f78c6e91eb4dd5aad451)), closes [#3465](https://github.com/ipfs/js-ipfs/issues/3465)





# [50.1.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@50.0.0...ipfs-http-client@50.1.0) (2021-05-26)


Expand Down
6 changes: 3 additions & 3 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": "50.1.0",
"version": "50.1.1",
"description": "A client library for the IPFS HTTP API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -49,8 +49,8 @@
"cids": "^1.1.6",
"debug": "^4.1.1",
"form-data": "^4.0.0",
"ipfs-core-types": "^0.5.0",
"ipfs-core-utils": "^0.8.1",
"ipfs-core-types": "^0.5.1",
"ipfs-core-utils": "^0.8.2",
"ipfs-unixfs": "^4.0.3",
"ipfs-utils": "^8.1.2",
"ipld-block": "^0.11.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-http-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/ipfs/js-ipfs/compare/ipfs-http-gateway@0.4.1...ipfs-http-gateway@0.4.2) (2021-06-05)

**Note:** Version bump only for package ipfs-http-gateway





## [0.4.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-gateway@0.4.0...ipfs-http-gateway@0.4.1) (2021-05-26)

**Note:** Version bump only for package ipfs-http-gateway
Expand Down
Loading

0 comments on commit 08be8be

Please sign in to comment.