Skip to content

Commit

Permalink
chore(release): released version console-web/v2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI authored and ygrishajev committed Jan 17, 2025
1 parent 717ebbc commit 5abf8ce
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions apps/deploy-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@


## [2.32.0](https://github.com/akash-network/console-ci-test/compare/console-web/v2.25.4...console-web/v2.32.0) (2025-01-17)


### Features

* **auth:** add a turnstile widget ([d485fbb](https://github.com/akash-network/console-ci-test/commit/d485fbbf292a8a671d478eb1f03cfc208cda5e6f)), closes [#627](https://github.com/akash-network/console-ci-test/issues/627)
* **auth:** forward cf clearance cookie to api via auth proxy ([bd81f2f](https://github.com/akash-network/console-ci-test/commit/bd81f2f36c8f8f53e01d5dd4c879f99de1b9d151))
* **auth:** improve turnstile widget UX ([#666](https://github.com/akash-network/console-ci-test/issues/666)) ([b42714e](https://github.com/akash-network/console-ci-test/commit/b42714e77fc0feed65af6f959cd0dc27e750994a))
* **billing:** resolve with valid only grants and allowances from http service ([77a0ffc](https://github.com/akash-network/console-ci-test/commit/77a0ffcfe0ce912814d3e3803af6b1ac803cde71))
* **user:** remove anonymous user from localstorage if it's removed ([36298ee](https://github.com/akash-network/console-ci-test/commit/36298ee0ba4426d5fe2e70cf741b90e26773fc01))
* **wallet:** save selected wallet type local storage ([9d1c5b5](https://github.com/akash-network/console-ci-test/commit/9d1c5b5a444633012cdda800a55b4ff904b6ee58)), closes [#570](https://github.com/akash-network/console-ci-test/issues/570)


### Bug Fixes

* **auth:** ensure turnstile widget is only shown initially on when interactive ([71f7ea8](https://github.com/akash-network/console-ci-test/commit/71f7ea8ae843bade1a8fb4bbe7f71cc0731cf42e)), closes [#627](https://github.com/akash-network/console-ci-test/issues/627)
* **auth:** revert cf clearance cookie forwarding to api via auth proxy ([ac6aca5](https://github.com/akash-network/console-ci-test/commit/ac6aca5752fd66d144fcb6c5eafbe69c6bc91401))
* **billing:** disable grantee grants query for managed deployments deposit modal ([91bf940](https://github.com/akash-network/console-ci-test/commit/91bf9401bf8d9558465f009a0c01b39afef6a349))
* **billing:** enable balances fetching back ([eaa42a5](https://github.com/akash-network/console-ci-test/commit/eaa42a5ecd04db87bcbd5f4d9ac75771f4e20244))
* **billing:** fix usdc balance calculation ([18b6ef3](https://github.com/akash-network/console-ci-test/commit/18b6ef3a0785f115651eec5afcbe25ab433af386))
* **billing:** properly check fee grant before tx ([b721141](https://github.com/akash-network/console-ci-test/commit/b72114172847514cbccbd831db3503d20f533aed))
* **billing:** properly reference a var in balances hook ([ba53d6b](https://github.com/akash-network/console-ci-test/commit/ba53d6b70341f0bb03aaa609a05b8a73931b5120))
* **billing:** use specific endpoint to check managed wallet grants ([d87d79f](https://github.com/akash-network/console-ci-test/commit/d87d79fbe29350c57c625e61e7f9805c5dc0b6ea))
* **deployment:** provider label ([#632](https://github.com/akash-network/console-ci-test/issues/632)) ([f96c570](https://github.com/akash-network/console-ci-test/commit/f96c570cf31b4ab3cb6470dc1ad043a7173c3792))
* **deployment:** validate max deposit amount correctly ([44c0274](https://github.com/akash-network/console-ci-test/commit/44c02745635510b8b5eb6bb4f9462b232543f393)), closes [#603](https://github.com/akash-network/console-ci-test/issues/603)
* disable grantee grants temporarily ([1a992c1](https://github.com/akash-network/console-ci-test/commit/1a992c1031ca8b17d6c0c613d9eba4286e54175b))
* make sure to deposit with 0 balance ([8246395](https://github.com/akash-network/console-ci-test/commit/8246395ba15e622ba5c82824548e18b16ffc0101))
* make sure to deposit with 0 balance ([c166b0e](https://github.com/akash-network/console-ci-test/commit/c166b0e5a76f7099160cde6dfbe449e0ff266058))
* update balance warning ([ec004a7](https://github.com/akash-network/console-ci-test/commit/ec004a78631cc32bc281b50d1af3c0225faf2f19))
* update package version ([a873df7](https://github.com/akash-network/console-ci-test/commit/a873df7dcc77b57c065ac1bb5783603e921bf673))
* **user:** revoke stale users expired grants ([21cbfa6](https://github.com/akash-network/console-ci-test/commit/21cbfa654d2a3effa11b8b83404158256142c1d5))


### Code Refactoring

* **auth:** use explicit turnstile env var toggle ([99ac4f2](https://github.com/akash-network/console-ci-test/commit/99ac4f2e291433b29189f1366db0d5b3ccac1cbb)), closes [#627](https://github.com/akash-network/console-ci-test/issues/627)
* **dx:** fix linting issues ([1115a60](https://github.com/akash-network/console-ci-test/commit/1115a609ba6a080e4c91331f45fb0d12b48c5504))
* **template:** replaces /v1/templates with /v1/templates-list ([#634](https://github.com/akash-network/console-ci-test/issues/634)) ([f81d56e](https://github.com/akash-network/console-ci-test/commit/f81d56e94d089b17a6a0f2f939735c5f8e053278)), closes [#477](https://github.com/akash-network/console-ci-test/issues/477)

## [2.31.0](https://github.com/akash-network/console/compare/console-web/v2.30.1...console-web/v2.31.0) (2025-01-17)


Expand Down
2 changes: 1 addition & 1 deletion apps/deploy-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashnetwork/console-web",
"version": "2.31.0",
"version": "2.32.0",
"private": true,
"description": "Web UI to deploy on the Akash Network and view statistic about network usage.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5abf8ce

Please sign in to comment.