Skip to content

Commit 274f9b5

Browse files
chore(release): 1.45.0 [skip ci]
# [1.45.0](v1.44.0...v1.45.0) (2025-11-30) ### Bug Fixes * remove stale patchedDependencies from lockfile ([01927ca](01927ca)) * resolve CI build errors for spreadsheet feature ([e8f2c43](e8f2c43)) * resolve TypeScript build errors for sheets feature ([736f2e4](736f2e4)) ### Features * add spreadsheet support with Excel-like editing ([a24ad3e](a24ad3e))
1 parent 47e3bda commit 274f9b5

5 files changed

Lines changed: 20 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.45.0](https://github.com/typelets/typelets-app/compare/v1.44.0...v1.45.0) (2025-11-30)
2+
3+
4+
### Bug Fixes
5+
6+
* remove stale patchedDependencies from lockfile ([01927ca](https://github.com/typelets/typelets-app/commit/01927cafc71e322f059efe554c5b3c45971ce5ae))
7+
* resolve CI build errors for spreadsheet feature ([e8f2c43](https://github.com/typelets/typelets-app/commit/e8f2c436fd3824e7005a9a85e6484e7f14ade53c))
8+
* resolve TypeScript build errors for sheets feature ([736f2e4](https://github.com/typelets/typelets-app/commit/736f2e4c5d50c4cc3d01d88b1f78b3b6a19e2fed))
9+
10+
11+
### Features
12+
13+
* add spreadsheet support with Excel-like editing ([a24ad3e](https://github.com/typelets/typelets-app/commit/a24ad3e30481571d43ec24f7b5330d57ce094343))
14+
115
# [1.44.0](https://github.com/typelets/typelets-app/compare/v1.43.0...v1.44.0) (2025-11-29)
216

317

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.44.0",
5+
"version": "1.45.0",
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": "126",
18+
"buildNumber": "127",
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": 126,
29+
"versionCode": 127,
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.44.0",
4+
"version": "1.45.0",
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.44.0';
1+
export const APP_VERSION = '1.45.0';

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.44.0';
1+
export const APP_VERSION = '1.45.0';

0 commit comments

Comments
 (0)