Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - ipfs-unixfs-exporter@1.0.0
 - ipfs-unixfs-importer@1.0.0
 - ipfs-unixfs@1.0.0
  • Loading branch information
achingbrain committed Feb 21, 2020
1 parent 2a22e02 commit 9237250
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 16 deletions.
16 changes: 13 additions & 3 deletions packages/ipfs-unixfs-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2020-02-21)

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





<a name="0.41.1"></a>
## [0.41.1](https://github.com/ipfs/js-ipfs-unixfs-exporter/compare/v0.41.0...v0.41.1) (2020-02-04)

Expand Down Expand Up @@ -799,6 +812,3 @@

<a name="0.1.0"></a>
# 0.1.0 (2016-02-12)



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": "0.41.1",
"version": "1.0.0",
"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 @@ -42,7 +42,7 @@
"chai": "^4.2.0",
"detect-node": "^2.0.4",
"dirty-chai": "^2.0.1",
"ipfs-unixfs-importer": "^0.45.0",
"ipfs-unixfs-importer": "^1.0.0",
"ipld": "^0.25.0",
"ipld-dag-pb": "^0.18.0",
"ipld-in-memory": "^3.0.0",
Expand All @@ -54,7 +54,7 @@
"cids": "^0.7.3",
"err-code": "^2.0.0",
"hamt-sharding": "^1.0.0",
"ipfs-unixfs": "^0.3.0",
"ipfs-unixfs": "^1.0.0",
"it-last": "^1.0.1",
"multihashing-async": "^0.8.0"
}
Expand Down
16 changes: 13 additions & 3 deletions packages/ipfs-unixfs-importer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2020-02-21)

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





<a name="0.45.0"></a>
# [0.45.0](https://github.com/ipfs/js-ipfs-unixfs-importer/compare/v0.44.1...v0.45.0) (2020-02-04)

Expand Down Expand Up @@ -923,6 +936,3 @@ stuff instead of a `dag-raw` node.

<a name="0.1.0"></a>
# 0.1.0 (2016-02-12)



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": "0.45.0",
"version": "1.0.0",
"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 @@ -41,7 +41,7 @@
"deep-extend": "^0.6.0",
"detect-node": "^2.0.4",
"dirty-chai": "^2.0.1",
"ipfs-unixfs-exporter": "^0.41.1",
"ipfs-unixfs-exporter": "^1.0.0",
"ipld": "^0.25.0",
"ipld-in-memory": "^3.0.0",
"it-buffer-stream": "^1.0.0",
Expand All @@ -53,7 +53,7 @@
"bl": "^4.0.0",
"err-code": "^2.0.0",
"hamt-sharding": "^1.0.0",
"ipfs-unixfs": "^0.3.0",
"ipfs-unixfs": "^1.0.0",
"ipld-dag-pb": "^0.18.0",
"it-all": "^1.0.1",
"it-batch": "^1.0.3",
Expand Down
16 changes: 13 additions & 3 deletions packages/ipfs-unixfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2020-02-21)

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





# [0.3.0](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.2.0...v0.3.0) (2020-01-08)


Expand Down Expand Up @@ -122,6 +135,3 @@

<a name="0.1.0"></a>
# 0.1.0 (2016-02-10)



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": "0.3.0",
"version": "1.0.0",
"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 9237250

Please sign in to comment.