diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index e26cc83fa..453b9155b 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.41.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.40.2...@standardnotes/mobile@3.41.0) (2022-10-07) + +### Bug Fixes + +* **mobile:** disable landscape for iPhone ([a365c17](https://github.com/standardnotes/app/commit/a365c17c46f38e6d8cacade47542fd4ec625bc0d)) + +### Features + +* **mobile:** delete account option in settings ([#1768](https://github.com/standardnotes/app/issues/1768)) ([7d21046](https://github.com/standardnotes/app/commit/7d21046b5189eb14a5957bda6fa788d743d8ebb6)) + ## [3.40.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.40.1...@standardnotes/mobile@3.40.2) (2022-10-07) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index f7897677b..95ea93de7 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.40.2", + "version": "3.41.0", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index e67ed240c..c9e935bfa 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.124](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.123...@standardnotes/releases@1.3.124) (2022-10-07) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.123](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.122...@standardnotes/releases@1.3.123) (2022-10-07) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 76e666fd3..68ce02131 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.123", + "version": "1.3.124", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts",