Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 4, 2020
1 parent 071b43a commit 9e8f077
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/ipfs-unixfs-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https:/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.5) (2020-11-04)

**Note:** Version bump only for package ipfs-unixfs-exporter





## [3.0.4](https:/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.4) (2020-09-04)

**Note:** Version bump only for package ipfs-unixfs-exporter
Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-unixfs-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs-exporter",
"version": "3.0.4",
"version": "3.0.5",
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"abort-controller": "^3.0.0",
"aegir": "^28.1.0",
"detect-node": "^2.0.4",
"ipfs-unixfs-importer": "^3.0.4",
"ipfs-unixfs-importer": "^3.1.0",
"ipld": "^0.27.0",
"ipld-dag-pb": "^0.20.0",
"ipld-in-memory": "^6.0.0",
Expand All @@ -54,7 +54,7 @@
"cids": "^1.0.0",
"err-code": "^2.0.0",
"hamt-sharding": "^1.0.0",
"ipfs-unixfs": "^2.0.3",
"ipfs-unixfs": "^2.0.4",
"ipfs-utils": "^4.0.0",
"it-last": "^1.0.1",
"multihashing-async": "^2.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-unixfs-importer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https:/ipfs/js-ipfs-unixfs/compare/[email protected]@3.1.0) (2020-11-04)


### Features

* pass file name along with progress ([#87](https:/ipfs/js-ipfs-unixfs/issues/87)) ([42ec5f5](https:/ipfs/js-ipfs-unixfs/commit/42ec5f59e6045571ea460b3d9b993f0bb856579f)), closes [/github.com/ipfs/js-ipfs/blob/master/packages/ipfs-http-server/src/api/resources/files-regular.js#L254-L255](https:/ipfs/js-ipfs/blob/master/packages/ipfs-http-server/src/api/resources/files-regular.js/issues/L254-L255)





## [3.0.4](https:/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.4) (2020-09-04)

**Note:** Version bump only for package ipfs-unixfs-importer
Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-unixfs-importer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs-importer",
"version": "3.0.4",
"version": "3.1.0",
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"aegir": "^28.1.0",
"cids": "^1.0.0",
"detect-node": "^2.0.4",
"ipfs-unixfs-exporter": "^3.0.4",
"ipfs-unixfs-exporter": "^3.0.5",
"ipld": "^0.27.0",
"ipld-in-memory": "^6.0.0",
"it-buffer-stream": "^1.0.2",
Expand All @@ -51,7 +51,7 @@
"bl": "^4.0.0",
"err-code": "^2.0.0",
"hamt-sharding": "^1.0.0",
"ipfs-unixfs": "^2.0.3",
"ipfs-unixfs": "^2.0.4",
"ipfs-utils": "^4.0.0",
"ipld-dag-pb": "^0.20.0",
"it-all": "^1.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-unixfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https:/ipfs/js-ipfs-unixfs/compare/[email protected]@2.0.4) (2020-11-04)

**Note:** Version bump only for package ipfs-unixfs





## [2.0.3](https:/ipfs/js-ipfs-unixfs/compare/[email protected]@2.0.3) (2020-08-25)

**Note:** Version bump only for package ipfs-unixfs
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs",
"version": "2.0.3",
"version": "2.0.4",
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
Expand Down

0 comments on commit 9e8f077

Please sign in to comment.