Skip to content

Commit 8ab3e87

Browse files
chore(release): 1.30.9 [skip ci]
## [1.30.9](v1.30.8...v1.30.9) (2025-10-28) ### Bug Fixes * **mobile:** optimize note list loading with progressive decryption and skeleton UI ([19019bb](19019bb)) ### Performance Improvements * **mobile:** add performance logging to identify notes list bottlenecks ([60785be](60785be))
1 parent 81f2b2b commit 8ab3e87

5 files changed

Lines changed: 18 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.30.9](https://github.com/typelets/typelets-app/compare/v1.30.8...v1.30.9) (2025-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **mobile:** optimize note list loading with progressive decryption and skeleton UI ([19019bb](https://github.com/typelets/typelets-app/commit/19019bb8d851004630c868a789c2db56f4c5051b))
7+
8+
9+
### Performance Improvements
10+
11+
* **mobile:** add performance logging to identify notes list bottlenecks ([60785be](https://github.com/typelets/typelets-app/commit/60785bee0d6121199b4263706133f9f389d1dd08))
12+
113
## [1.30.8](https://github.com/typelets/typelets-app/compare/v1.30.7...v1.30.8) (2025-10-28)
214

315

apps/mobile/v1/app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "Typelets",
44
"slug": "typelets",
5-
"version": "1.30.8",
5+
"version": "1.30.9",
66
"orientation": "default",
77
"icon": "./assets/images/icon.png",
88
"scheme": "typelets",
@@ -15,7 +15,7 @@
1515
"ios": {
1616
"icon": "./assets/images/ios-icon-dark.png",
1717
"bundleIdentifier": "com.typelets.mobile.ios",
18-
"buildNumber": "55",
18+
"buildNumber": "56",
1919
"supportsTablet": true,
2020
"infoPlist": {
2121
"NSCameraUsageDescription": "This app uses the camera to capture photos for your notes.",
@@ -26,7 +26,7 @@
2626
},
2727
"android": {
2828
"package": "com.typelets.notes",
29-
"versionCode": 55,
29+
"versionCode": 56,
3030
"softwareKeyboardLayoutMode": "resize",
3131
"adaptiveIcon": {
3232
"backgroundColor": "#FFFFFF",

apps/mobile/v1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "v1",
33
"main": "index.js",
4-
"version": "1.30.8",
4+
"version": "1.30.9",
55
"scripts": {
66
"start": "expo start",
77
"reset-project": "node ./scripts/reset-project.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = '1.30.8';
1+
export const APP_VERSION = '1.30.9';

src/constants/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = '1.30.8';
1+
export const APP_VERSION = '1.30.9';

0 commit comments

Comments
 (0)