Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.35] — 2026-02-26
## [1.1.37] — 2026-02-26

### Changed
- Fixed changelog version labeling for the previous release so it matches the mobile package version (`1.1.36`).
- Bumped `apps/mobile` version to `1.1.37`.

## [1.1.36] — 2026-02-26

### Fixed
- 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.

### Changed
- Updated landscape composite helper expectations/docs to reflect centered `MAX` framing.
- Bumped `apps/mobile` version to `1.1.35`.
- Bumped `apps/mobile` version to `1.1.36`.

## [1.1.34] — 2026-02-26

Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-timer/mobile",
"version": "1.1.36",
"version": "1.1.37",
"private": true,
"main": "index.js",
"scripts": {
Expand Down