From 00e207c66d4309a6bd0e030fac56a2e2f6585926 Mon Sep 17 00:00:00 2001 From: Peramanathan Sathyamoorthy Date: Thu, 7 Nov 2024 10:17:51 +0100 Subject: [PATCH] Try release candidate versioning --- package.json | 2 +- packages/core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 93c3390..f276fc2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "workspaces": [ "packages/*" ], - "version": "0.0.9", + "version": "0.0.9-rc", "author": { "name": "Peramanathan Sathyamoorthy", "url": "https://github.com/p10ns11y/adaptate.git" diff --git a/packages/core/package.json b/packages/core/package.json index 2a74c09..72a30cd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@adaptate/core", - "version": "0.0.9", + "version": "0.0.9-rc", "author": { "name": "Peramanathan Sathyamoorthy", "url": "https://github.com/p10ns11y/adaptate.git"