Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 5, 2020
1 parent 04c0499 commit 3461121
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 9 deletions.
8 changes: 8 additions & 0 deletions packages/interface-ipfs-core/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.134.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.134.3) (2020-05-05)

**Note:** Version bump only for package interface-ipfs-core





## [0.134.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.134.2) (2020-05-05)


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.134.2",
"version": "0.134.3",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-core-utils/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.2.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.2) (2020-05-05)

**Note:** Version bump only for package ipfs-core-utils





## [0.2.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.1) (2020-05-05)


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.2.1",
"version": "0.2.2",
"description": "Package to share code between ipfs and ipfs-http-client",
"main": "src/index.js",
"author": "Alex Potsides <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-http-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.

## [44.0.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.0.3) (2020-05-05)

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





## [44.0.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.0.2) (2020-05-05)


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": "44.0.2",
"version": "44.0.3",
"description": "A client library for the IPFS HTTP API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -46,7 +46,7 @@
"debug": "^4.1.0",
"form-data": "^3.0.0",
"ipfs-block": "^0.8.1",
"ipfs-core-utils": "^0.2.1",
"ipfs-core-utils": "^0.2.2",
"ipfs-utils": "^2.2.2",
"ipld-dag-cbor": "^0.15.1",
"ipld-dag-pb": "^0.18.3",
Expand All @@ -71,7 +71,7 @@
"browser-process-platform": "^0.1.1",
"cross-env": "^7.0.0",
"go-ipfs-dep": "0.4.23-3",
"interface-ipfs-core": "^0.134.2",
"interface-ipfs-core": "^0.134.3",
"ipfsd-ctl": "^3.0.0",
"it-all": "^1.0.1",
"it-concat": "^1.0.0",
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.43.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.43.3) (2020-05-05)

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





## [0.43.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.43.2) (2020-05-05)


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.43.2",
"version": "0.43.3",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -99,8 +99,8 @@
"ipfs-bitswap": "0.27.1",
"ipfs-block": "^0.8.1",
"ipfs-block-service": "^0.16.0",
"ipfs-core-utils": "^0.2.1",
"ipfs-http-client": "^44.0.2",
"ipfs-core-utils": "^0.2.2",
"ipfs-http-client": "^44.0.3",
"ipfs-http-response": "^0.5.0",
"ipfs-repo": "^1.0.1",
"ipfs-unixfs": "^1.0.1",
Expand Down Expand Up @@ -184,7 +184,7 @@
"execa": "^4.0.0",
"form-data": "^3.0.0",
"go-ipfs-dep": "0.4.23-3",
"interface-ipfs-core": "^0.134.2",
"interface-ipfs-core": "^0.134.3",
"ipfs-interop": "^1.0.1",
"ipfsd-ctl": "^3.0.0",
"iso-random-stream": "^1.1.1",
Expand Down

0 comments on commit 3461121

Please sign in to comment.