Skip to content

Commit cb45d67

Browse files
committed
chore: publish
- ipfs-unixfs-exporter@3.0.7 - ipfs-unixfs-importer@5.0.0
1 parent d300168 commit cb45d67

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-exporter
9+
10+
11+
12+
13+
614
## [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)
715

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

packages/ipfs-unixfs-exporter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-exporter",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
66
"main": "src/index.js",
@@ -38,7 +38,7 @@
3838
"abort-controller": "^3.0.0",
3939
"aegir": "^28.1.0",
4040
"detect-node": "^2.0.4",
41-
"ipfs-unixfs-importer": "^4.0.0",
41+
"ipfs-unixfs-importer": "^5.0.0",
4242
"ipld": "^0.28.0",
4343
"ipld-dag-pb": "^0.20.0",
4444
"ipld-in-memory": "^7.0.0",

packages/ipfs-unixfs-importer/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Features
10+
11+
* support multiple roots ([#93](https://github.com/ipfs/js-ipfs-unixfs/issues/93)) ([f97f60a](https://github.com/ipfs/js-ipfs-unixfs/commit/f97f60ad68ffbe46d007bcdca282ccf1489e1f12))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Importing files that would result in multiple roots no longer throws an error
17+
18+
19+
20+
21+
622
# [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)
723

824

packages/ipfs-unixfs-importer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-importer",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
66
"main": "src/index.js",
@@ -38,7 +38,7 @@
3838
"aegir": "^28.1.0",
3939
"cids": "^1.0.0",
4040
"detect-node": "^2.0.4",
41-
"ipfs-unixfs-exporter": "^3.0.6",
41+
"ipfs-unixfs-exporter": "^3.0.7",
4242
"ipld": "^0.28.0",
4343
"ipld-in-memory": "^7.0.0",
4444
"it-buffer-stream": "^1.0.2",

0 commit comments

Comments
 (0)