From 0f9092e49deb6cbad08b38651be17da93486c00a Mon Sep 17 00:00:00 2001 From: achingbrain Date: Fri, 27 Aug 2021 12:27:43 +0100 Subject: [PATCH] chore: publish - ipfs-unixfs-exporter@7.0.5 - ipfs-unixfs-importer@9.0.5 - ipfs-unixfs@6.0.5 --- packages/ipfs-unixfs-exporter/CHANGELOG.md | 11 +++++++++++ packages/ipfs-unixfs-exporter/package.json | 6 +++--- packages/ipfs-unixfs-importer/CHANGELOG.md | 12 ++++++++++++ packages/ipfs-unixfs-importer/package.json | 4 ++-- packages/ipfs-unixfs/CHANGELOG.md | 11 +++++++++++ packages/ipfs-unixfs/package.json | 2 +- 6 files changed, 40 insertions(+), 6 deletions(-) diff --git a/packages/ipfs-unixfs-exporter/CHANGELOG.md b/packages/ipfs-unixfs-exporter/CHANGELOG.md index c8458e30..096dfd89 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.5](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@7.0.4...ipfs-unixfs-exporter@7.0.5) (2021-08-27) + + +### Bug Fixes + +* declare types in .ts files ([#168](https://github.com/ipfs/js-ipfs-unixfs/issues/168)) ([76ec6e5](https://github.com/ipfs/js-ipfs-unixfs/commit/76ec6e501bcf0b439a2166b80b50e9db0957d377)) + + + + + ## [7.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@7.0.3...ipfs-unixfs-exporter@7.0.4) (2021-08-25) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index 89c80e79..81289b37 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.4", + "version": "7.0.5", "description": "JavaScript implementation of the UnixFs exporter used by IPFS", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -46,7 +46,7 @@ "copy": "^0.3.2", "crypto-browserify": "^3.12.0", "events": "^3.3.0", - "ipfs-unixfs-importer": "^9.0.4", + "ipfs-unixfs-importer": "^9.0.5", "it-all": "^1.0.5", "it-buffer-stream": "^2.0.0", "it-first": "^1.0.6", @@ -65,7 +65,7 @@ "err-code": "^3.0.1", "hamt-sharding": "^2.0.0", "interface-blockstore": "^1.0.0", - "ipfs-unixfs": "^6.0.4", + "ipfs-unixfs": "^6.0.5", "it-last": "^1.0.5", "multiformats": "^9.4.2", "uint8arrays": "^3.0.0" diff --git a/packages/ipfs-unixfs-importer/CHANGELOG.md b/packages/ipfs-unixfs-importer/CHANGELOG.md index 96bd5fbe..cd5475ea 100644 --- a/packages/ipfs-unixfs-importer/CHANGELOG.md +++ b/packages/ipfs-unixfs-importer/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.5](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@9.0.4...ipfs-unixfs-importer@9.0.5) (2021-08-27) + + +### Bug Fixes + +* declare types in .ts files ([#168](https://github.com/ipfs/js-ipfs-unixfs/issues/168)) ([76ec6e5](https://github.com/ipfs/js-ipfs-unixfs/commit/76ec6e501bcf0b439a2166b80b50e9db0957d377)) +* remove dynamic imports ([#169](https://github.com/ipfs/js-ipfs-unixfs/issues/169)) ([4842293](https://github.com/ipfs/js-ipfs-unixfs/commit/4842293678bc66d4d97adf88da36435d70403088)) + + + + + ## [9.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@9.0.3...ipfs-unixfs-importer@9.0.4) (2021-08-25) diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index a512c687..f418a9f4 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.4", + "version": "9.0.5", "description": "JavaScript implementation of the UnixFs importer used by IPFS", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -58,7 +58,7 @@ "err-code": "^3.0.1", "hamt-sharding": "^2.0.0", "interface-blockstore": "^1.0.0", - "ipfs-unixfs": "^6.0.4", + "ipfs-unixfs": "^6.0.5", "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 d67dcf80..befaa289 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.5](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@6.0.4...ipfs-unixfs@6.0.5) (2021-08-27) + + +### Bug Fixes + +* declare types in .ts files ([#168](https://github.com/ipfs/js-ipfs-unixfs/issues/168)) ([76ec6e5](https://github.com/ipfs/js-ipfs-unixfs/commit/76ec6e501bcf0b439a2166b80b50e9db0957d377)) + + + + + ## [6.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@6.0.3...ipfs-unixfs@6.0.4) (2021-08-25) diff --git a/packages/ipfs-unixfs/package.json b/packages/ipfs-unixfs/package.json index c598a08d..9ab8edef 100644 --- a/packages/ipfs-unixfs/package.json +++ b/packages/ipfs-unixfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs", - "version": "6.0.4", + "version": "6.0.5", "description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)", "leadMaintainer": "Alex Potsides ", "main": "src/index.js",