Skip to content

Commit 0b11fa2

Browse files
committed
1 parent 0829686 commit 0b11fa2

File tree

7 files changed

+41
-8
lines changed

7 files changed

+41
-8
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [2.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@2.0.2) (2020-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* ignore high mode bits passed to constructor ([65a040d](https://github.com/ipfs/js-ipfs-unixfs/commit/65a040dadd68ca5cb6697c8fd15922f505833a19))
12+
13+
14+
15+
16+
617
## [2.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@2.0.1) (2020-04-24)
718

819

packages/ipfs-unixfs-exporter/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ipfs-unixfs-exporter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-exporter",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
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
"chai-as-promised": "^7.1.1",
4242
"detect-node": "^2.0.4",
4343
"dirty-chai": "^2.0.1",
44-
"ipfs-unixfs-importer": "^2.0.1",
44+
"ipfs-unixfs-importer": "^2.0.2",
4545
"ipld": "^0.26.1",
4646
"ipld-dag-pb": "^0.18.5",
4747
"ipld-in-memory": "^4.0.0",
@@ -57,7 +57,7 @@
5757
"cids": "^0.8.0",
5858
"err-code": "^2.0.0",
5959
"hamt-sharding": "^1.0.0",
60-
"ipfs-unixfs": "^1.0.2",
60+
"ipfs-unixfs": "^1.0.3",
6161
"it-last": "^1.0.1",
6262
"multihashing-async": "^0.8.0"
6363
}

packages/ipfs-unixfs-importer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [2.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@2.0.2) (2020-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* ignore high mode bits passed to constructor ([65a040d](https://github.com/ipfs/js-ipfs-unixfs/commit/65a040dadd68ca5cb6697c8fd15922f505833a19))
12+
13+
14+
15+
16+
617
## [2.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@2.0.1) (2020-04-24)
718

819

packages/ipfs-unixfs-importer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-importer",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -40,7 +40,7 @@
4040
"cids": "^0.8.0",
4141
"detect-node": "^2.0.4",
4242
"dirty-chai": "^2.0.1",
43-
"ipfs-unixfs-exporter": "^2.0.1",
43+
"ipfs-unixfs-exporter": "^2.0.2",
4444
"ipld": "^0.26.1",
4545
"ipld-in-memory": "^4.0.0",
4646
"it-buffer-stream": "^1.0.2",
@@ -55,7 +55,7 @@
5555
"buffer": "^5.6.0",
5656
"err-code": "^2.0.0",
5757
"hamt-sharding": "^1.0.0",
58-
"ipfs-unixfs": "^1.0.2",
58+
"ipfs-unixfs": "^1.0.3",
5959
"ipld-dag-pb": "^0.18.5",
6060
"it-all": "^1.0.1",
6161
"it-batch": "^1.0.3",

packages/ipfs-unixfs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [1.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@1.0.3) (2020-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* ignore high mode bits passed to constructor ([65a040d](https://github.com/ipfs/js-ipfs-unixfs/commit/65a040dadd68ca5cb6697c8fd15922f505833a19))
12+
13+
14+
15+
16+
617
## [1.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@1.0.2) (2020-04-24)
718

819

packages/ipfs-unixfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
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)