Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - ipfs-unixfs-exporter@6.0.0
 - ipfs-unixfs-importer@8.0.0
 - ipfs-unixfs@5.0.0
  • Loading branch information
achingbrain committed Jul 9, 2021
1 parent e278f54 commit dedbd82
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 6 deletions.
19 changes: 19 additions & 0 deletions packages/ipfs-unixfs-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@5.0.3...ipfs-unixfs-exporter@6.0.0) (2021-07-09)


### Bug Fixes

* use @ipld/dag-pb instead of ipld-dag-pb ([#116](https://github.com/ipfs/js-ipfs-unixfs/issues/116)) ([bab1985](https://github.com/ipfs/js-ipfs-unixfs/commit/bab1985e3f80c17dc94b0e9448ac993bfe78488a))


### BREAKING CHANGES

* uses new multiformats stack and takes a blockservice instead of the block api

Co-authored-by: Rod Vagg <rod@vagg.org>
Co-authored-by: achingbrain <alex@achingbrain.net>





## [5.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@5.0.2...ipfs-unixfs-exporter@5.0.3) (2021-04-20)

**Note:** Version bump only for package ipfs-unixfs-exporter
Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-unixfs-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs-exporter",
"version": "5.0.3",
"version": "6.0.0",
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"crypto-browserify": "^3.12.0",
"detect-node": "^2.0.4",
"events": "^3.3.0",
"ipfs-unixfs-importer": "^7.0.3",
"ipfs-unixfs-importer": "^8.0.0",
"it-all": "^1.0.5",
"it-buffer-stream": "^2.0.0",
"it-first": "^1.0.6",
Expand All @@ -61,7 +61,7 @@
"err-code": "^3.0.1",
"hamt-sharding": "^2.0.0",
"interface-blockstore": "^1.0.0",
"ipfs-unixfs": "^4.0.3",
"ipfs-unixfs": "^5.0.0",
"it-last": "^1.0.5",
"multiformats": "^9.0.4",
"murmurhash3js-revisited": "^3.0.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/ipfs-unixfs-importer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@7.0.3...ipfs-unixfs-importer@8.0.0) (2021-07-09)


### Bug Fixes

* use @ipld/dag-pb instead of ipld-dag-pb ([#116](https://github.com/ipfs/js-ipfs-unixfs/issues/116)) ([bab1985](https://github.com/ipfs/js-ipfs-unixfs/commit/bab1985e3f80c17dc94b0e9448ac993bfe78488a))


### BREAKING CHANGES

* uses new multiformats stack and takes a blockservice instead of the block api

Co-authored-by: Rod Vagg <rod@vagg.org>
Co-authored-by: achingbrain <alex@achingbrain.net>





## [7.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@7.0.2...ipfs-unixfs-importer@7.0.3) (2021-04-20)

**Note:** Version bump only for package ipfs-unixfs-importer
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-unixfs-importer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs-importer",
"version": "7.0.3",
"version": "8.0.0",
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"err-code": "^3.0.1",
"hamt-sharding": "^2.0.0",
"interface-blockstore": "^1.0.0",
"ipfs-unixfs": "^4.0.3",
"ipfs-unixfs": "^5.0.0",
"it-all": "^1.0.5",
"it-batch": "^1.0.8",
"it-first": "^1.0.6",
Expand Down
19 changes: 19 additions & 0 deletions packages/ipfs-unixfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@4.0.3...ipfs-unixfs@5.0.0) (2021-07-09)


### Bug Fixes

* use @ipld/dag-pb instead of ipld-dag-pb ([#116](https://github.com/ipfs/js-ipfs-unixfs/issues/116)) ([bab1985](https://github.com/ipfs/js-ipfs-unixfs/commit/bab1985e3f80c17dc94b0e9448ac993bfe78488a))


### BREAKING CHANGES

* uses new multiformats stack and takes a blockservice instead of the block api

Co-authored-by: Rod Vagg <rod@vagg.org>
Co-authored-by: achingbrain <alex@achingbrain.net>





## [4.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@4.0.2...ipfs-unixfs@4.0.3) (2021-04-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs",
"version": "4.0.3",
"version": "5.0.0",
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
Expand Down

0 comments on commit dedbd82

Please sign in to comment.