diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 7c1db25e6..708467dcb 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.525](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.524...@standardnotes/clipper@1.1.525) (2025-06-19) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.524](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.523...@standardnotes/clipper@1.1.524) (2025-06-19) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 4bd6488cf..b2cb40476 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.524", + "version": "1.1.525", "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 c2d5a2e28..61f7b4280 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.130](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.197.2...@standardnotes/desktop@3.110.130) (2025-06-19) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.110.129](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.197.1...@standardnotes/desktop@3.110.129) (2025-06-19) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 2b7f5606d..379393658 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.129", + "version": "3.110.130", "license": "AGPL-3.0", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index c416131c5..78b1e5d56 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.187](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.186...@standardnotes/mobile@3.58.187) (2025-06-19) + +### Bug Fixes + +* Fixed issue where Android app would crash on screen rotation ([#2905](https://github.com/standardnotes/app/issues/2905)) ([9c1bb35](https://github.com/standardnotes/app/commit/9c1bb353550c0256b4e6dcbee1e087cc9ffdd628)) + ## [3.58.186](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.58.185...@standardnotes/mobile@3.58.186) (2025-06-19) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index ba764ff26..87a12fddc 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.58.186", + "version": "3.58.187", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index e42c6f278..bfcac7ec4 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.827](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.826...@standardnotes/releases@1.4.827) (2025-06-19) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.826](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.825...@standardnotes/releases@1.4.826) (2025-06-19) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index cc22b0a12..b5f33eb9e 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.826", + "version": "1.4.827", "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 6d25b0a2f..9ebf913d0 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.197.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.197.2...@standardnotes/web@3.197.3) (2025-06-19) + +### Bug Fixes + +* Fixed issue where Android app would crash on screen rotation ([#2905](https://github.com/standardnotes/app/issues/2905)) ([9c1bb35](https://github.com/standardnotes/app/commit/9c1bb353550c0256b4e6dcbee1e087cc9ffdd628)) + ## [3.197.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.197.1...@standardnotes/web@3.197.2) (2025-06-19) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index ee827f5c0..7e942511a 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.197.3", + "title": "[3.197.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.197.2...@standardnotes/web@3.197.3) (2025-06-19)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where Android app would crash on screen rotation ([#2905](https://github.com/standardnotes/app/issues/2905)) ([9c1bb35](https://github.com/standardnotes/app/commit/9c1bb353550c0256b4e6dcbee1e087cc9ffdd628))", + "parsed": { + "_": [ + "Fixed issue where Android app would crash on screen rotation (#2905) (9c1bb35)" + ], + "Bug Fixes": [ + "Fixed issue where Android app would crash on screen rotation (#2905) (9c1bb35)" + ] + } + }, { "version": "3.197.2", "title": "[3.197.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.197.1...@standardnotes/web@3.197.2) (2025-06-19)", diff --git a/packages/web/package.json b/packages/web/package.json index 24018e0d9..a56f29535 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.197.2", + "version": "3.197.3", "license": "AGPL-3.0", "main": "dist/app.js", "author": "Standard Notes.",