diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 4a2b8df0d..a68c97702 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.31.28](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.27...@standardnotes/mobile@3.31.28) (2022-09-08) + +### Bug Fixes + +* let Android to correctly recognize the NativeMobileWeb environment when opening WebView on Android ([#1503](https://github.com/standardnotes/app/issues/1503)) ([461ebc2](https://github.com/standardnotes/app/commit/461ebc27689a6e7dff65ae7345fc8eebf1daf703)) + ## [3.31.27](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.31.26...@standardnotes/mobile@3.31.27) (2022-09-08) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 8d6cafebe..c2e9f6623 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.31.27", + "version": "3.31.28", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 159049fde..b7b0d32a3 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.34](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.33...@standardnotes/releases@1.3.34) (2022-09-08) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.33](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.32...@standardnotes/releases@1.3.33) (2022-09-08) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 225637c92..d6964a8c8 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.33", + "version": "1.3.34", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts",