From 4e93ed62675419ec0c1fa6c37b2e398781ee24f7 Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 16 Jan 2025 11:53:57 +0000 Subject: [PATCH] chore(release): released version console-web/v2.29.1 --- apps/deploy-web/CHANGELOG.md | 7 +++++++ apps/deploy-web/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/deploy-web/CHANGELOG.md b/apps/deploy-web/CHANGELOG.md index 47cca1e4d..abee6e668 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.29.1](https://github.com/akash-network/console/compare/console-web/v2.29.0...console-web/v2.29.1) (2025-01-16) + + +### Bug Fixes + +* **auth:** ensure turnstile widget is only shown initially on when interactive ([71f7ea8](https://github.com/akash-network/console/commit/71f7ea8ae843bade1a8fb4bbe7f71cc0731cf42e)), closes [#627](https://github.com/akash-network/console/issues/627) + ## [2.29.0](https://github.com/akash-network/console/compare/console-web/v2.28.3...console-web/v2.29.0) (2025-01-15) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 09323ba34..87beec18f 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.29.0", + "version": "2.29.1", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",