Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
185 changes: 185 additions & 0 deletions apps/api/CHANGELOG.md

Large diffs are not rendered by default.

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": "3.29.0",
"version": "4.0.0",
"description": "Api providing data to the deploy tool",
"repository": {
"type": "git",
Expand Down
500 changes: 500 additions & 0 deletions apps/deploy-web/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/deploy-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashnetwork/console-web",
"version": "3.27.0",
"version": "4.0.0",
"private": true,
"description": "Web UI to deploy on the Akash Network and view statistic about network usage.",
"repository": {
Expand Down
127 changes: 127 additions & 0 deletions apps/indexer/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashnetwork/indexer",
"version": "1.24.8",
"version": "1.25.0",
"description": "Indexer for any Cosmos based blockchain",
"homepage": "https://github.com/akash-network/console",
"bugs": {
Expand Down
205 changes: 205 additions & 0 deletions apps/log-collector/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/log-collector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashnetwork/log-collector",
"version": "2.12.5",
"version": "3.0.0",
"description": "A log collector worker to forward logs from provider to logging services for certain deployments ",
"keywords": [
"logs",
Expand Down
270 changes: 270 additions & 0 deletions apps/notifications/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashnetwork/notifications",
"version": "2.13.8",
"version": "3.0.0",
"private": true,
"description": "",
"license": "Apache-2.0",
Expand Down
177 changes: 177 additions & 0 deletions apps/provider-console/CHANGELOG.md

Large diffs are not rendered by default.

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.35.7",
"version": "1.36.0",
"private": true,
"scripts": {
"build": "npm run build-env-schemas && next build",
Expand Down
186 changes: 186 additions & 0 deletions apps/provider-proxy/CHANGELOG.md

Large diffs are not rendered by default.

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": "2.9.11",
"version": "3.0.0",
"description": "Proxy that allows communication between the Web UI and providers",
"license": "Apache-2.0",
"author": "Akash Network",
Expand Down
222 changes: 222 additions & 0 deletions apps/stats-web/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/stats-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashnetwork/stats-web",
"version": "1.13.10",
"version": "2.0.0",
"private": true,
"scripts": {
"build": "npm run build-env-schemas && next build",
Expand Down
203 changes: 203 additions & 0 deletions apps/tx-signer/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/tx-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashnetwork/tx-signer",
"version": "1.0.8",
"version": "2.0.0",
"description": "Internal transaction signing service",
"license": "Apache-2.0",
"author": "Akash Network",
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.