diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 9e929abd0..820606199 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.23.139](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.138...@standardnotes/desktop@3.23.139) (2022-09-21) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.138](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.137...@standardnotes/desktop@3.23.138) (2022-09-21) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index fd77af1a6..a654092a1 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.23.138", + "version": "3.23.139", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 7ce214605..75918624e 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.35.7](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.35.6...@standardnotes/mobile@3.35.7) (2022-09-21) + +### Bug Fixes + +* iOS safe area using CSS ([#1610](https://github.com/standardnotes/app/issues/1610)) ([8fa5663](https://github.com/standardnotes/app/commit/8fa566336ceef8a3d7b559b1aaf342f7c51f21cd)) + ## [3.35.6](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.35.5...@standardnotes/mobile@3.35.6) (2022-09-21) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 6af0b674f..29b466bee 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.35.6", + "version": "3.35.7", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 7e51736cc..5c23a03f6 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.3.62](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.61...@standardnotes/releases@1.3.62) (2022-09-21) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.61](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.60...@standardnotes/releases@1.3.61) (2022-09-21) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index b670bd401..56b24aa6f 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.61", + "version": "1.3.62", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 40e670844..e16e5cd66 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.51.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.50.6...@standardnotes/web@3.51.0) (2022-09-21) + +### Bug Fixes + +* disable focus mode and dynamic panel switches on mobile ([#1607](https://github.com/standardnotes/app/issues/1607)) ([9dfeac7](https://github.com/standardnotes/app/commit/9dfeac74897594628c0bf657226f3e5e586267dc)) +* iOS safe area using CSS ([#1610](https://github.com/standardnotes/app/issues/1610)) ([8fa5663](https://github.com/standardnotes/app/commit/8fa566336ceef8a3d7b559b1aaf342f7c51f21cd)) + +### Features + +* add lock button to navigation panel on mobile ([#1609](https://github.com/standardnotes/app/issues/1609)) ([d1b7186](https://github.com/standardnotes/app/commit/d1b71861ecf5c8093cbf3d37813ad7ab514edc42)) + ## [3.50.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.50.5...@standardnotes/web@3.50.6) (2022-09-21) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index e0960f059..6aa3e1d16 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.50.6", + "version": "3.51.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",