From 2df56be1fe50daefe41090dcd1e09990a8a9f025 Mon Sep 17 00:00:00 2001 From: DilshanSenarath <74205483+DilshanSenarath@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:53:15 +0530 Subject: [PATCH] set initial version to 0.0.0 --- features/admin.template-core.v1/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/admin.template-core.v1/package.json b/features/admin.template-core.v1/package.json index fa2420fbc93..1aebc8660ce 100644 --- a/features/admin.template-core.v1/package.json +++ b/features/admin.template-core.v1/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/admin.template-core.v1", - "version": "1.0.0", + "version": "0.0.0", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0",