From dabbb4851166360f60e128968ae15b5a73eeea46 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Wed, 5 Aug 2020 17:29:04 +0100 Subject: [PATCH] chore: publish - ipfs-unixfs-exporter@3.0.2 - ipfs-unixfs-importer@3.0.2 - ipfs-unixfs@2.0.2 --- packages/ipfs-unixfs-exporter/CHANGELOG.md | 11 +++++++++++ packages/ipfs-unixfs-exporter/package.json | 6 +++--- packages/ipfs-unixfs-importer/CHANGELOG.md | 11 +++++++++++ packages/ipfs-unixfs-importer/package.json | 6 +++--- packages/ipfs-unixfs/CHANGELOG.md | 11 +++++++++++ packages/ipfs-unixfs/package.json | 2 +- 6 files changed, 40 insertions(+), 7 deletions(-) diff --git a/packages/ipfs-unixfs-exporter/CHANGELOG.md b/packages/ipfs-unixfs-exporter/CHANGELOG.md index 19fe11c4..291ca2cd 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. +## [3.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.1...ipfs-unixfs-exporter@3.0.2) (2020-08-05) + + +### Bug Fixes + +* replace node buffers with uint8arrays ([#69](https://github.com/ipfs/js-ipfs-unixfs/issues/69)) ([8a5aed2](https://github.com/ipfs/js-ipfs-unixfs/commit/8a5aed2ca76de16778ff37822c058531d4fcdcb5)), closes [#66](https://github.com/ipfs/js-ipfs-unixfs/issues/66) + + + + + ## [3.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.0...ipfs-unixfs-exporter@3.0.1) (2020-07-28) **Note:** Version bump only for package ipfs-unixfs-exporter diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index 17812af1..03435429 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs-exporter", - "version": "3.0.1", + "version": "3.0.2", "description": "JavaScript implementation of the UnixFs exporter used by IPFS", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -38,7 +38,7 @@ "abort-controller": "^3.0.0", "aegir": "^25.0.0", "detect-node": "^2.0.4", - "ipfs-unixfs-importer": "^3.0.1", + "ipfs-unixfs-importer": "^3.0.2", "ipld": "^0.27.0", "ipld-dag-pb": "^0.20.0", "ipld-in-memory": "^6.0.0", @@ -54,7 +54,7 @@ "cids": "^1.0.0", "err-code": "^2.0.0", "hamt-sharding": "^1.0.0", - "ipfs-unixfs": "^2.0.1", + "ipfs-unixfs": "^2.0.2", "ipfs-utils": "^2.3.1", "it-last": "^1.0.1", "multihashing-async": "^2.0.0" diff --git a/packages/ipfs-unixfs-importer/CHANGELOG.md b/packages/ipfs-unixfs-importer/CHANGELOG.md index 601f7b55..1d4774db 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. +## [3.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@3.0.1...ipfs-unixfs-importer@3.0.2) (2020-08-05) + + +### Bug Fixes + +* replace node buffers with uint8arrays ([#69](https://github.com/ipfs/js-ipfs-unixfs/issues/69)) ([8a5aed2](https://github.com/ipfs/js-ipfs-unixfs/commit/8a5aed2ca76de16778ff37822c058531d4fcdcb5)), closes [#66](https://github.com/ipfs/js-ipfs-unixfs/issues/66) + + + + + ## [3.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@3.0.0...ipfs-unixfs-importer@3.0.1) (2020-07-28) **Note:** Version bump only for package ipfs-unixfs-importer diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index 126cad6d..43930570 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs-importer", - "version": "3.0.1", + "version": "3.0.2", "description": "JavaScript implementation of the UnixFs importer used by IPFS", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -38,7 +38,7 @@ "aegir": "^25.0.0", "cids": "^1.0.0", "detect-node": "^2.0.4", - "ipfs-unixfs-exporter": "^3.0.1", + "ipfs-unixfs-exporter": "^3.0.2", "ipld": "^0.27.0", "ipld-in-memory": "^6.0.0", "it-buffer-stream": "^1.0.2", @@ -52,7 +52,7 @@ "bl": "^4.0.0", "err-code": "^2.0.0", "hamt-sharding": "^1.0.0", - "ipfs-unixfs": "^2.0.1", + "ipfs-unixfs": "^2.0.2", "ipfs-utils": "^2.3.1", "ipld-dag-pb": "^0.20.0", "it-all": "^1.0.1", diff --git a/packages/ipfs-unixfs/CHANGELOG.md b/packages/ipfs-unixfs/CHANGELOG.md index d18e8466..affa6d50 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. +## [2.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@2.0.1...ipfs-unixfs@2.0.2) (2020-08-05) + + +### Bug Fixes + +* replace node buffers with uint8arrays ([#69](https://github.com/ipfs/js-ipfs-unixfs/issues/69)) ([8a5aed2](https://github.com/ipfs/js-ipfs-unixfs/commit/8a5aed2ca76de16778ff37822c058531d4fcdcb5)), closes [#66](https://github.com/ipfs/js-ipfs-unixfs/issues/66) + + + + + ## [2.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@2.0.0...ipfs-unixfs@2.0.1) (2020-07-28) **Note:** Version bump only for package ipfs-unixfs diff --git a/packages/ipfs-unixfs/package.json b/packages/ipfs-unixfs/package.json index a3e236c2..ad8b404a 100644 --- a/packages/ipfs-unixfs/package.json +++ b/packages/ipfs-unixfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs", - "version": "2.0.1", + "version": "2.0.2", "description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)", "leadMaintainer": "Alex Potsides ", "main": "src/index.js",