Skip to content

Commit db2c878

Browse files
committed
1 parent 85817c2 commit db2c878

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+
## [1.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@1.0.3) (2020-03-30)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-exporter
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@1.0.2) (2020-03-09)
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": "1.0.2",
3+
"version": "1.0.3",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -42,7 +42,7 @@
4242
"chai": "^4.2.0",
4343
"detect-node": "^2.0.4",
4444
"dirty-chai": "^2.0.1",
45-
"ipfs-unixfs-importer": "^1.0.2",
45+
"ipfs-unixfs-importer": "^1.0.3",
4646
"ipld": "^0.25.0",
4747
"ipld-dag-pb": "^0.18.0",
4848
"ipld-in-memory": "^3.0.0",
@@ -54,7 +54,7 @@
5454
"cids": "^0.8.0",
5555
"err-code": "^2.0.0",
5656
"hamt-sharding": "^1.0.0",
57-
"ipfs-unixfs": "^1.0.0",
57+
"ipfs-unixfs": "^1.0.1",
5858
"it-last": "^1.0.1",
5959
"multihashing-async": "^0.8.0"
6060
}

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+
## [1.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@1.0.3) (2020-03-30)
7+
8+
**Note:** Version bump only for package ipfs-unixfs-importer
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@1.0.2) (2020-03-09)
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": "1.0.2",
3+
"version": "1.0.3",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -41,7 +41,7 @@
4141
"deep-extend": "^0.6.0",
4242
"detect-node": "^2.0.4",
4343
"dirty-chai": "^2.0.1",
44-
"ipfs-unixfs-exporter": "^1.0.2",
44+
"ipfs-unixfs-exporter": "^1.0.3",
4545
"ipld": "^0.25.0",
4646
"ipld-in-memory": "^3.0.0",
4747
"it-buffer-stream": "^1.0.0",
@@ -53,7 +53,7 @@
5353
"bl": "^4.0.0",
5454
"err-code": "^2.0.0",
5555
"hamt-sharding": "^1.0.0",
56-
"ipfs-unixfs": "^1.0.0",
56+
"ipfs-unixfs": "^1.0.1",
5757
"ipld-dag-pb": "^0.18.0",
5858
"it-all": "^1.0.1",
5959
"it-batch": "^1.0.3",

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+
## [1.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@1.0.1) (2020-03-30)
7+
8+
**Note:** Version bump only for package ipfs-unixfs
9+
10+
11+
12+
13+
614
# 1.0.0 (2020-02-21)
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": "1.0.0",
3+
"version": "1.0.1",
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)