From dc29a0f9f3b406ec157649e8b7ecad0e43c439f8 Mon Sep 17 00:00:00 2001 From: Ivan Alvarez Sabin Date: Mon, 20 Jul 2026 13:17:33 +0200 Subject: [PATCH 1/3] chore(release): set version to 0.0.0 Set the package version to 0.0.0 in package.json and package-lock.json, and record the change in the CHANGELOG Unreleased section. Signed-off-by: Ivan Alvarez Sabin --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b09c8..04c2915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,3 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial OSS repository shell. - Original code, including the diff highlighting plugin, and the example React application. + +### Changed + +- Set the package version to `0.0.0`. diff --git a/package-lock.json b/package-lock.json index b845141..cff4401 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inditextech/swagger-ui-plugin-diff-highlight", - "version": "0.1.0", + "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@inditextech/swagger-ui-plugin-diff-highlight", - "version": "0.1.0", + "version": "0.0.0", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^9.39.4", diff --git a/package.json b/package.json index c5d3c7c..4d2abdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inditextech/swagger-ui-plugin-diff-highlight", - "version": "0.1.0", + "version": "0.0.0", "description": "Highlight API changes (added/updated/deleted) inline in swagger-ui-react via a custom diff-highlighting plugin.", "keywords": [ "swagger", From a160253bf3dc01425a7714894def8967aed1a738 Mon Sep 17 00:00:00 2001 From: Ivan Alvarez Sabin <71872287+ivanasabi@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:22:23 +0200 Subject: [PATCH 2/3] chore: Update CHANGELOG.md --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c2915..7dc9185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Added +### Changed - Initial OSS repository shell. - Original code, including the diff highlighting plugin, and the example React application. - -### Changed - - Set the package version to `0.0.0`. From 07c36b5b689e31110459b174f824e58b1aaf54ec Mon Sep 17 00:00:00 2001 From: Ivan Alvarez Sabin <71872287+ivanasabi@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:22:54 +0200 Subject: [PATCH 3/3] chore: Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc9185..ac5aa05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,4 +17,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial OSS repository shell. - Original code, including the diff highlighting plugin, and the example React application. -- Set the package version to `0.0.0`.