diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 9699d05de..20e1e409d 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/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.23.198](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.197...@standardnotes/desktop@3.23.198) (2022-10-07) + +### Bug Fixes + +* **desktop:** use different method to send messages across main and render without node integration in preload ([#1769](https://github.com/standardnotes/app/issues/1769)) ([20226c3](https://github.com/standardnotes/app/commit/20226c326945ad9dc524f6dcbfc1c1274befb652)) + ## [3.23.197](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.196...@standardnotes/desktop@3.23.197) (2022-10-07) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index a0ba8b43e..c3c108c9e 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.197", + "version": "3.23.198", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 453b9155b..252473eb4 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/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.41.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.41.0...@standardnotes/mobile@3.41.1) (2022-10-07) + +**Note:** Version bump only for package @standardnotes/mobile + # [3.41.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.40.2...@standardnotes/mobile@3.41.0) (2022-10-07) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 95ea93de7..13e724e68 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.41.0", + "version": "3.41.1", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index c9e935bfa..17894dc4a 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.125](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.124...@standardnotes/releases@1.3.125) (2022-10-07) + +**Note:** Version bump only for package @standardnotes/releases + ## [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 diff --git a/packages/releases/package.json b/packages/releases/package.json index 68ce02131..9122be5da 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.124", + "version": "1.3.125", "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 a2b1a3cf7..0eae07c39 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.71.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.70.5...@standardnotes/web@3.71.0) (2022-10-07) + +### Features + +* change quick settings menu layout ([#1770](https://github.com/standardnotes/app/issues/1770)) ([59db63f](https://github.com/standardnotes/app/commit/59db63f05230168b20d6b2db2eaf1a4b99c02f50)) +* open purchase flow when clicking upgrade cta with no account ([#1771](https://github.com/standardnotes/app/issues/1771)) ([734b986](https://github.com/standardnotes/app/commit/734b986294380954c7eb3ceac42d76ef17b27ca1)) + ## [3.70.5](https://github.com/standardnotes/app/compare/@standardnotes/web@3.70.4...@standardnotes/web@3.70.5) (2022-10-07) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index 2b58c3abc..25ed59fbb 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.70.5", + "version": "3.71.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",