diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 24cfc01b4..6626f4a06 100644 --- a/packages/clipper/CHANGELOG.md +++ b/packages/clipper/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.531](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.530...@standardnotes/clipper@1.1.531) (2025-07-04) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.530](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.529...@standardnotes/clipper@1.1.530) (2025-07-01) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 2a9696b1b..d6027ca0b 100644 --- a/packages/clipper/package.json +++ b/packages/clipper/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/clipper", "description": "Web clipper browser extension for Standard Notes", - "version": "1.1.530", + "version": "1.1.531", "private": true, "scripts": { "build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index fa7d1ee81..f147652d1 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.110.136](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.198.3...@standardnotes/desktop@3.110.136) (2025-07-04) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.110.135](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.198.2...@standardnotes/desktop@3.110.135) (2025-07-01) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 37dacadf8..26f656093 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/desktop", "main": "./app/dist/index.js", - "version": "3.110.135", + "version": "3.110.136", "license": "AGPL-3.0", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 95acd7879..15cbb77e5 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.58.193](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.192...@standardnotes/mobile@3.58.193) (2025-07-04) + +### Bug Fixes + +* Fixed issue where safe area insets were not always applying properly on iOS, causing a UI shift ([#2912](https://github.com/standardnotes/app/issues/2912)) ([117781b](https://github.com/standardnotes/app/commit/117781bb3655a2bd6b9b0ca5a4d12f7bbefd164e)) + ## [3.58.192](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.191...@standardnotes/mobile@3.58.192) (2025-07-01) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index e98fb9b2f..d9b948a75 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.58.192", + "version": "3.58.193", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index e91e98ce0..09afd6e00 100644 --- a/packages/releases/CHANGELOG.md +++ b/packages/releases/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.833](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.832...@standardnotes/releases@1.4.833) (2025-07-04) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.832](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.831...@standardnotes/releases@1.4.832) (2025-07-01) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index f32f633d5..63ae21604 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.832", + "version": "1.4.833", "license": "AGPL-3.0", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 9d2767cf1..f55e2bd2b 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.198.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.198.3...@standardnotes/web@3.198.4) (2025-07-04) + +### Bug Fixes + +* Fixed issue where safe area insets were not always applying properly on iOS, causing a UI shift ([#2912](https://github.com/standardnotes/app/issues/2912)) ([117781b](https://github.com/standardnotes/app/commit/117781bb3655a2bd6b9b0ca5a4d12f7bbefd164e)) + ## [3.198.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.198.2...@standardnotes/web@3.198.3) (2025-07-01) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index dc7adba6b..ba0f4a8eb 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.198.4", + "title": "[3.198.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.198.3...@standardnotes/web@3.198.4) (2025-07-04)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where safe area insets were not always applying properly on iOS, causing a UI shift ([#2912](https://github.com/standardnotes/app/issues/2912)) ([117781b](https://github.com/standardnotes/app/commit/117781bb3655a2bd6b9b0ca5a4d12f7bbefd164e))", + "parsed": { + "_": [ + "Fixed issue where safe area insets were not always applying properly on iOS, causing a UI shift (#2912) (117781b)" + ], + "Bug Fixes": [ + "Fixed issue where safe area insets were not always applying properly on iOS, causing a UI shift (#2912) (117781b)" + ] + } + }, { "version": "3.198.3", "title": "[3.198.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.198.2...@standardnotes/web@3.198.3) (2025-07-01)", diff --git a/packages/web/package.json b/packages/web/package.json index 1a2a8c28c..a28f1d0ec 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.198.3", + "version": "3.198.4", "license": "AGPL-3.0", "main": "dist/app.js", "author": "Standard Notes.",