From 4776f22ae3fe7a69d572c7dc74b6ce8680383ec3 Mon Sep 17 00:00:00 2001 From: Yurii Shynbuiev Date: Wed, 10 Jul 2024 19:31:20 +0700 Subject: [PATCH] chore: reset to 0.15.0 version Signed-off-by: Yurii Shynbuiev --- infrastructure/charts/index.yaml | 4 ++-- infrastructure/charts/mediator/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 3 +-- version.sbt | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/infrastructure/charts/index.yaml b/infrastructure/charts/index.yaml index 92b82773..57b3e6c4 100644 --- a/infrastructure/charts/index.yaml +++ b/infrastructure/charts/index.yaml @@ -2,7 +2,7 @@ apiVersion: v1 entries: identus-mediator: - apiVersion: v2 - appVersion: 1.0.0-beta.1 + appVersion: 0.15.0 created: "2024-07-10T11:55:37.645145896Z" description: A Helm chart for deploying identus-mediator digest: 18cd95f21bd5a733473d0a775a0804c3bbd5efc201d68daa3cf38bc5184318e9 @@ -10,5 +10,5 @@ entries: type: application urls: - https://raw.githubusercontent.com/hyperledger/identus-mediator/main/infrastructure/charts/identus-mediator-1.0.0-beta.1.tgz - version: 1.0.0-beta.1 + version: 0.15.0 generated: "2024-07-10T11:55:37.644463393Z" diff --git a/infrastructure/charts/mediator/Chart.yaml b/infrastructure/charts/mediator/Chart.yaml index 16bbd600..3de7e1be 100644 --- a/infrastructure/charts/mediator/Chart.yaml +++ b/infrastructure/charts/mediator/Chart.yaml @@ -13,10 +13,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.0-beta.1 +version: 0.15.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.0.0-beta.1" +appVersion: "0.15.0" dependencies: [] diff --git a/package-lock.json b/package-lock.json index 8f8bf570..1dd91fac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "identus-mediator", - "version": "1.0.0-beta.1", + "version": "0.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "identus-mediator", - "version": "1.0.0-beta.1", + "version": "0.15.0", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index 47f49ade..308af513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "identus-mediator", - "version": "1.0.0-beta.1", + "version": "0.15.0", "engines": { "node": ">=16.13.0" }, @@ -19,7 +19,6 @@ "semantic-release-slack-bot": "^4.0.2" }, "release": { - "initial-release": "0.15.0", "branches": [ { "name": "main" diff --git a/version.sbt b/version.sbt index eb45fda0..07624315 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "1.0.0-beta.1" +ThisBuild / version := "0.15.0-SNAPSHOT"