Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - interface-ipfs-core@0.145.1
 - ipfs-cli@0.5.1
 - ipfs-core@0.6.1
 - ipfs-daemon@0.6.1
 - ipfs-grpc-server@0.3.1
 - ipfs-message-port-client@0.6.1
 - ipfs@0.55.1
  • Loading branch information
achingbrain committed May 11, 2021
1 parent 1a980fe commit bdea5bc
Show file tree
Hide file tree
Showing 14 changed files with 80 additions and 18 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.145.1](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.145.0...interface-ipfs-core@0.145.1) (2021-05-11)


### Bug Fixes

* ipfs get with raw blocks ([#3683](https://github.com/ipfs/js-ipfs/issues/3683)) ([28235b0](https://github.com/ipfs/js-ipfs/commit/28235b02558c513e1119dfd3d12b622d67546eca)), closes [#3682](https://github.com/ipfs/js-ipfs/issues/3682)





# [0.145.0](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.144.2...interface-ipfs-core@0.145.0) (2021-05-10)


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.145.0",
"version": "0.145.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
8 changes: 8 additions & 0 deletions packages/ipfs-cli/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.5.1](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.5.0...ipfs-cli@0.5.1) (2021-05-11)

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





# [0.5.0](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.4.4...ipfs-cli@0.5.0) (2021-05-10)


Expand Down
6 changes: 3 additions & 3 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.5.0",
"version": "0.5.1",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -37,10 +37,10 @@
"err-code": "^3.0.1",
"execa": "^5.0.0",
"get-folder-size": "^2.0.1",
"ipfs-core": "^0.6.0",
"ipfs-core": "^0.6.1",
"ipfs-core-types": "^0.4.0",
"ipfs-core-utils": "^0.8.0",
"ipfs-daemon": "^0.6.0",
"ipfs-daemon": "^0.6.1",
"ipfs-http-client": "^50.0.0",
"ipfs-repo": "^9.1.6",
"ipfs-utils": "^7.0.0",
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.6.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.6.0...ipfs-core@0.6.1) (2021-05-11)


### Bug Fixes

* ipfs get with raw blocks ([#3683](https://github.com/ipfs/js-ipfs/issues/3683)) ([28235b0](https://github.com/ipfs/js-ipfs/commit/28235b02558c513e1119dfd3d12b622d67546eca)), closes [#3682](https://github.com/ipfs/js-ipfs/issues/3682)





# [0.6.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.5.4...ipfs-core@0.6.0) (2021-05-10)


Expand Down
4 changes: 2 additions & 2 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.6.0",
"version": "0.6.1",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
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.145.0",
"interface-ipfs-core": "^0.145.1",
"ipfsd-ctl": "^8.0.1",
"ipld-git": "^0.6.1",
"iso-url": "^1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-daemon/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.6.1](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.6.0...ipfs-daemon@0.6.1) (2021-05-11)

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





# [0.6.0](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.5.4...ipfs-daemon@0.6.0) (2021-05-10)


Expand Down
6 changes: 3 additions & 3 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.6.0",
"version": "0.6.1",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -32,9 +32,9 @@
"dependencies": {
"debug": "^4.1.1",
"dlv": "^1.1.3",
"ipfs-core": "^0.6.0",
"ipfs-core": "^0.6.1",
"ipfs-core-types": "^0.4.0",
"ipfs-grpc-server": "^0.3.0",
"ipfs-grpc-server": "^0.3.1",
"ipfs-http-client": "^50.0.0",
"ipfs-http-gateway": "^0.4.0",
"ipfs-http-server": "^0.4.0",
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.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.3.0...ipfs-grpc-server@0.3.1) (2021-05-11)

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





# [0.3.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.2.4...ipfs-grpc-server@0.3.0) (2021-05-10)


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.3.0",
"version": "0.3.1",
"description": "A server library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@types/ws": "^7.4.0",
"aegir": "^33.0.0",
"ipfs-core": "^0.6.0",
"ipfs-core": "^0.6.1",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
"rimraf": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-message-port-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.6.1](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-client@0.6.0...ipfs-message-port-client@0.6.1) (2021-05-11)

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





# [0.6.0](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-client@0.5.4...ipfs-message-port-client@0.6.0) (2021-05-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-message-port-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-message-port-client",
"version": "0.6.0",
"version": "0.6.1",
"description": "IPFS client library for accessing IPFS node over message port",
"keywords": [
"ipfs",
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"devDependencies": {
"aegir": "^33.0.0",
"interface-ipfs-core": "^0.145.0",
"ipfs-core": "^0.6.0",
"interface-ipfs-core": "^0.145.1",
"ipfs-core": "^0.6.1",
"ipfs-message-port-server": "^0.7.0",
"rimraf": "^3.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs/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.55.1](https://github.com/ipfs/js-ipfs/compare/ipfs@0.55.0...ipfs@0.55.1) (2021-05-11)

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





# [0.55.0](https://github.com/ipfs/js-ipfs/compare/ipfs@0.54.4...ipfs@0.55.0) (2021-05-10)


Expand Down
8 changes: 4 additions & 4 deletions packages/ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs",
"version": "0.55.0",
"version": "0.55.1",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -39,8 +39,8 @@
},
"dependencies": {
"debug": "^4.1.1",
"ipfs-cli": "^0.5.0",
"ipfs-core": "^0.6.0",
"ipfs-cli": "^0.5.1",
"ipfs-core": "^0.6.1",
"semver": "^7.3.2",
"update-notifier": "^5.0.0"
},
Expand All @@ -52,7 +52,7 @@
"cross-env": "^7.0.0",
"electron-webrtc": "^0.3.0",
"go-ipfs": "0.8.0",
"interface-ipfs-core": "^0.145.0",
"interface-ipfs-core": "^0.145.1",
"ipfs-client": "^0.4.0",
"ipfs-core-types": "^0.4.0",
"ipfs-http-client": "^50.0.0",
Expand Down

0 comments on commit bdea5bc

Please sign in to comment.