diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 0f68c6de1..99e2c08c2 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.0.21](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.20...@standardnotes/clipper@1.0.21) (2023-04-25) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.0.20](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.19...@standardnotes/clipper@1.0.20) (2023-04-25) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index a39871b9c..8a11333cb 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.0.20", + "version": "1.0.21", "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 fd811184f..8ff88bbbf 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.105.70](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.152.3...@standardnotes/desktop@3.105.70) (2023-04-25) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.105.69](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.152.2...@standardnotes/desktop@3.105.69) (2023-04-25) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index abd34b92f..515c64681 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.105.69", + "version": "3.105.70", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 43889af10..d84b8370b 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.52.17](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.16...@standardnotes/mobile@3.52.17) (2023-04-25) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.52.16](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.15...@standardnotes/mobile@3.52.16) (2023-04-25) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index f0e52fee6..11303c474 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.52.16", + "version": "3.52.17", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 2e384d1c2..49dc3288e 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.248](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.247...@standardnotes/releases@1.4.248) (2023-04-25) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.247](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.246...@standardnotes/releases@1.4.247) (2023-04-25) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 9a0f7e60d..2772882fc 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.247", + "version": "1.4.248", "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 2d7f6fdfb..f7481f0f5 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.153.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.152.3...@standardnotes/web@3.153.0) (2023-04-25) + +### Features + +* Changing note type from Super to any other type will now show a conversion dialog ([d2dba42](https://github.com/standardnotes/app/commit/d2dba42403e868a4f7a0d544b8e9bd87357fa8ef)) + ## [3.152.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.152.2...@standardnotes/web@3.152.3) (2023-04-25) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index bc2ffc3c6..edf048ed2 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.153.0", + "title": "[3.153.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.152.3...@standardnotes/web@3.153.0) (2023-04-25)", + "date": null, + "body": "### Features\n\n* Changing note type from Super to any other type will now show a conversion dialog ([d2dba42](https://github.com/standardnotes/app/commit/d2dba42403e868a4f7a0d544b8e9bd87357fa8ef))", + "parsed": { + "_": [ + "Changing note type from Super to any other type will now show a conversion dialog (d2dba42)" + ], + "Features": [ + "Changing note type from Super to any other type will now show a conversion dialog (d2dba42)" + ] + } + }, { "version": "3.152.3", "title": "[3.152.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.152.2...@standardnotes/web@3.152.3) (2023-04-25)", @@ -37,7 +51,7 @@ "version": "3.152.0", "title": "[3.152.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.151.10...@standardnotes/web@3.152.0) (2023-04-24)", "date": null, - "body": "### Features\n\n* **clipper:** Added default tag setting to clipper ([2ce2b84](https://github.com/standardnotes/app/commit/2ce2b8410f5053f77d02b93dbb80aad5f33c728c))", + "body": "**Note:** Version bump only for package @standardnotes/web", "parsed": { "_": [ "Note: Version bump only for package @standardnotes/web" diff --git a/packages/web/package.json b/packages/web/package.json index c8a673eae..05f3a693f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.152.3", + "version": "3.153.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",