From bc8e485e2598afb835711e47c3bfc56332961222 Mon Sep 17 00:00:00 2001 From: Jonas Jesus Date: Wed, 22 Apr 2026 19:54:50 -0300 Subject: [PATCH] fix(release): revert manual version bump to unblock semantic-release Previous PR set version to 1.3.1 -> 1.4.0 by hand, but the Release workflow (semantic-release + @semantic-release/exec) runs "npm version 1.4.0 --no-git-tag-version" during prepare, which errors with "Version not changed" when the file already matches. Revert to 1.3.1 so semantic-release can bump it itself. Co-Authored-By: Claude Opus 4.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebe9ffb..42aa290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@decocms/apps", - "version": "1.4.0", + "version": "1.3.1", "type": "module", "description": "Deco commerce apps for TanStack Start - Shopify, VTEX, commerce types, analytics utils", "exports": {