From b26c14638fb8f3fdcd30bf971592a8591640532a Mon Sep 17 00:00:00 2001 From: RonitKissis Date: Thu, 30 Apr 2026 16:19:06 +0300 Subject: [PATCH 1/3] fix: remove file --- .versionrc.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .versionrc.json diff --git a/.versionrc.json b/.versionrc.json deleted file mode 100644 index 82ef2e9..0000000 --- a/.versionrc.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "bumpFiles": [ - { - "filename": "openapi3.yaml", - "updater": "node_modules/@map-colonies/standard-version-update-openapi3-version/src/index.js" - }, - { - "filename": "package.json", - "type": "json" - }, - { - "filename": "package-lock.json", - "type": "json" - }, - { - "filename": "helm/Chart.yaml", - "updater": "node_modules/@map-colonies/standard-version-update-helm-version/src/index.js" - } - ] -} From 740bd90f13993f1d4831564ac2d45ad577792482 Mon Sep 17 00:00:00 2001 From: RonitKissis Date: Thu, 30 Apr 2026 16:28:42 +0300 Subject: [PATCH 2/3] fix: revert --- .versionrc.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .versionrc.json diff --git a/.versionrc.json b/.versionrc.json new file mode 100644 index 0000000..b13679f --- /dev/null +++ b/.versionrc.json @@ -0,0 +1,21 @@ +{ + "bumpFiles": [ + { + "filename": "openapi3.yaml", + "updater": "node_modules/@map-colonies/standard-version-update-openapi3-version/src/index.js" + }, + { + "filename": "package.json", + "type": "json" + }, + { + "filename": "package-lock.json", + "type": "json" + }, + { + "filename": "helm/Chart.yaml", + "updater": "node_modules/@map-colonies/standard-version-update-helm-version/src/index.js" + } + ] + } + \ No newline at end of file From 96ba734d70002592f70a9e19c39a1f8f119a5dd1 Mon Sep 17 00:00:00 2001 From: RonitKissis Date: Thu, 30 Apr 2026 16:31:32 +0300 Subject: [PATCH 3/3] fix: remove again --- .versionrc.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .versionrc.json diff --git a/.versionrc.json b/.versionrc.json deleted file mode 100644 index b13679f..0000000 --- a/.versionrc.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "bumpFiles": [ - { - "filename": "openapi3.yaml", - "updater": "node_modules/@map-colonies/standard-version-update-openapi3-version/src/index.js" - }, - { - "filename": "package.json", - "type": "json" - }, - { - "filename": "package-lock.json", - "type": "json" - }, - { - "filename": "helm/Chart.yaml", - "updater": "node_modules/@map-colonies/standard-version-update-helm-version/src/index.js" - } - ] - } - \ No newline at end of file