diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index cc8fd5ce1..5af62b5e4 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.103](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.102...@standardnotes/clipper@1.1.103) (2023-07-19) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.102](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.101...@standardnotes/clipper@1.1.102) (2023-07-19) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index d199d791b..18e26c12b 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.102", + "version": "1.1.103", "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 4fea1df44..dffb52888 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.108.34](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.167.0...@standardnotes/desktop@3.108.34) (2023-07-19) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.33](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.166.19...@standardnotes/desktop@3.108.33) (2023-07-19) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index cae613438..1385e4856 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.108.33", + "version": "3.108.34", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index c8e353e88..946a99558 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.56.13](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.12...@standardnotes/mobile@3.56.13) (2023-07-19) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.12](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.11...@standardnotes/mobile@3.56.12) (2023-07-19) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index ca93f5a55..f78bc3f84 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.12", + "version": "3.56.13", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index da2bba37d..325c0553e 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.385](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.384...@standardnotes/releases@1.4.385) (2023-07-19) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.384](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.383...@standardnotes/releases@1.4.384) (2023-07-19) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 5729e0d3d..2052d54de 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.384", + "version": "1.4.385", "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 a61bf5a6b..edc76cde1 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.167.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.0...@standardnotes/web@3.167.1) (2023-07-19) + +### Bug Fixes + +* Fixed issue where trying to create new folder on mobile would close navigation pane ([2b0df30](https://github.com/standardnotes/app/commit/2b0df30ca25bd15d7e4c279fa0e586ddec08b821)) + # [3.167.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.19...@standardnotes/web@3.167.0) (2023-07-19) ### Features diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 4911eed1e..597f5d003 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.167.1", + "title": "[3.167.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.167.0...@standardnotes/web@3.167.1) (2023-07-19)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where trying to create new folder on mobile would close navigation pane ([2b0df30](https://github.com/standardnotes/app/commit/2b0df30ca25bd15d7e4c279fa0e586ddec08b821))", + "parsed": { + "_": [ + "Fixed issue where trying to create new folder on mobile would close navigation pane (2b0df30)" + ], + "Bug Fixes": [ + "Fixed issue where trying to create new folder on mobile would close navigation pane (2b0df30)" + ] + } + }, { "version": "3.167.0", "title": "[3.167.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.166.19...@standardnotes/web@3.167.0) (2023-07-19)", diff --git a/packages/web/package.json b/packages/web/package.json index 84600d5fc..7880ce07f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.167.0", + "version": "3.167.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",