Skip to content

Commit b30ed14

Browse files
chore(release): 2.18.1 [skip ci]
## [2.18.1](v2.18.0...v2.18.1) (2022-09-13) CID `bafybeiageaoxg6d7npaof6eyzqbwvbubyler7bq44hayik2hvqcggg7d2y` --- ### Bug Fixes * show '0 B' instead of '-' for zero-length files ([#2018](#2018)) ([fda3bf5](fda3bf5)) * update webui.ipfs.io dnslink on manual release ([#2024](#2024)) ([0f1e1c2](0f1e1c2)), closes [#2021](#2021) ### Tests * add playwright code coverage ([#2014](#2014)) ([0ecc822](0ecc822)) ### Trivial Changes * pull transifex translations ([#2019](#2019)) ([5e59065](5e59065)) * **readme:** correct IPFS Desktop release link ([b76c0db](b76c0db)) * remove unused dependencies ([#2015](#2015)) ([f007d78](f007d78))
1 parent 5e59065 commit b30ed14

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [2.18.1](https://github.com/ipfs/ipfs-webui/compare/v2.18.0...v2.18.1) (2022-09-13)
2+
3+
4+
CID `bafybeiageaoxg6d7npaof6eyzqbwvbubyler7bq44hayik2hvqcggg7d2y`
5+
6+
---
7+
8+
9+
10+
### Bug Fixes
11+
12+
* show '0 B' instead of '-' for zero-length files ([#2018](https://github.com/ipfs/ipfs-webui/issues/2018)) ([fda3bf5](https://github.com/ipfs/ipfs-webui/commit/fda3bf50009a40e9bea284404c8f6b04a2e1e040))
13+
* update webui.ipfs.io dnslink on manual release ([#2024](https://github.com/ipfs/ipfs-webui/issues/2024)) ([0f1e1c2](https://github.com/ipfs/ipfs-webui/commit/0f1e1c23a926736f77f4684049751f6960015a53)), closes [#2021](https://github.com/ipfs/ipfs-webui/issues/2021)
14+
15+
16+
### Tests
17+
18+
* add playwright code coverage ([#2014](https://github.com/ipfs/ipfs-webui/issues/2014)) ([0ecc822](https://github.com/ipfs/ipfs-webui/commit/0ecc8228e547e852621a2fc6eeb1116032008f1a))
19+
20+
21+
### Trivial Changes
22+
23+
* pull transifex translations ([#2019](https://github.com/ipfs/ipfs-webui/issues/2019)) ([5e59065](https://github.com/ipfs/ipfs-webui/commit/5e590655b3177d29dc3a554cd56f36ea41eb7245))
24+
* **readme:** correct IPFS Desktop release link ([b76c0db](https://github.com/ipfs/ipfs-webui/commit/b76c0dbb0ce5bf49953ce4f13488958eaabbb387))
25+
* remove unused dependencies ([#2015](https://github.com/ipfs/ipfs-webui/issues/2015)) ([f007d78](https://github.com/ipfs/ipfs-webui/commit/f007d781f31d1481eae8622d34aea78456bd09b7))
26+
127
## [2.18.0](https://github.com/ipfs/ipfs-webui/compare/v2.17.3...v2.18.0) (2022-09-09)
228

329

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-webui",
3-
"version": "2.18.0",
3+
"version": "2.18.1",
44
"private": true,
55
"files": [
66
"src",

0 commit comments

Comments
 (0)