Skip to content

Commit a19e242

Browse files
chore(release): update versions and changelogs (#894)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bbdc400 commit a19e242

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

apps/api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [2.66.0](https://github.com/akash-network/console/compare/console-api/v2.65.0...console-api/v2.66.0) (2025-02-24)
4+
5+
6+
### Features
7+
8+
* **network:** API endpoint listing bids ([#859](https://github.com/akash-network/console/issues/859)) ([0c7a8b9](https://github.com/akash-network/console/commit/0c7a8b97bd8bfaeaee78640a7256ef8cf279eb70)), closes [#767](https://github.com/akash-network/console/issues/767)
9+
310
## [2.65.0](https://github.com/akash-network/console/compare/console-api/v2.64.0...console-api/v2.65.0) (2025-02-20)
411

512

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akashnetwork/console-api",
3-
"version": "2.65.0",
3+
"version": "2.66.0",
44
"description": "Api providing data to the deploy tool",
55
"repository": {
66
"type": "git",

apps/deploy-web/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
## [2.50.0](https://github.com/akash-network/console/compare/console-web/v2.49.1...console-web/v2.50.0) (2025-02-24)
4+
5+
6+
### Features
7+
8+
* **billing:** unify deployment modals ([#804](https://github.com/akash-network/console/issues/804)) ([03137c6](https://github.com/akash-network/console/commit/03137c68740b76a7ad162415425b566148dd7bd3)), closes [#628](https://github.com/akash-network/console/issues/628) [#628](https://github.com/akash-network/console/issues/628) [#628](https://github.com/akash-network/console/issues/628) [#628](https://github.com/akash-network/console/issues/628) [#628](https://github.com/akash-network/console/issues/628)
9+
10+
11+
### Bug Fixes
12+
13+
* **provider:** render longer provider names, make them copiable ([#898](https://github.com/akash-network/console/issues/898)) ([64f8fa0](https://github.com/akash-network/console/commit/64f8fa02a5b98a75b08382db97c0534ed26ed959)), closes [#858](https://github.com/akash-network/console/issues/858) [#858](https://github.com/akash-network/console/issues/858)
14+
315
## [2.49.1](https://github.com/akash-network/console/compare/console-web/v2.49.0...console-web/v2.49.1) (2025-02-21)
416

517

apps/deploy-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akashnetwork/console-web",
3-
"version": "2.49.1",
3+
"version": "2.50.0",
44
"private": true,
55
"description": "Web UI to deploy on the Akash Network and view statistic about network usage.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)