3 Commits

Author SHA1 Message Date
semantic-release-bot
c5b2538a60 chore(release): 1.0.3 [skip ci]
## [1.0.3](https://gitea.1000co.fr/millianlmx/tabatago/compare/v1.0.2...v1.0.3) (2026-07-20)

### Bug Fixes

* **ci:** pr-iphone-deploy.yml fails to parse — indent python3 body inside run: | ([#14](#14)) ([ee2da59](ee2da592cc))
* **ci:** pr-iphone-deploy.yml fails to parse — indent python3 body inside run: | ([#14](#14)) ([e4b97b4](e4b97b4d14))
2026-07-20 07:52:11 +00:00
ee2da592cc fix(ci): pr-iphone-deploy.yml fails to parse — indent python3 body inside run: | (#14)
All checks were successful
Admin Web Docker / Admin Web Tests (push) Successful in 33s
Admin Web Docker / Semantic Release (push) Successful in 10s
CI / YouTube Worker (push) Has been skipped
CI / Detect Changes (push) Successful in 3s
Admin Web Docker / Docker Build Validation (push) Has been skipped
Admin Web Docker / Build & Push Docker Image (push) Successful in 1m1s
CI / Deploy (push) Has been skipped
2026-07-20 09:51:21 +02:00
e4b97b4d14 fix(ci): pr-iphone-deploy.yml fails to parse — indent python3 body inside run: | (#14)
Some checks failed
CI / Deploy (push) Has been cancelled
Admin Web Docker / Docker Build Validation (push) Has been cancelled
Admin Web Docker / Semantic Release (push) Has been cancelled
Admin Web Docker / Build & Push Docker Image (push) Has been cancelled
Admin Web Docker / Admin Web Tests (push) Has been cancelled
CI / Detect Changes (push) Has been cancelled
CI / YouTube Worker (push) Has been cancelled
2026-07-20 09:51:21 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "my-app",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "next dev",

View File

@@ -1,3 +1,3 @@
{
"version": "1.0.2"
"version": "1.0.3"
}