Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - ipfs-unixfs-exporter@2.0.1
 - ipfs-unixfs-importer@2.0.1
 - ipfs-unixfs@1.0.2
  • Loading branch information
achingbrain committed Apr 24, 2020
1 parent cf9480b commit 49c8c54
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 8 deletions.
11 changes: 11 additions & 0 deletions packages/ipfs-unixfs-exporter/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.

## [2.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@2.0.0...ipfs-unixfs-exporter@2.0.1) (2020-04-24)


### Bug Fixes

* remove node globals ([#52](https://github.com/ipfs/js-ipfs-unixfs/issues/52)) ([5414412](https://github.com/ipfs/js-ipfs-unixfs/commit/5414412b6b228d7922a10210825c9b85b0362af6))





# [2.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@1.1.0...ipfs-unixfs-exporter@2.0.0) (2020-04-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs-exporter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.0.0",
"version": "2.0.1",
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"chai-as-promised": "^7.1.1",
"detect-node": "^2.0.4",
"dirty-chai": "^2.0.1",
"ipfs-unixfs-importer": "^2.0.0",
"ipfs-unixfs-importer": "^2.0.1",
"ipld": "^0.26.1",
"ipld-dag-pb": "^0.18.5",
"ipld-in-memory": "^4.0.0",
Expand All @@ -57,7 +57,7 @@
"cids": "^0.8.0",
"err-code": "^2.0.0",
"hamt-sharding": "^1.0.0",
"ipfs-unixfs": "^1.0.1",
"ipfs-unixfs": "^1.0.2",
"it-last": "^1.0.1",
"multihashing-async": "^0.8.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.

## [2.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@2.0.0...ipfs-unixfs-importer@2.0.1) (2020-04-24)


### Bug Fixes

* remove node globals ([#52](https://github.com/ipfs/js-ipfs-unixfs/issues/52)) ([5414412](https://github.com/ipfs/js-ipfs-unixfs/commit/5414412b6b228d7922a10210825c9b85b0362af6))





# [2.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@1.0.4...ipfs-unixfs-importer@2.0.0) (2020-04-23)


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": "2.0.0",
"version": "2.0.1",
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"cids": "^0.8.0",
"detect-node": "^2.0.4",
"dirty-chai": "^2.0.1",
"ipfs-unixfs-exporter": "^2.0.0",
"ipfs-unixfs-exporter": "^2.0.1",
"ipld": "^0.26.1",
"ipld-in-memory": "^4.0.0",
"it-buffer-stream": "^1.0.2",
Expand All @@ -55,7 +55,7 @@
"buffer": "^5.6.0",
"err-code": "^2.0.0",
"hamt-sharding": "^1.0.0",
"ipfs-unixfs": "^1.0.1",
"ipfs-unixfs": "^1.0.2",
"ipld-dag-pb": "^0.18.5",
"it-all": "^1.0.1",
"it-batch": "^1.0.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-unixfs/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.

## [1.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@1.0.1...ipfs-unixfs@1.0.2) (2020-04-24)


### Bug Fixes

* remove node globals ([#52](https://github.com/ipfs/js-ipfs-unixfs/issues/52)) ([5414412](https://github.com/ipfs/js-ipfs-unixfs/commit/5414412b6b228d7922a10210825c9b85b0362af6))





## [1.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@1.0.0...ipfs-unixfs@1.0.1) (2020-03-30)

**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": "1.0.1",
"version": "1.0.2",
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
Expand Down

0 comments on commit 49c8c54

Please sign in to comment.