Skip to content

Commit 8dbad2f

Browse files
authored
chore: bump mobile version to 1.1.37 and fix changelog (#21)
1 parent c200b4f commit 8dbad2f

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.1.35] — 2026-02-26
8+
## [1.1.37] — 2026-02-26
9+
10+
### Changed
11+
- Fixed changelog version labeling for the previous release so it matches the mobile package version (`1.1.36`).
12+
- Bumped `apps/mobile` version to `1.1.37`.
13+
14+
## [1.1.36] — 2026-02-26
915

1016
### Fixed
1117
- Updated `Photography Guide` landscape composite framing so `MAX` is anchored at the center of the frame (horizontal + vertical), preventing MAX placement from being cut off in the modal.
1218

1319
### Changed
1420
- Updated landscape composite helper expectations/docs to reflect centered `MAX` framing.
15-
- Bumped `apps/mobile` version to `1.1.35`.
21+
- Bumped `apps/mobile` version to `1.1.36`.
1622

1723
## [1.1.34] — 2026-02-26
1824

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-timer/mobile",
3-
"version": "1.1.36",
3+
"version": "1.1.37",
44
"private": true,
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)