Skip to content

Commit f173850

Browse files
committed
1 parent 00b3f57 commit f173850

File tree

6 files changed

+39
-6
lines changed

6 files changed

+39
-6
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

+11
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+
## [7.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@7.0.1) (2021-08-19)
7+
8+
9+
### Bug Fixes
10+
11+
* types with ipjs build ([#165](https://github.com/ipfs/js-ipfs-unixfs/issues/165)) ([fea85b5](https://github.com/ipfs/js-ipfs-unixfs/commit/fea85b5e63f8c887bc4a2033baecd84b36cc53bf))
12+
13+
14+
15+
16+
617
# [7.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@7.0.0) (2021-08-19)
718

819

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": "7.0.0",
3+
"version": "7.0.1",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -45,7 +45,7 @@
4545
"copy": "^0.3.2",
4646
"crypto-browserify": "^3.12.0",
4747
"events": "^3.3.0",
48-
"ipfs-unixfs-importer": "^9.0.0",
48+
"ipfs-unixfs-importer": "^9.0.1",
4949
"it-all": "^1.0.5",
5050
"it-buffer-stream": "^2.0.0",
5151
"it-first": "^1.0.6",
@@ -64,7 +64,7 @@
6464
"err-code": "^3.0.1",
6565
"hamt-sharding": "^2.0.0",
6666
"interface-blockstore": "^1.0.0",
67-
"ipfs-unixfs": "^6.0.0",
67+
"ipfs-unixfs": "^6.0.1",
6868
"it-last": "^1.0.5",
6969
"multiformats": "^9.4.2",
7070
"murmurhash3js-revisited": "^3.0.0",

packages/ipfs-unixfs-importer/CHANGELOG.md

+11
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+
## [9.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@9.0.1) (2021-08-19)
7+
8+
9+
### Bug Fixes
10+
11+
* types with ipjs build ([#165](https://github.com/ipfs/js-ipfs-unixfs/issues/165)) ([fea85b5](https://github.com/ipfs/js-ipfs-unixfs/commit/fea85b5e63f8c887bc4a2033baecd84b36cc53bf))
12+
13+
14+
15+
16+
617
# [9.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@9.0.0) (2021-08-19)
718

819

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": "9.0.0",
3+
"version": "9.0.1",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -56,7 +56,7 @@
5656
"err-code": "^3.0.1",
5757
"hamt-sharding": "^2.0.0",
5858
"interface-blockstore": "^1.0.0",
59-
"ipfs-unixfs": "^6.0.0",
59+
"ipfs-unixfs": "^6.0.1",
6060
"it-all": "^1.0.5",
6161
"it-batch": "^1.0.8",
6262
"it-first": "^1.0.6",

packages/ipfs-unixfs/CHANGELOG.md

+11
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+
## [6.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.1) (2021-08-19)
7+
8+
9+
### Bug Fixes
10+
11+
* types with ipjs build ([#165](https://github.com/ipfs/js-ipfs-unixfs/issues/165)) ([fea85b5](https://github.com/ipfs/js-ipfs-unixfs/commit/fea85b5e63f8c887bc4a2033baecd84b36cc53bf))
12+
13+
14+
15+
16+
617
# [6.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.0) (2021-08-19)
718

819

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": "6.0.0",
3+
"version": "6.0.1",
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)