diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index e1d612370..ff133210e 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.39](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.38...@standardnotes/clipper@1.0.39) (2023-05-02) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.0.38](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.37...@standardnotes/clipper@1.0.38) (2023-05-02) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 145e279e7..6407850c3 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.38", + "version": "1.0.39", "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 bdc327bb3..b1f134dc5 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.1](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.155.0...@standardnotes/desktop@3.106.1) (2023-05-02) + +**Note:** Version bump only for package @standardnotes/desktop + # [3.106.0](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.154.1...@standardnotes/desktop@3.106.0) (2023-05-02) ### Features diff --git a/packages/desktop/package.json b/packages/desktop/package.json index aa4411948..c0249140c 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.0", + "version": "3.106.1", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index ee29b499f..9f15cfcb3 100644 --- a/packages/filepicker/CHANGELOG.md +++ b/packages/filepicker/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.28.39](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.38...@standardnotes/filepicker@1.28.39) (2023-05-02) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.38](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.37...@standardnotes/filepicker@1.28.38) (2023-05-02) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 011ba14b4..523d9a07d 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.38", + "version": "1.28.39", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index a98d3c825..d3d5168ac 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/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. +## [1.15.1](https://github.com/standardnotes/app/compare/@standardnotes/files@1.15.0...@standardnotes/files@1.15.1) (2023-05-02) + +### Bug Fixes + +* automatically convert Super notes to Markdown for the Plaintext Backups feature ([75ecf4c](https://github.com/standardnotes/app/commit/75ecf4c393a6bc0ab2d6bf50dcbee21cef520746)) + # [1.15.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.47...@standardnotes/files@1.15.0) (2023-05-02) ### Features diff --git a/packages/files/package.json b/packages/files/package.json index 9eff44502..c9a1953b6 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.15.0", + "version": "1.15.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 360765836..cc949fd67 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.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.0...@standardnotes/mobile@3.53.1) (2023-05-02) + +**Note:** Version bump only for package @standardnotes/mobile + # [3.53.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.36...@standardnotes/mobile@3.53.0) (2023-05-02) ### Features diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 061735a4e..d30d5024f 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.53.0", + "version": "3.53.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 b495dd9ce..abf1db3d4 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.269](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.268...@standardnotes/releases@1.4.269) (2023-05-02) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.268](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.267...@standardnotes/releases@1.4.268) (2023-05-02) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 3a4d9e750..38df5729c 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.268", + "version": "1.4.269", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 744c5c7d7..8b31f830b 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/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. +## [1.59.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.59.0...@standardnotes/services@1.59.1) (2023-05-02) + +### Bug Fixes + +* automatically convert Super notes to Markdown for the Plaintext Backups feature ([75ecf4c](https://github.com/standardnotes/app/commit/75ecf4c393a6bc0ab2d6bf50dcbee21cef520746)) + # [1.59.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.58.5...@standardnotes/services@1.59.0) (2023-05-02) ### Features diff --git a/packages/services/package.json b/packages/services/package.json index 09f0ccbc6..d2da9311e 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.59.0", + "version": "1.59.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index c1733d985..b3bf20d37 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/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. +## [2.168.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.168.0...@standardnotes/snjs@2.168.1) (2023-05-02) + +**Note:** Version bump only for package @standardnotes/snjs + # [2.168.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.167.5...@standardnotes/snjs@2.168.0) (2023-05-02) ### Features diff --git a/packages/snjs/package.json b/packages/snjs/package.json index dd6c43419..3d4430d57 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.168.0", + "version": "2.168.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 48561bfad..1194c1b12 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-services/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.25.8](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.25.7...@standardnotes/ui-services@1.25.8) (2023-05-02) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.25.7](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.25.6...@standardnotes/ui-services@1.25.7) (2023-05-02) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index c41326737..a29c3b036 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.25.7", + "version": "1.25.8", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 80ba9fe09..2496cfa61 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.155.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.155.0...@standardnotes/web@3.155.1) (2023-05-02) + +### Bug Fixes + +* automatically convert Super notes to Markdown for the Plaintext Backups feature ([75ecf4c](https://github.com/standardnotes/app/commit/75ecf4c393a6bc0ab2d6bf50dcbee21cef520746)) + # [3.155.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.154.1...@standardnotes/web@3.155.0) (2023-05-02) ### Features diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 0b99b1501..2cffe2910 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.155.1", + "title": "[3.155.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.155.0...@standardnotes/web@3.155.1) (2023-05-02)", + "date": null, + "body": "### Bug Fixes\n\n* automatically convert Super notes to Markdown for the Plaintext Backups feature ([75ecf4c](https://github.com/standardnotes/app/commit/75ecf4c393a6bc0ab2d6bf50dcbee21cef520746))", + "parsed": { + "_": [ + "automatically convert Super notes to Markdown for the Plaintext Backups feature (75ecf4c)" + ], + "Bug Fixes": [ + "automatically convert Super notes to Markdown for the Plaintext Backups feature (75ecf4c)" + ] + } + }, { "version": "3.155.0", "title": "[3.155.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.154.1...@standardnotes/web@3.155.0) (2023-05-02)", diff --git a/packages/web/package.json b/packages/web/package.json index 4629f6d08..360b94334 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.155.0", + "version": "3.155.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",