Skip to content

Commit dedbd82

Browse files
committed
1 parent e278f54 commit dedbd82

File tree

6 files changed

+63
-6
lines changed

6 files changed

+63
-6
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
# [6.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.0) (2021-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* uses new multiformats stack and takes a blockservice instead of the block api
17+
18+
Co-authored-by: Rod Vagg <[email protected]>
19+
Co-authored-by: achingbrain <[email protected]>
20+
21+
22+
23+
24+
625
## [5.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@5.0.3) (2021-04-20)
726

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

packages/ipfs-unixfs-exporter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-exporter",
3-
"version": "5.0.3",
3+
"version": "6.0.0",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -41,7 +41,7 @@
4141
"crypto-browserify": "^3.12.0",
4242
"detect-node": "^2.0.4",
4343
"events": "^3.3.0",
44-
"ipfs-unixfs-importer": "^7.0.3",
44+
"ipfs-unixfs-importer": "^8.0.0",
4545
"it-all": "^1.0.5",
4646
"it-buffer-stream": "^2.0.0",
4747
"it-first": "^1.0.6",
@@ -61,7 +61,7 @@
6161
"err-code": "^3.0.1",
6262
"hamt-sharding": "^2.0.0",
6363
"interface-blockstore": "^1.0.0",
64-
"ipfs-unixfs": "^4.0.3",
64+
"ipfs-unixfs": "^5.0.0",
6565
"it-last": "^1.0.5",
6666
"multiformats": "^9.0.4",
6767
"murmurhash3js-revisited": "^3.0.0",

packages/ipfs-unixfs-importer/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
# [8.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@8.0.0) (2021-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* uses new multiformats stack and takes a blockservice instead of the block api
17+
18+
Co-authored-by: Rod Vagg <[email protected]>
19+
Co-authored-by: achingbrain <[email protected]>
20+
21+
22+
23+
24+
625
## [7.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@7.0.3) (2021-04-20)
726

827
**Note:** Version bump only for package ipfs-unixfs-importer

packages/ipfs-unixfs-importer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-importer",
3-
"version": "7.0.3",
3+
"version": "8.0.0",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -51,7 +51,7 @@
5151
"err-code": "^3.0.1",
5252
"hamt-sharding": "^2.0.0",
5353
"interface-blockstore": "^1.0.0",
54-
"ipfs-unixfs": "^4.0.3",
54+
"ipfs-unixfs": "^5.0.0",
5555
"it-all": "^1.0.5",
5656
"it-batch": "^1.0.8",
5757
"it-first": "^1.0.6",

packages/ipfs-unixfs/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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/[email protected]@5.0.0) (2021-07-09)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* uses new multiformats stack and takes a blockservice instead of the block api
17+
18+
Co-authored-by: Rod Vagg <[email protected]>
19+
Co-authored-by: achingbrain <[email protected]>
20+
21+
22+
23+
24+
625
## [4.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@4.0.3) (2021-04-20)
726

827

packages/ipfs-unixfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)