Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Apr 16, 2021
1 parent 167e14f commit 27d57df
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 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.

## [5.0.2](https:/ipfs/js-ipfs-unixfs/compare/[email protected]@5.0.2) (2021-04-16)

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





## [5.0.1](https:/ipfs/js-ipfs-unixfs/compare/[email protected]@5.0.1) (2021-03-19)

**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": "5.0.1",
"version": "5.0.2",
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"detect-node": "^2.0.4",
"events": "^3.3.0",
"ipfs-core-types": "^0.3.1",
"ipfs-unixfs-importer": "^7.0.1",
"ipfs-unixfs-importer": "^7.0.2",
"ipld": "^0.29.0",
"ipld-block": "^0.11.1",
"ipld-dag-pb": "^0.22.2",
Expand All @@ -64,7 +64,7 @@
"cids": "^1.1.5",
"err-code": "^3.0.1",
"hamt-sharding": "^2.0.0",
"ipfs-unixfs": "^4.0.1",
"ipfs-unixfs": "^4.0.2",
"it-last": "^1.0.5",
"multihashing-async": "^2.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-unixfs-importer/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.

## [7.0.2](https:/ipfs/js-ipfs-unixfs/compare/[email protected]@7.0.2) (2021-04-16)

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





## [7.0.1](https:/ipfs/js-ipfs-unixfs/compare/[email protected]@7.0.1) (2021-03-19)

**Note:** Version bump only for package ipfs-unixfs-importer
Expand Down
4 changes: 2 additions & 2 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": "7.0.1",
"version": "7.0.2",
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"cids": "^1.1.5",
"err-code": "^3.0.1",
"hamt-sharding": "^2.0.0",
"ipfs-unixfs": "^4.0.1",
"ipfs-unixfs": "^4.0.2",
"ipld-dag-pb": "^0.22.2",
"it-all": "^1.0.5",
"it-batch": "^1.0.8",
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.

## [4.0.2](https:/ipfs/js-ipfs-unixfs/compare/[email protected]@4.0.2) (2021-04-16)

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





## [4.0.1](https:/ipfs/js-ipfs-unixfs/compare/[email protected]@4.0.1) (2021-03-19)

**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": "4.0.1",
"version": "4.0.2",
"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 27d57df

Please sign in to comment.