From eda0529dfd9a388fe95afecba6c13c87d67574a7 Mon Sep 17 00:00:00 2001 From: bee-worker <70210089+bee-worker@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:30:25 +0200 Subject: [PATCH] chore(master): release 0.35.0 (#728) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(master): release 0.35.0 * fix: update changelog with new features and bug fixes for version 0.35.0 --------- Co-authored-by: Ferenc Sárai --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e6f2f..29e810c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [0.35.0](https://github.com/ethersphere/bee-dashboard/compare/v0.34.0...v0.35.0) (2026-04-02) + + +### Features + +* add image opening functionality to DownloadActionBar ([3ff645c](https://github.com/ethersphere/bee-dashboard/commit/3ff645cab1b4e9fba0c42ed99e7c3fac7b0ed0ca)) +* the dashboard sidebar should be collapsible ([fa8a26e](https://github.com/ethersphere/bee-dashboard/commit/fa8a26e80d83d5c794a9d572cf716f0cb484e642)) +* sync and update with all changes from fork ([519c411](https://github.com/ethersphere/bee-dashboard/commit/519c411db0b37f3d4004366ca267013e2268f8eb)) + + +### Bug Fixes + +* swap error caused by invalid id and batchcount +* enhance creation messages for admin drive and user drives +* identity and wallet creation +* asset preview types +* fm search unicode text +* feed identity and stamp usage +* ui display changes +* stamp buy and dilute +* vite polyfill warning for stream +* standard mode postage stamp purchase reserves incorrect size and duration +* add syncing message for Bee node and update page state handling +* stamp depth and amount validation +* add --no-git-checks to pnpm publish command ([37ab8fe](https://github.com/ethersphere/bee-dashboard/commit/37ab8fedaa9fa2f941b84746ec83fe87cf61b014)) +* add workflow_dispatch trigger to npm publish workflow ([becb873](https://github.com/ethersphere/bee-dashboard/commit/becb87377e506aca0c429439d70e43151025d755)) +* remove cross-env from prepublishOnly script ([4848b5b](https://github.com/ethersphere/bee-dashboard/commit/4848b5be97a827abeb0ca8156ef53cab0d2f315e)) + ## [0.34.0](https://github.com/ethersphere/bee-dashboard/compare/v0.33.5...v0.34.0) (2026-03-20) ### Features diff --git a/package.json b/package.json index 5bc9e99..5b9bab8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ethersphere/bee-dashboard", - "version": "0.34.0", + "version": "0.35.0", "description": "An app which helps users to setup their Bee node and do actions like cash out cheques", "homepage": ".", "bin": {