Skip to content

Commit 0989d9d

Browse files
chore(release): 2.18.0 [skip ci]
## [2.18.0](v2.17.3...v2.18.0) (2022-09-09) CID `bafybeidb5eryh72zajiokdggzo7yct2d6hhcflncji5im2y5w26uuygdsm` --- ### Features * IPNS Publishing ([#1973](#1973)) ([4ff4939](4ff4939)) * ux improvements to publish modal ([#1998](#1998)) ([ea4f632](ea4f632)) ### Bug Fixes * **ci:** parsing "ipfs-cluster-ctl peers ls" output ([#1966](#1966)) ([828e460](828e460)) * korean detection ([#2005](#2005)) ([362dab8](362dab8)) * Kubo agent text to link via ReleaseLink [#2010](#2010) ([#2011](#2011)) ([3d04988](3d04988)) * nodejs readme badges ([#1985](#1985)) ([a9e661b](a9e661b)) * remove web ui version and keep revision ([#2000](#2000)) ([42ed78d](42ed78d)) * resolve issues with automated releases ([#1974](#1974)) ([9a7cfad](9a7cfad)) ### Trivial Changes * add missing classnames dependency ([#1977](#1977)) ([c4216b8](c4216b8)) * **deps:** update react-scripts ([#1969](#1969)) ([136b260](136b260)) * pull transifex translations ([#1996](#1996)) ([0de4267](0de4267)) * Pull transifex translations ([#2003](#2003)) ([cc51b15](cc51b15)) * **readme:** NodeJS version support info ([#1986](#1986)) ([829450d](829450d)) * **readme:** update release steps ([#1963](#1963)) ([c5b4822](c5b4822)) * Update .github/workflows/stale.yml [skip ci] ([f15818d](f15818d)) * update storybook and stories ([#2007](#2007)) ([83ceac1](83ceac1)), closes [/github.com/storybookjs/storybook/blob/next/MIGRATION.md#webpack-5](https://github.com/ipfs//github.com/storybookjs/storybook/blob/next/MIGRATION.md/issues/webpack-5)
1 parent 83ceac1 commit 0989d9d

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## [2.18.0](https://github.com/ipfs/ipfs-webui/compare/v2.17.3...v2.18.0) (2022-09-09)
2+
3+
4+
CID `bafybeidb5eryh72zajiokdggzo7yct2d6hhcflncji5im2y5w26uuygdsm`
5+
6+
---
7+
8+
9+
10+
### Features
11+
12+
* IPNS Publishing ([#1973](https://github.com/ipfs/ipfs-webui/issues/1973)) ([4ff4939](https://github.com/ipfs/ipfs-webui/commit/4ff4939cdeb19b93634b5c70739ba3510d0c2ab3))
13+
* ux improvements to publish modal ([#1998](https://github.com/ipfs/ipfs-webui/issues/1998)) ([ea4f632](https://github.com/ipfs/ipfs-webui/commit/ea4f6323a38fec1bc63b3f45aed18324068f6ac2))
14+
15+
16+
### Bug Fixes
17+
18+
* **ci:** parsing "ipfs-cluster-ctl peers ls" output ([#1966](https://github.com/ipfs/ipfs-webui/issues/1966)) ([828e460](https://github.com/ipfs/ipfs-webui/commit/828e4605a4d330f4cbf8604b7ee4625d8f6ae8a5))
19+
* korean detection ([#2005](https://github.com/ipfs/ipfs-webui/issues/2005)) ([362dab8](https://github.com/ipfs/ipfs-webui/commit/362dab8793222c5944c6fda37920998ed9063b41))
20+
* Kubo agent text to link via ReleaseLink [#2010](https://github.com/ipfs/ipfs-webui/issues/2010) ([#2011](https://github.com/ipfs/ipfs-webui/issues/2011)) ([3d04988](https://github.com/ipfs/ipfs-webui/commit/3d04988dbb4b631b16af09d4b092edf525be07be))
21+
* nodejs readme badges ([#1985](https://github.com/ipfs/ipfs-webui/issues/1985)) ([a9e661b](https://github.com/ipfs/ipfs-webui/commit/a9e661b4ba6406a28bc50ee393e34442ee5fc58a))
22+
* remove web ui version and keep revision ([#2000](https://github.com/ipfs/ipfs-webui/issues/2000)) ([42ed78d](https://github.com/ipfs/ipfs-webui/commit/42ed78d947dbe6625adb0f40aa2f8dcee1f11814))
23+
* resolve issues with automated releases ([#1974](https://github.com/ipfs/ipfs-webui/issues/1974)) ([9a7cfad](https://github.com/ipfs/ipfs-webui/commit/9a7cfad3ea95ae9c56e88f63231da7a3a8b05c40))
24+
25+
26+
### Trivial Changes
27+
28+
* add missing classnames dependency ([#1977](https://github.com/ipfs/ipfs-webui/issues/1977)) ([c4216b8](https://github.com/ipfs/ipfs-webui/commit/c4216b8bd1503d933a7cfb8d80e365f1634bb452))
29+
* **deps:** update react-scripts ([#1969](https://github.com/ipfs/ipfs-webui/issues/1969)) ([136b260](https://github.com/ipfs/ipfs-webui/commit/136b260f8d464b773706ed8ce9a0d56c71b78b42))
30+
* pull transifex translations ([#1996](https://github.com/ipfs/ipfs-webui/issues/1996)) ([0de4267](https://github.com/ipfs/ipfs-webui/commit/0de42675c734cdf2f3c9e71ba1e4696973abc60c))
31+
* Pull transifex translations ([#2003](https://github.com/ipfs/ipfs-webui/issues/2003)) ([cc51b15](https://github.com/ipfs/ipfs-webui/commit/cc51b159d2a1f2bd3503eed071eeb6777ecee8ee))
32+
* **readme:** NodeJS version support info ([#1986](https://github.com/ipfs/ipfs-webui/issues/1986)) ([829450d](https://github.com/ipfs/ipfs-webui/commit/829450ddbe17bc1ab388fd1ab9c6b900efcca0ca))
33+
* **readme:** update release steps ([#1963](https://github.com/ipfs/ipfs-webui/issues/1963)) ([c5b4822](https://github.com/ipfs/ipfs-webui/commit/c5b48224621846ff958e2377bf1fb43d60303f7f))
34+
* Update .github/workflows/stale.yml [skip ci] ([f15818d](https://github.com/ipfs/ipfs-webui/commit/f15818d444a7041ba984c410989b386616bf28fc))
35+
* update storybook and stories ([#2007](https://github.com/ipfs/ipfs-webui/issues/2007)) ([83ceac1](https://github.com/ipfs/ipfs-webui/commit/83ceac1066a00771fd618e3d58b0617268c7bacc)), closes [/github.com/storybookjs/storybook/blob/next/MIGRATION.md#webpack-5](https://github.com/ipfs//github.com/storybookjs/storybook/blob/next/MIGRATION.md/issues/webpack-5)
36+
137
## [2.17.3](https://github.com/ipfs/ipfs-webui/compare/v2.17.2...v2.17.3) (2022-07-09)
238

339

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)