diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 2729026eb..7a38cdaa1 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.13](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.12...@standardnotes/clipper@1.1.13) (2023-05-12) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.12](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.11...@standardnotes/clipper@1.1.12) (2023-05-12) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 7bcb6926d..29617349d 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.12", + "version": "1.1.13", "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 41db04b43..aab28024c 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.106.22](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.159.6...@standardnotes/desktop@3.106.22) (2023-05-12) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.106.21](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.159.5...@standardnotes/desktop@3.106.21) (2023-05-12) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 5e5cff7c1..cefb53434 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.106.21", + "version": "3.106.22", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 5adea1d85..63d881301 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.53.22](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.21...@standardnotes/mobile@3.53.22) (2023-05-12) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.53.21](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.20...@standardnotes/mobile@3.53.21) (2023-05-12) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 4142dd1e4..1ced96d04 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.53.21", + "version": "3.53.22", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 4996e6214..d7e278a43 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.290](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.289...@standardnotes/releases@1.4.290) (2023-05-12) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.289](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.288...@standardnotes/releases@1.4.289) (2023-05-12) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index dda7742b6..a05756c3d 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.289", + "version": "1.4.290", "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 914c947e4..6b6f1c1d1 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.159.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.159.6...@standardnotes/web@3.159.7) (2023-05-12) + +### Bug Fixes + +* Fixed issue where editor column would close after deleting a note on bigger screens ([7affc7e](https://github.com/standardnotes/app/commit/7affc7e5756e6b2f647e3cbbf3f316f641a29466)) + ## [3.159.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.159.5...@standardnotes/web@3.159.6) (2023-05-12) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 7dde171a2..2e8fbc79f 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.159.7", + "title": "[3.159.7](https://github.com/standardnotes/app/compare/@standardnotes/web@3.159.6...@standardnotes/web@3.159.7) (2023-05-12)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where editor column would close after deleting a note on bigger screens ([7affc7e](https://github.com/standardnotes/app/commit/7affc7e5756e6b2f647e3cbbf3f316f641a29466))", + "parsed": { + "_": [ + "Fixed issue where editor column would close after deleting a note on bigger screens (7affc7e)" + ], + "Bug Fixes": [ + "Fixed issue where editor column would close after deleting a note on bigger screens (7affc7e)" + ] + } + }, { "version": "3.159.6", "title": "[3.159.6](https://github.com/standardnotes/app/compare/@standardnotes/web@3.159.5...@standardnotes/web@3.159.6) (2023-05-12)", diff --git a/packages/web/package.json b/packages/web/package.json index a758455c1..e59ef258f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.159.6", + "version": "3.159.7", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",