Skip to content

Commit 27d57df

Browse files
committed
chore: publish
- ipfs-unixfs-exporter@5.0.2 - ipfs-unixfs-importer@7.0.2 - ipfs-unixfs@4.0.2
1 parent 167e14f commit 27d57df

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@5.0.1...ipfs-unixfs-exporter@5.0.2) (2021-04-16)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-exporter
9+
10+
11+
12+
13+
614
## [5.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@5.0.0...ipfs-unixfs-exporter@5.0.1) (2021-03-19)
715

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

packages/ipfs-unixfs-exporter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-exporter",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
66
"main": "src/index.js",
@@ -42,7 +42,7 @@
4242
"detect-node": "^2.0.4",
4343
"events": "^3.3.0",
4444
"ipfs-core-types": "^0.3.1",
45-
"ipfs-unixfs-importer": "^7.0.1",
45+
"ipfs-unixfs-importer": "^7.0.2",
4646
"ipld": "^0.29.0",
4747
"ipld-block": "^0.11.1",
4848
"ipld-dag-pb": "^0.22.2",
@@ -64,7 +64,7 @@
6464
"cids": "^1.1.5",
6565
"err-code": "^3.0.1",
6666
"hamt-sharding": "^2.0.0",
67-
"ipfs-unixfs": "^4.0.1",
67+
"ipfs-unixfs": "^4.0.2",
6868
"it-last": "^1.0.5",
6969
"multihashing-async": "^2.1.0"
7070
},

packages/ipfs-unixfs-importer/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@7.0.1...ipfs-unixfs-importer@7.0.2) (2021-04-16)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-importer
9+
10+
11+
12+
13+
614
## [7.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@7.0.0...ipfs-unixfs-importer@7.0.1) (2021-03-19)
715

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

packages/ipfs-unixfs-importer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-importer",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
66
"main": "src/index.js",
@@ -54,7 +54,7 @@
5454
"cids": "^1.1.5",
5555
"err-code": "^3.0.1",
5656
"hamt-sharding": "^2.0.0",
57-
"ipfs-unixfs": "^4.0.1",
57+
"ipfs-unixfs": "^4.0.2",
5858
"ipld-dag-pb": "^0.22.2",
5959
"it-all": "^1.0.5",
6060
"it-batch": "^1.0.8",

packages/ipfs-unixfs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@4.0.1...ipfs-unixfs@4.0.2) (2021-04-16)
7+
8+
**Note:** Version bump only for package ipfs-unixfs
9+
10+
11+
12+
13+
614
## [4.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@4.0.0...ipfs-unixfs@4.0.1) (2021-03-19)
715

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

packages/ipfs-unixfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
55
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)