-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [4.0.0](v3.0.0...v4.0.0) (2023-06-12) CID `bafybeifu32oukwmh5674fbjyvn7nkobfxyrnr4hq5gl46yv7jkvai2ze7q` --- ### ⚠ BREAKING CHANGES * This change updates the version of ipld-explorer-components we're using. The new ipld-explorer-components does not depend on old js-ipfs nor ipld dependencies. * fix: transient dependency warning * test: fix peer-locations.test.js * test: fix src/bundles/peer-bandwidth.test.js * test: fix test/e2e/explore.test.js * fix: support async peer info * test: fix src/bundles/peer-locations.test.js * fix: don't throw on lack of coverage data * feat: use [email protected] * chore: attempt to remove npm strict engines ### Features * use [email protected] ([#2117](#2117)) ([638e93d](638e93d)), closes [#2120](#2120)
- Loading branch information
1 parent
638e93d
commit eefde73
Showing
3 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,40 @@ | ||
## [4.0.0](https://github.com/ipfs/ipfs-webui/compare/v3.0.0...v4.0.0) (2023-06-12) | ||
|
||
|
||
CID `bafybeifu32oukwmh5674fbjyvn7nkobfxyrnr4hq5gl46yv7jkvai2ze7q` | ||
|
||
--- | ||
|
||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* This change updates the version of | ||
ipld-explorer-components we're using. The new ipld-explorer-components | ||
does not depend on old js-ipfs nor ipld dependencies. | ||
|
||
* fix: transient dependency warning | ||
|
||
* test: fix peer-locations.test.js | ||
|
||
* test: fix src/bundles/peer-bandwidth.test.js | ||
|
||
* test: fix test/e2e/explore.test.js | ||
|
||
* fix: support async peer info | ||
|
||
* test: fix src/bundles/peer-locations.test.js | ||
|
||
* fix: don't throw on lack of coverage data | ||
|
||
* feat: use [email protected] | ||
|
||
* chore: attempt to remove npm strict engines | ||
|
||
### Features | ||
|
||
* use [email protected] ([#2117](https://github.com/ipfs/ipfs-webui/issues/2117)) ([638e93d](https://github.com/ipfs/ipfs-webui/commit/638e93d8acb363bbf660c9d0fa6b5a62b59ca14d)), closes [#2120](https://github.com/ipfs/ipfs-webui/issues/2120) | ||
|
||
## [3.0.0](https://github.com/ipfs/ipfs-webui/compare/v2.22.0...v3.0.0) (2023-04-24) | ||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipfs-webui", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"type": "module", | ||
"private": true, | ||
"files": [ | ||
|