Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - ipfs-unixfs-exporter@3.0.7
 - ipfs-unixfs-importer@5.0.0
  • Loading branch information
achingbrain committed Nov 20, 2020
1 parent d300168 commit cb45d67
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/ipfs-unixfs-exporter/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.

## [3.0.7](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.6...ipfs-unixfs-exporter@3.0.7) (2020-11-20)

**Note:** Version bump only for package ipfs-unixfs-exporter





## [3.0.6](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.5...ipfs-unixfs-exporter@3.0.6) (2020-11-06)

**Note:** Version bump only for package ipfs-unixfs-exporter
Expand Down
4 changes: 2 additions & 2 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": "3.0.6",
"version": "3.0.7",
"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 @@ -38,7 +38,7 @@
"abort-controller": "^3.0.0",
"aegir": "^28.1.0",
"detect-node": "^2.0.4",
"ipfs-unixfs-importer": "^4.0.0",
"ipfs-unixfs-importer": "^5.0.0",
"ipld": "^0.28.0",
"ipld-dag-pb": "^0.20.0",
"ipld-in-memory": "^7.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/ipfs-unixfs-importer/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [5.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@4.0.0...ipfs-unixfs-importer@5.0.0) (2020-11-20)


### Features

* support multiple roots ([#93](https://github.com/ipfs/js-ipfs-unixfs/issues/93)) ([f97f60a](https://github.com/ipfs/js-ipfs-unixfs/commit/f97f60ad68ffbe46d007bcdca282ccf1489e1f12))


### BREAKING CHANGES

* Importing files that would result in multiple roots no longer throws an error





# [4.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@3.1.0...ipfs-unixfs-importer@4.0.0) (2020-11-06)


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": "4.0.0",
"version": "5.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 @@ -38,7 +38,7 @@
"aegir": "^28.1.0",
"cids": "^1.0.0",
"detect-node": "^2.0.4",
"ipfs-unixfs-exporter": "^3.0.6",
"ipfs-unixfs-exporter": "^3.0.7",
"ipld": "^0.28.0",
"ipld-in-memory": "^7.0.0",
"it-buffer-stream": "^1.0.2",
Expand Down

0 comments on commit cb45d67

Please sign in to comment.