From e57ba169ab16ce4f36fd1f553e6d4d08f82e6a35 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 18 Feb 2021 14:17:11 +0000 Subject: [PATCH] chore: publish - ipfs-unixfs-exporter@4.0.0 - ipfs-unixfs-importer@6.0.0 - ipfs-unixfs@3.0.0 --- packages/ipfs-unixfs-exporter/CHANGELOG.md | 16 ++++++++++++++++ packages/ipfs-unixfs-exporter/package.json | 6 +++--- packages/ipfs-unixfs-importer/CHANGELOG.md | 16 ++++++++++++++++ packages/ipfs-unixfs-importer/package.json | 4 ++-- packages/ipfs-unixfs/CHANGELOG.md | 16 ++++++++++++++++ packages/ipfs-unixfs/package.json | 2 +- 6 files changed, 54 insertions(+), 6 deletions(-) diff --git a/packages/ipfs-unixfs-exporter/CHANGELOG.md b/packages/ipfs-unixfs-exporter/CHANGELOG.md index 0bd0ef49..98eb2759 100644 --- a/packages/ipfs-unixfs-exporter/CHANGELOG.md +++ b/packages/ipfs-unixfs-exporter/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.7...ipfs-unixfs-exporter@4.0.0) (2021-02-18) + + +### Features + +* add types ([#114](https://github.com/ipfs/js-ipfs-unixfs/issues/114)) ([ca26353](https://github.com/ipfs/js-ipfs-unixfs/commit/ca26353081ae192718532d3dbd60779863fe6d53)) + + +### BREAKING CHANGES + +* types are now included with all unixfs modules + + + + + ## [3.0.7](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.6...ipfs-unixfs-exporter@3.0.7) (2020-11-20) **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 81c4312f..586dff8b 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.7", + "version": "4.0.0", "description": "JavaScript implementation of the UnixFs exporter used by IPFS", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -37,10 +37,10 @@ "abort-controller": "^3.0.0", "aegir": "^30.3.0", "detect-node": "^2.0.4", + "ipfs-unixfs-importer": "^6.0.0", "ipld": "^0.28.0", "ipld-dag-pb": "^0.21.0", "ipld-in-memory": "^7.0.0", - "ipfs-unixfs-importer": "^5.0.0", "it-all": "^1.0.1", "it-buffer-stream": "^2.0.0", "it-first": "^1.0.1", @@ -55,7 +55,7 @@ "cids": "^1.1.5", "err-code": "^3.0.0", "hamt-sharding": "^2.0.0", - "ipfs-unixfs": "^2.0.4", + "ipfs-unixfs": "^3.0.0", "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 cb7abf4d..b52b50d7 100644 --- a/packages/ipfs-unixfs-importer/CHANGELOG.md +++ b/packages/ipfs-unixfs-importer/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@5.0.0...ipfs-unixfs-importer@6.0.0) (2021-02-18) + + +### Features + +* add types ([#114](https://github.com/ipfs/js-ipfs-unixfs/issues/114)) ([ca26353](https://github.com/ipfs/js-ipfs-unixfs/commit/ca26353081ae192718532d3dbd60779863fe6d53)) + + +### BREAKING CHANGES + +* types are now included with all unixfs modules + + + + + # [5.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@4.0.0...ipfs-unixfs-importer@5.0.0) (2020-11-20) diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index d9cd0553..ded338fb 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs-importer", - "version": "5.0.0", + "version": "6.0.0", "description": "JavaScript implementation of the UnixFs importer used by IPFS", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -45,7 +45,7 @@ "cids": "^1.1.5", "err-code": "^3.0.0", "hamt-sharding": "^2.0.0", - "ipfs-unixfs": "^2.0.4", + "ipfs-unixfs": "^3.0.0", "ipld-dag-pb": "^0.21.0", "it-all": "^1.0.1", "it-batch": "^1.0.3", diff --git a/packages/ipfs-unixfs/CHANGELOG.md b/packages/ipfs-unixfs/CHANGELOG.md index 10be19bf..668e90bd 100644 --- a/packages/ipfs-unixfs/CHANGELOG.md +++ b/packages/ipfs-unixfs/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@2.0.4...ipfs-unixfs@3.0.0) (2021-02-18) + + +### Features + +* add types ([#114](https://github.com/ipfs/js-ipfs-unixfs/issues/114)) ([ca26353](https://github.com/ipfs/js-ipfs-unixfs/commit/ca26353081ae192718532d3dbd60779863fe6d53)) + + +### BREAKING CHANGES + +* types are now included with all unixfs modules + + + + + ## [2.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@2.0.3...ipfs-unixfs@2.0.4) (2020-11-04) **Note:** Version bump only for package ipfs-unixfs diff --git a/packages/ipfs-unixfs/package.json b/packages/ipfs-unixfs/package.json index f5739ca1..4b2673c8 100644 --- a/packages/ipfs-unixfs/package.json +++ b/packages/ipfs-unixfs/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs", - "version": "2.0.4", + "version": "3.0.0", "description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)", "leadMaintainer": "Alex Potsides ", "main": "src/index.js",