From d1cd4d7ec931d90ff5b8bd794da3691da071f2b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Jul 2026 18:38:57 +0000 Subject: [PATCH 1/2] Release API Portal version 1.0.0 --- portals/api-portal/VERSION | 2 +- portals/api-portal/docker-compose.yaml | 2 +- portals/api-portal/package-lock.json | 4 ++-- portals/api-portal/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/portals/api-portal/VERSION b/portals/api-portal/VERSION index f755149315..3eefcb9dd5 100644 --- a/portals/api-portal/VERSION +++ b/portals/api-portal/VERSION @@ -1 +1 @@ -1.0.0-SNAPSHOT +1.0.0 diff --git a/portals/api-portal/docker-compose.yaml b/portals/api-portal/docker-compose.yaml index 4a44e9dd88..ac15e68f5d 100644 --- a/portals/api-portal/docker-compose.yaml +++ b/portals/api-portal/docker-compose.yaml @@ -40,7 +40,7 @@ services: - api-portal-network api-portal: - image: ghcr.io/wso2/api-platform/api-portal:1.0.0-SNAPSHOT + image: ghcr.io/wso2/api-platform/api-portal:1.0.0 container_name: api-portal restart: unless-stopped profiles: ["api-portal", "all"] diff --git a/portals/api-portal/package-lock.json b/portals/api-portal/package-lock.json index e2a7441bbc..4f17aae37f 100644 --- a/portals/api-portal/package-lock.json +++ b/portals/api-portal/package-lock.json @@ -1,12 +1,12 @@ { "name": "api-portal-webapp", - "version": "1.0.0-SNAPSHOT", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "api-portal-webapp", - "version": "1.0.0-SNAPSHOT", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "async-lock": "1.4.1", diff --git a/portals/api-portal/package.json b/portals/api-portal/package.json index ebdc1369e7..0027160b0c 100644 --- a/portals/api-portal/package.json +++ b/portals/api-portal/package.json @@ -1,6 +1,6 @@ { "name": "api-portal-webapp", - "version": "1.0.0-SNAPSHOT", + "version": "1.0.0", "description": "WSO2 API Platform API Portal", "main": "src/server.js", "scripts": { From 5f6b7f8f17af9ca63cf7dac4070dc9408d0fa5eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Jul 2026 18:39:16 +0000 Subject: [PATCH 2/2] Bump API Portal to next dev version --- portals/api-portal/VERSION | 2 +- portals/api-portal/docker-compose.yaml | 2 +- portals/api-portal/package-lock.json | 4 ++-- portals/api-portal/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/portals/api-portal/VERSION b/portals/api-portal/VERSION index 3eefcb9dd5..f755149315 100644 --- a/portals/api-portal/VERSION +++ b/portals/api-portal/VERSION @@ -1 +1 @@ -1.0.0 +1.0.0-SNAPSHOT diff --git a/portals/api-portal/docker-compose.yaml b/portals/api-portal/docker-compose.yaml index ac15e68f5d..4a44e9dd88 100644 --- a/portals/api-portal/docker-compose.yaml +++ b/portals/api-portal/docker-compose.yaml @@ -40,7 +40,7 @@ services: - api-portal-network api-portal: - image: ghcr.io/wso2/api-platform/api-portal:1.0.0 + image: ghcr.io/wso2/api-platform/api-portal:1.0.0-SNAPSHOT container_name: api-portal restart: unless-stopped profiles: ["api-portal", "all"] diff --git a/portals/api-portal/package-lock.json b/portals/api-portal/package-lock.json index 4f17aae37f..e2a7441bbc 100644 --- a/portals/api-portal/package-lock.json +++ b/portals/api-portal/package-lock.json @@ -1,12 +1,12 @@ { "name": "api-portal-webapp", - "version": "1.0.0", + "version": "1.0.0-SNAPSHOT", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "api-portal-webapp", - "version": "1.0.0", + "version": "1.0.0-SNAPSHOT", "license": "Apache-2.0", "dependencies": { "async-lock": "1.4.1", diff --git a/portals/api-portal/package.json b/portals/api-portal/package.json index 0027160b0c..ebdc1369e7 100644 --- a/portals/api-portal/package.json +++ b/portals/api-portal/package.json @@ -1,6 +1,6 @@ { "name": "api-portal-webapp", - "version": "1.0.0", + "version": "1.0.0-SNAPSHOT", "description": "WSO2 API Platform API Portal", "main": "src/server.js", "scripts": {