Skip to content

Commit 2ea467f

Browse files
committed
1 parent 063691d commit 2ea467f

File tree

6 files changed

+60
-6
lines changed

6 files changed

+60
-6
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@7.0.0) (2021-08-19)
7+
8+
9+
### chore
10+
11+
* switch to ESM ([#161](https://github.com/ipfs/js-ipfs-unixfs/issues/161)) ([819267f](https://github.com/ipfs/js-ipfs-unixfs/commit/819267f64fe9d4afc89ef729d54d4d15c2e11820)), closes [skypackjs/skypack-cdn#171](https://github.com/skypackjs/skypack-cdn/issues/171)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* ./src/dir-sharded is not in the exports map so cannot be imported
17+
18+
Co-authored-by: Alex Potsides <[email protected]>
19+
20+
21+
22+
23+
624
## [6.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.2) (2021-08-03)
725

826

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": "6.0.2",
3+
"version": "7.0.0",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -44,7 +44,7 @@
4444
"copy": "^0.3.2",
4545
"crypto-browserify": "^3.12.0",
4646
"events": "^3.3.0",
47-
"ipfs-unixfs-importer": "^8.0.2",
47+
"ipfs-unixfs-importer": "^9.0.0",
4848
"it-all": "^1.0.5",
4949
"it-buffer-stream": "^2.0.0",
5050
"it-first": "^1.0.6",
@@ -63,7 +63,7 @@
6363
"err-code": "^3.0.1",
6464
"hamt-sharding": "^2.0.0",
6565
"interface-blockstore": "^1.0.0",
66-
"ipfs-unixfs": "^5.0.0",
66+
"ipfs-unixfs": "^6.0.0",
6767
"it-last": "^1.0.5",
6868
"multiformats": "^9.4.2",
6969
"murmurhash3js-revisited": "^3.0.0",

packages/ipfs-unixfs-importer/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [9.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@9.0.0) (2021-08-19)
7+
8+
9+
### chore
10+
11+
* switch to ESM ([#161](https://github.com/ipfs/js-ipfs-unixfs/issues/161)) ([819267f](https://github.com/ipfs/js-ipfs-unixfs/commit/819267f64fe9d4afc89ef729d54d4d15c2e11820)), closes [skypackjs/skypack-cdn#171](https://github.com/skypackjs/skypack-cdn/issues/171)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* ./src/dir-sharded is not in the exports map so cannot be imported
17+
18+
Co-authored-by: Alex Potsides <[email protected]>
19+
20+
21+
22+
23+
624
## [8.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@8.0.2) (2021-08-03)
725

826

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": "8.0.2",
3+
"version": "9.0.0",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -55,7 +55,7 @@
5555
"err-code": "^3.0.1",
5656
"hamt-sharding": "^2.0.0",
5757
"interface-blockstore": "^1.0.0",
58-
"ipfs-unixfs": "^5.0.0",
58+
"ipfs-unixfs": "^6.0.0",
5959
"it-all": "^1.0.5",
6060
"it-batch": "^1.0.8",
6161
"it-first": "^1.0.6",

packages/ipfs-unixfs/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [6.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.0) (2021-08-19)
7+
8+
9+
### chore
10+
11+
* switch to ESM ([#161](https://github.com/ipfs/js-ipfs-unixfs/issues/161)) ([819267f](https://github.com/ipfs/js-ipfs-unixfs/commit/819267f64fe9d4afc89ef729d54d4d15c2e11820)), closes [skypackjs/skypack-cdn#171](https://github.com/skypackjs/skypack-cdn/issues/171)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* ./src/dir-sharded is not in the exports map so cannot be imported
17+
18+
Co-authored-by: Alex Potsides <[email protected]>
19+
20+
21+
22+
23+
624
# [5.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@5.0.0) (2021-07-09)
725

826

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": "5.0.0",
3+
"version": "6.0.0",
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)