Skip to content

Commit 904e7e4

Browse files
chore(release): 1.0.2 [skip ci]
# [v1.0.2](v1.0.1...v1.0.2) (2025-09-05) ## πŸ› Bug Fixes - [`8ce7ff6`](8ce7ff6) fix(ci): add semantic-release outputs to trigger deploy job
1 parent 8ce7ff6 commit 904e7e4

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
# [v1.0.2](https://github.com/warteamx/lab1-todoApp/compare/v1.0.1...v1.0.2) (2025-09-05)
10+
11+
## πŸ› Bug Fixes
12+
- [`8ce7ff6`](https://github.com/warteamx/lab1-todoApp/commit/8ce7ff6) fix(ci): add semantic-release outputs to trigger deploy job
13+
914
# [v1.0.1](https://github.com/warteamx/lab1-todoApp/compare/v1.0.0...v1.0.1) (2025-09-05)
1015

1116
## πŸ› Bug Fixes

β€Žclient/constants/version.tsβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Application version following semantic versioning (SemVer)
88
* Format: MAJOR.MINOR.PATCH
99
*/
10-
export const APP_VERSION = process.env.EXPO_PUBLIC_APP_VERSION || '1.0.1';
10+
export const APP_VERSION = process.env.EXPO_PUBLIC_APP_VERSION || '1.0.2';
1111

1212
/**
1313
* Build number for tracking specific builds
@@ -19,13 +19,13 @@ export const BUILD_NUMBER = process.env.EXPO_PUBLIC_BUILD_NUMBER || '1';
1919
* Build date in ISO format
2020
* Set during the build process
2121
*/
22-
export const BUILD_DATE = process.env.EXPO_PUBLIC_BUILD_DATE || '2025-09-05T09:16:47.952Z';
22+
export const BUILD_DATE = process.env.EXPO_PUBLIC_BUILD_DATE || '2025-09-05T09:47:13.091Z';
2323

2424
/**
2525
* Git commit hash (short)
2626
* Useful for debugging and tracking specific builds
2727
*/
28-
export const COMMIT_HASH = process.env.EXPO_PUBLIC_COMMIT_HASH || '818b0a9';
28+
export const COMMIT_HASH = process.env.EXPO_PUBLIC_COMMIT_HASH || '8ce7ff6';
2929

3030
/**
3131
* Build environment

β€Žclient/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "app",
33
"main": "expo-router/entry",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"scripts": {
66
"start": "expo start",
77
"reset-project": "node ./scripts/reset-project.js",

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lab1todoApp",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Server and Client Development Scripts",
55
"main": "README.md",
66
"lint-staged": {

β€Žserver/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "src/server.ts",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
Β (0)