Skip to content

Commit ad9d3b0

Browse files
chore(release): update versions and changelogs
1 parent 5d6e7a9 commit ad9d3b0

File tree

9 files changed

+45
-8
lines changed

9 files changed

+45
-8
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+
## [3.15.1](https://github.com/akash-network/console/compare/console-api/v3.15.0...console-api/v3.15.1) (2025-12-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **deployment:** adds draining rpc query logs ([5d6e7a9](https://github.com/akash-network/console/commit/5d6e7a968f004e1c711d65db390db1517a9c0c9e)), closes [#1779](https://github.com/akash-network/console/issues/1779)
9+
310
## [3.15.0](https://github.com/akash-network/console/compare/console-api/v3.14.1...console-api/v3.15.0) (2025-12-16)
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": "3.15.0",
3+
"version": "3.15.1",
44
"description": "Api providing data to the deploy tool",
55
"repository": {
66
"type": "git",

apps/deploy-web/CHANGELOG.md

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

22

3+
## [3.14.0](https://github.com/akash-network/console/compare/console-web/v3.13.1...console-web/v3.14.0) (2025-12-18)
4+
5+
6+
### Features
7+
8+
* adds forget password form to embedded login page ([#2372](https://github.com/akash-network/console/issues/2372)) ([cd51331](https://github.com/akash-network/console/commit/cd51331e9bb2089de69751f527ca565512477d9b))
9+
* **billing:** adds loading state for the auto reload toggle ([8c66de0](https://github.com/akash-network/console/commit/8c66de07d349892e0ee6227e46cbbb001cfb10d1)), closes [#1779](https://github.com/akash-network/console/issues/1779)
10+
* update frontend styling and theme ([#2331](https://github.com/akash-network/console/issues/2331)) ([0ae3a55](https://github.com/akash-network/console/commit/0ae3a557181a0eecaa3cdcf27d48513c0c09f79f))
11+
12+
13+
### Bug Fixes
14+
15+
* changes the order of buttons in mobile view ([#2367](https://github.com/akash-network/console/issues/2367)) ([4e7140f](https://github.com/akash-network/console/commit/4e7140fab6960365fad2d171efb09dc64604783a))
16+
317
## [3.13.1](https://github.com/akash-network/console/compare/console-web/v3.13.0...console-web/v3.13.1) (2025-12-16)
418

519

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

apps/provider-console/CHANGELOG.md

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

22

3+
## [1.34.0](https://github.com/akash-network/console/compare/provider-console/v1.33.2...provider-console/v1.34.0) (2025-12-18)
4+
5+
6+
### Features
7+
8+
* adds forget password form to embedded login page ([#2372](https://github.com/akash-network/console/issues/2372)) ([cd51331](https://github.com/akash-network/console/commit/cd51331e9bb2089de69751f527ca565512477d9b))
9+
* update frontend styling and theme ([#2331](https://github.com/akash-network/console/issues/2331)) ([0ae3a55](https://github.com/akash-network/console/commit/0ae3a557181a0eecaa3cdcf27d48513c0c09f79f))
10+
311
## [1.33.2](https://github.com/akash-network/console/compare/provider-console/v1.33.1...provider-console/v1.33.2) (2025-12-12)
412

513

apps/provider-console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akashnetwork/provider-console",
3-
"version": "1.33.2",
3+
"version": "1.34.0",
44
"private": true,
55
"scripts": {
66
"build": "npm run build-env-schemas && next build",

apps/stats-web/CHANGELOG.md

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

22

3+
## [1.10.0](https://github.com/akash-network/console/compare/stats-web/v1.9.1...stats-web/v1.10.0) (2025-12-18)
4+
5+
6+
### Features
7+
8+
* adds forget password form to embedded login page ([#2372](https://github.com/akash-network/console/issues/2372)) ([cd51331](https://github.com/akash-network/console/commit/cd51331e9bb2089de69751f527ca565512477d9b))
9+
* update frontend styling and theme ([#2331](https://github.com/akash-network/console/issues/2331)) ([0ae3a55](https://github.com/akash-network/console/commit/0ae3a557181a0eecaa3cdcf27d48513c0c09f79f))
10+
311
## [1.9.1](https://github.com/akash-network/console/compare/stats-web/v1.9.0...stats-web/v1.9.1) (2025-12-12)
412

513

apps/stats-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/stats-web",
3-
"version": "1.9.1",
3+
"version": "1.10.0",
44
"private": true,
55
"scripts": {
66
"build": "npm run build-env-schemas && next build",

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)