Skip to content

Commit 22e29bb

Browse files
committed
1 parent 2bf5d07 commit 22e29bb

File tree

6 files changed

+31
-7
lines changed

6 files changed

+31
-7
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+
## [3.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.3) (2020-08-25)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-exporter
9+
10+
11+
12+
13+
614
## [3.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.2) (2020-08-05)
715

816

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": "3.0.2",
3+
"version": "3.0.3",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -38,7 +38,7 @@
3838
"abort-controller": "^3.0.0",
3939
"aegir": "^26.0.0",
4040
"detect-node": "^2.0.4",
41-
"ipfs-unixfs-importer": "^3.0.2",
41+
"ipfs-unixfs-importer": "^3.0.3",
4242
"ipld": "^0.27.0",
4343
"ipld-dag-pb": "^0.20.0",
4444
"ipld-in-memory": "^6.0.0",
@@ -54,7 +54,7 @@
5454
"cids": "^1.0.0",
5555
"err-code": "^2.0.0",
5656
"hamt-sharding": "^1.0.0",
57-
"ipfs-unixfs": "^2.0.2",
57+
"ipfs-unixfs": "^2.0.3",
5858
"ipfs-utils": "^3.0.0",
5959
"it-last": "^1.0.1",
6060
"multihashing-async": "^2.0.0"

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+
## [3.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.3) (2020-08-25)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-importer
9+
10+
11+
12+
13+
614
## [3.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@3.0.2) (2020-08-05)
715

816

packages/ipfs-unixfs-importer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-importer",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -38,7 +38,7 @@
3838
"aegir": "^26.0.0",
3939
"cids": "^1.0.0",
4040
"detect-node": "^2.0.4",
41-
"ipfs-unixfs-exporter": "^3.0.2",
41+
"ipfs-unixfs-exporter": "^3.0.3",
4242
"ipld": "^0.27.0",
4343
"ipld-in-memory": "^6.0.0",
4444
"it-buffer-stream": "^1.0.2",
@@ -51,7 +51,7 @@
5151
"bl": "^4.0.0",
5252
"err-code": "^2.0.0",
5353
"hamt-sharding": "^1.0.0",
54-
"ipfs-unixfs": "^2.0.2",
54+
"ipfs-unixfs": "^2.0.3",
5555
"ipfs-utils": "^3.0.0",
5656
"ipld-dag-pb": "^0.20.0",
5757
"it-all": "^1.0.1",

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+
## [2.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@2.0.3) (2020-08-25)
7+
8+
**Note:** Version bump only for package ipfs-unixfs
9+
10+
11+
12+
13+
614
## [2.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@2.0.2) (2020-08-05)
715

816

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": "2.0.2",
3+
"version": "2.0.3",
44
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)