Skip to content

Commit 730f81a

Browse files
chore(release): update versions and changelogs (#2553)
1 parent 2073e9f commit 730f81a

File tree

17 files changed

+87
-17
lines changed

17 files changed

+87
-17
lines changed

apps/api/CHANGELOG.md

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

22

3+
## [3.21.3](https://github.com/akash-network/console/compare/console-api/v3.21.2...console-api/v3.21.3) (2026-01-22)
4+
5+
6+
### Bug Fixes
7+
8+
* ensure provider address in managed wapi /leases is bech32 ([#2548](https://github.com/akash-network/console/issues/2548)) ([dcff23e](https://github.com/akash-network/console/commit/dcff23e5890d6e18575179e87c1c7e64aba012ca))
9+
10+
11+
### Code Refactoring
12+
13+
* defines explicit exports inside internal packages ([#2551](https://github.com/akash-network/console/issues/2551)) ([71f907f](https://github.com/akash-network/console/commit/71f907fe6b8b85a042bd351ec5b2b3621ba8d89d))
14+
315
## [3.21.2](https://github.com/akash-network/console/compare/console-api/v3.21.1...console-api/v3.21.2) (2026-01-21)
416

517

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": "3.21.2",
3+
"version": "3.21.3",
44
"description": "Api providing data to the deploy tool",
55
"repository": {
66
"type": "git",

apps/deploy-web/CHANGELOG.md

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

22

3+
## [3.23.1](https://github.com/akash-network/console/compare/console-web/v3.23.0...console-web/v3.23.1) (2026-01-22)
4+
5+
6+
### Code Refactoring
7+
8+
* defines explicit exports inside internal packages ([#2551](https://github.com/akash-network/console/issues/2551)) ([71f907f](https://github.com/akash-network/console/commit/71f907fe6b8b85a042bd351ec5b2b3621ba8d89d))
9+
310
## [3.23.0](https://github.com/akash-network/console/compare/console-web/v3.22.5...console-web/v3.23.0) (2026-01-21)
411

512

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": "3.23.0",
3+
"version": "3.23.1",
44
"private": true,
55
"description": "Web UI to deploy on the Akash Network and view statistic about network usage.",
66
"repository": {

apps/indexer/CHANGELOG.md

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

22

3+
## [1.23.5](https://github.com/akash-network/console/compare/indexer/v1.23.4...indexer/v1.23.5) (2026-01-22)
4+
5+
6+
### Code Refactoring
7+
8+
* defines explicit exports inside internal packages ([#2551](https://github.com/akash-network/console/issues/2551)) ([71f907f](https://github.com/akash-network/console/commit/71f907fe6b8b85a042bd351ec5b2b3621ba8d89d))
9+
310
## [1.23.4](https://github.com/akash-network/console/compare/indexer/v1.23.3...indexer/v1.23.4) (2026-01-20)
411

512

apps/indexer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akashnetwork/indexer",
3-
"version": "1.23.4",
3+
"version": "1.23.5",
44
"description": "Indexer for any Cosmos based blockchain",
55
"homepage": "https://github.com/akash-network/console",
66
"bugs": {

apps/log-collector/CHANGELOG.md

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

22

3+
## [2.11.3](https://github.com/akash-network/console/compare/log-collector/v2.11.2...log-collector/v2.11.3) (2026-01-22)
4+
5+
6+
### Code Refactoring
7+
8+
* defines explicit exports inside internal packages ([#2551](https://github.com/akash-network/console/issues/2551)) ([71f907f](https://github.com/akash-network/console/commit/71f907fe6b8b85a042bd351ec5b2b3621ba8d89d))
9+
310
## [2.11.2](https://github.com/akash-network/console/compare/log-collector/v2.11.1...log-collector/v2.11.2) (2026-01-20)
411

512
## [2.11.1](https://github.com/akash-network/console/compare/log-collector/v2.11.0...log-collector/v2.11.1) (2026-01-15)

apps/log-collector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akashnetwork/log-collector",
3-
"version": "2.11.2",
3+
"version": "2.11.3",
44
"description": "A log collector worker to forward logs from provider to logging services for certain deployments ",
55
"keywords": [
66
"logs",

apps/notifications/CHANGELOG.md

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

22

3+
## [2.12.5](https://github.com/akash-network/console/compare/notifications/v2.12.4...notifications/v2.12.5) (2026-01-22)
4+
5+
6+
### Code Refactoring
7+
8+
* defines explicit exports inside internal packages ([#2551](https://github.com/akash-network/console/issues/2551)) ([71f907f](https://github.com/akash-network/console/commit/71f907fe6b8b85a042bd351ec5b2b3621ba8d89d))
9+
310
## [2.12.4](https://github.com/akash-network/console/compare/notifications/v2.12.3...notifications/v2.12.4) (2026-01-20)
411

512
## [2.12.3](https://github.com/akash-network/console/compare/notifications/v2.12.2...notifications/v2.12.3) (2026-01-17)

apps/notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akashnetwork/notifications",
3-
"version": "2.12.4",
3+
"version": "2.12.5",
44
"private": true,
55
"description": "",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)