From 844ce88d21b15908ffd7b6d5346ba7bcbdb28ac2 Mon Sep 17 00:00:00 2001 From: CI Date: Wed, 15 Jan 2025 14:58:49 +0000 Subject: [PATCH] chore(release): released version console-web/v2.29.0 --- 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 11656a513..47cca1e4d 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.29.0](https://github.com/akash-network/console/compare/console-web/v2.28.3...console-web/v2.29.0) (2025-01-15) + + +### Features + +* **auth:** add a turnstile widget ([d485fbb](https://github.com/akash-network/console/commit/d485fbbf292a8a671d478eb1f03cfc208cda5e6f)), closes [#627](https://github.com/akash-network/console/issues/627) + ## [2.28.3](https://github.com/akash-network/console/compare/console-web/v2.28.2...console-web/v2.28.3) (2025-01-14) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 9c4601955..09323ba34 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.28.3", + "version": "2.29.0", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",