Skip to content

Commit

Permalink
chore(release): update versions and changelogs (#833)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 11, 2025
1 parent 75265b0 commit 626b482
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 4 deletions.
8 changes: 8 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [2.62.1](https://github.com/akash-network/console/compare/console-api/v2.62.0...console-api/v2.62.1) (2025-02-11)


### Code Refactoring

* changes structure and reduce side-effects in provider proxy ([#831](https://github.com/akash-network/console/issues/831)) ([3002e00](https://github.com/akash-network/console/commit/3002e00508019c5adaca4a0bdc42e3b9bf0e4ef1))
* **deployment:** parallelize some calls in top up job ([5a27caa](https://github.com/akash-network/console/commit/5a27caae6466340001689ef1018b7ad728b704f5))

## [2.62.0](https://github.com/akash-network/console/compare/console-api/v2.61.0...console-api/v2.62.0) (2025-02-11)


Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashnetwork/console-api",
"version": "2.62.0",
"version": "2.62.1",
"description": "Api providing data to the deploy tool",
"repository": {
"type": "git",
Expand Down
6 changes: 5 additions & 1 deletion apps/provider-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@


## [1.0.3](https://github.com/akash-network/console/compare/provider-console/v1.0.2...provider-console/v1.0.3) (2025-02-11)

## [1.0.2] (https://github.com/akash-network/console/compare/provider-console/v1.0.1...provider-console/v1.0.2) (2025-02-05)

### Bug Fixes
Expand All @@ -8,4 +12,4 @@

### Code Refactoring

* releasing provider console 1.0.1
* releasing provider console 1.0.1
2 changes: 1 addition & 1 deletion apps/provider-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashnetwork/provider-console",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"build": "npm run build-env-schemas && next build",
Expand Down
7 changes: 7 additions & 0 deletions apps/provider-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [1.4.3](https://github.com/akash-network/console/compare/provider-proxy/v1.4.2...provider-proxy/v1.4.3) (2025-02-11)


### Code Refactoring

* changes structure and reduce side-effects in provider proxy ([#831](https://github.com/akash-network/console/issues/831)) ([3002e00](https://github.com/akash-network/console/commit/3002e00508019c5adaca4a0bdc42e3b9bf0e4ef1))

## [1.4.2](https://github.com/akash-network/console/compare/provider-proxy/v1.4.1...provider-proxy/v1.4.2) (2025-02-09)


Expand Down
2 changes: 1 addition & 1 deletion apps/provider-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashnetwork/provider-proxy",
"version": "1.4.2",
"version": "1.4.3",
"description": "Proxy that allows communication between the Web UI and providers",
"license": "Apache-2.0",
"author": "Akash Network",
Expand Down

0 comments on commit 626b482

Please sign in to comment.