Skip to content

Commit e57ba16

Browse files
committed
1 parent ca26353 commit e57ba16

File tree

6 files changed

+54
-6
lines changed

6 files changed

+54
-6
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

+16
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+
# [4.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@4.0.0) (2021-02-18)
7+
8+
9+
### Features
10+
11+
* add types ([#114](https://github.com/ipfs/js-ipfs-unixfs/issues/114)) ([ca26353](https://github.com/ipfs/js-ipfs-unixfs/commit/ca26353081ae192718532d3dbd60779863fe6d53))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* types are now included with all unixfs modules
17+
18+
19+
20+
21+
622
## [3.0.7](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.7) (2020-11-20)
723

824
**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": "3.0.7",
3+
"version": "4.0.0",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -37,10 +37,10 @@
3737
"abort-controller": "^3.0.0",
3838
"aegir": "^30.3.0",
3939
"detect-node": "^2.0.4",
40+
"ipfs-unixfs-importer": "^6.0.0",
4041
"ipld": "^0.28.0",
4142
"ipld-dag-pb": "^0.21.0",
4243
"ipld-in-memory": "^7.0.0",
43-
"ipfs-unixfs-importer": "^5.0.0",
4444
"it-all": "^1.0.1",
4545
"it-buffer-stream": "^2.0.0",
4646
"it-first": "^1.0.1",
@@ -55,7 +55,7 @@
5555
"cids": "^1.1.5",
5656
"err-code": "^3.0.0",
5757
"hamt-sharding": "^2.0.0",
58-
"ipfs-unixfs": "^2.0.4",
58+
"ipfs-unixfs": "^3.0.0",
5959
"it-last": "^1.0.1",
6060
"multihashing-async": "^2.0.0"
6161
},

packages/ipfs-unixfs-importer/CHANGELOG.md

+16
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+
# [6.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.0) (2021-02-18)
7+
8+
9+
### Features
10+
11+
* add types ([#114](https://github.com/ipfs/js-ipfs-unixfs/issues/114)) ([ca26353](https://github.com/ipfs/js-ipfs-unixfs/commit/ca26353081ae192718532d3dbd60779863fe6d53))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* types are now included with all unixfs modules
17+
18+
19+
20+
21+
622
# [5.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@5.0.0) (2020-11-20)
723

824

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": "5.0.0",
3+
"version": "6.0.0",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -45,7 +45,7 @@
4545
"cids": "^1.1.5",
4646
"err-code": "^3.0.0",
4747
"hamt-sharding": "^2.0.0",
48-
"ipfs-unixfs": "^2.0.4",
48+
"ipfs-unixfs": "^3.0.0",
4949
"ipld-dag-pb": "^0.21.0",
5050
"it-all": "^1.0.1",
5151
"it-batch": "^1.0.3",

packages/ipfs-unixfs/CHANGELOG.md

+16
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+
# [3.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.0) (2021-02-18)
7+
8+
9+
### Features
10+
11+
* add types ([#114](https://github.com/ipfs/js-ipfs-unixfs/issues/114)) ([ca26353](https://github.com/ipfs/js-ipfs-unixfs/commit/ca26353081ae192718532d3dbd60779863fe6d53))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* types are now included with all unixfs modules
17+
18+
19+
20+
21+
622
## [2.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@2.0.4) (2020-11-04)
723

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

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": "2.0.4",
3+
"version": "3.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)