diff --git a/packages/ipfs-unixfs-exporter/CHANGELOG.md b/packages/ipfs-unixfs-exporter/CHANGELOG.md index b0746e93..24587e2c 100644 --- a/packages/ipfs-unixfs-exporter/CHANGELOG.md +++ b/packages/ipfs-unixfs-exporter/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@7.0.0...ipfs-unixfs-exporter@7.0.1) (2021-08-19) + + +### Bug Fixes + +* types with ipjs build ([#165](https://github.com/ipfs/js-ipfs-unixfs/issues/165)) ([fea85b5](https://github.com/ipfs/js-ipfs-unixfs/commit/fea85b5e63f8c887bc4a2033baecd84b36cc53bf)) + + + + + # [7.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@6.0.2...ipfs-unixfs-exporter@7.0.0) (2021-08-19) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index 10b26a7f..4ae7c5ba 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs-exporter", - "version": "7.0.0", + "version": "7.0.1", "description": "JavaScript implementation of the UnixFs exporter used by IPFS", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -45,7 +45,7 @@ "copy": "^0.3.2", "crypto-browserify": "^3.12.0", "events": "^3.3.0", - "ipfs-unixfs-importer": "^9.0.0", + "ipfs-unixfs-importer": "^9.0.1", "it-all": "^1.0.5", "it-buffer-stream": "^2.0.0", "it-first": "^1.0.6", @@ -64,7 +64,7 @@ "err-code": "^3.0.1", "hamt-sharding": "^2.0.0", "interface-blockstore": "^1.0.0", - "ipfs-unixfs": "^6.0.0", + "ipfs-unixfs": "^6.0.1", "it-last": "^1.0.5", "multiformats": "^9.4.2", "murmurhash3js-revisited": "^3.0.0", diff --git a/packages/ipfs-unixfs-importer/CHANGELOG.md b/packages/ipfs-unixfs-importer/CHANGELOG.md index 603690d3..00e64ef7 100644 --- a/packages/ipfs-unixfs-importer/CHANGELOG.md +++ b/packages/ipfs-unixfs-importer/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@9.0.0...ipfs-unixfs-importer@9.0.1) (2021-08-19) + + +### Bug Fixes + +* types with ipjs build ([#165](https://github.com/ipfs/js-ipfs-unixfs/issues/165)) ([fea85b5](https://github.com/ipfs/js-ipfs-unixfs/commit/fea85b5e63f8c887bc4a2033baecd84b36cc53bf)) + + + + + # [9.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@8.0.2...ipfs-unixfs-importer@9.0.0) (2021-08-19) diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index aef546d8..90ca407d 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs-importer", - "version": "9.0.0", + "version": "9.0.1", "description": "JavaScript implementation of the UnixFs importer used by IPFS", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -56,7 +56,7 @@ "err-code": "^3.0.1", "hamt-sharding": "^2.0.0", "interface-blockstore": "^1.0.0", - "ipfs-unixfs": "^6.0.0", + "ipfs-unixfs": "^6.0.1", "it-all": "^1.0.5", "it-batch": "^1.0.8", "it-first": "^1.0.6", diff --git a/packages/ipfs-unixfs/CHANGELOG.md b/packages/ipfs-unixfs/CHANGELOG.md index 4b36ed83..89979a4e 100644 --- a/packages/ipfs-unixfs/CHANGELOG.md +++ b/packages/ipfs-unixfs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@6.0.0...ipfs-unixfs@6.0.1) (2021-08-19) + + +### Bug Fixes + +* types with ipjs build ([#165](https://github.com/ipfs/js-ipfs-unixfs/issues/165)) ([fea85b5](https://github.com/ipfs/js-ipfs-unixfs/commit/fea85b5e63f8c887bc4a2033baecd84b36cc53bf)) + + + + + # [6.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@5.0.0...ipfs-unixfs@6.0.0) (2021-08-19) diff --git a/packages/ipfs-unixfs/package.json b/packages/ipfs-unixfs/package.json index 94a80ae6..3a74d2ed 100644 --- a/packages/ipfs-unixfs/package.json +++ b/packages/ipfs-unixfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs", - "version": "6.0.0", + "version": "6.0.1", "description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)", "leadMaintainer": "Alex Potsides ", "main": "src/index.js",