From 7a1a70af87f5de32a05568c24b4c321fb215362c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Jul 2026 20:17:03 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://gitea.1000co.fr/millianlmx/tabatago/compare/v1.0.1...v1.0.2) (2026-07-19) ### Bug Fixes * **ci:** pr-iphone-deploy no longer self-merges on its own comment ([98f4f82](https://gitea.1000co.fr/millianlmx/tabatago/commit/98f4f82db2ed121678f6259a9683c51adbb82d61)), closes [#6937a36](https://gitea.1000co.fr/millianlmx/tabatago/issues/6937a36) [#12](https://gitea.1000co.fr/millianlmx/tabatago/issues/12) * **ci:** replace trigger-level paths: with dorny/paths-filter (Gitea ignores on.pull_request.paths) ([27f9c6b](https://gitea.1000co.fr/millianlmx/tabatago/commit/27f9c6b7b63a8cb7f3776d8a53969d3510a3a8ee)), closes [#13](https://gitea.1000co.fr/millianlmx/tabatago/issues/13) --- admin-web/package.json | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-web/package.json b/admin-web/package.json index 5d41fdf..2423cdb 100644 --- a/admin-web/package.json +++ b/admin-web/package.json @@ -1,6 +1,6 @@ { "name": "my-app", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "dev": "next dev", diff --git a/version.json b/version.json index ca84e70..9a8bfb2 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.1" + "version": "1.0.2" }