Skip to content

Commit 7a67920

Browse files
chore(release): update versions and changelogs (#2536)
1 parent 1a42dd4 commit 7a67920

File tree

17 files changed

+169
-101
lines changed

17 files changed

+169
-101
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.0](https://github.com/akash-network/console/compare/console-api/v3.20.4...console-api/v3.21.0) (2026-01-20)
4+
5+
6+
### Features
7+
8+
* **billing:** implement upsert for payment methods and enhance webhook handling for idempotency ([#2534](https://github.com/akash-network/console/issues/2534)) ([7d4f2dd](https://github.com/akash-network/console/commit/7d4f2dd2faa029914a39ce4ad5bd99c3e48f47b8))
9+
10+
11+
### Bug Fixes
12+
13+
* improve sql perf ([#2535](https://github.com/akash-network/console/issues/2535)) ([7dcd048](https://github.com/akash-network/console/commit/7dcd0485f1ae0f483ba33ec81f2aae6ec376e1bb))
14+
315
## [3.20.4](https://github.com/akash-network/console/compare/console-api/v3.20.3...console-api/v3.20.4) (2026-01-19)
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.20.4",
3+
"version": "3.21.0",
44
"description": "Api providing data to the deploy tool",
55
"repository": {
66
"type": "git",

apps/deploy-web/CHANGELOG.md

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

22

3+
## [3.22.5](https://github.com/akash-network/console/compare/console-web/v3.22.4...console-web/v3.22.5) (2026-01-20)
4+
35
## [3.22.4](https://github.com/akash-network/console/compare/console-web/v3.22.3...console-web/v3.22.4) (2026-01-19)
46

57

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.22.4",
3+
"version": "3.22.5",
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.4](https://github.com/akash-network/console/compare/indexer/v1.23.3...indexer/v1.23.4) (2026-01-20)
4+
5+
6+
### Bug Fixes
7+
8+
* improve sql perf ([#2535](https://github.com/akash-network/console/issues/2535)) ([7dcd048](https://github.com/akash-network/console/commit/7dcd0485f1ae0f483ba33ec81f2aae6ec376e1bb))
9+
310
## [1.23.3](https://github.com/akash-network/console/compare/indexer/v1.23.2...indexer/v1.23.3) (2026-01-19)
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.3",
3+
"version": "1.23.4",
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
## [2.11.2](https://github.com/akash-network/console/compare/log-collector/v2.11.1...log-collector/v2.11.2) (2026-01-20)
4+
35
## [2.11.1](https://github.com/akash-network/console/compare/log-collector/v2.11.0...log-collector/v2.11.1) (2026-01-15)
46

57

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.1",
3+
"version": "2.11.2",
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
## [2.12.4](https://github.com/akash-network/console/compare/notifications/v2.12.3...notifications/v2.12.4) (2026-01-20)
4+
35
## [2.12.3](https://github.com/akash-network/console/compare/notifications/v2.12.2...notifications/v2.12.3) (2026-01-17)
46

57

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.3",
3+
"version": "2.12.4",
44
"private": true,
55
"description": "",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)