diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 725e2e4a8..414901a36 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/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.26.5](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.4...@standardnotes/api@1.26.5) (2023-05-04) + +**Note:** Version bump only for package @standardnotes/api + ## [1.26.4](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.3...@standardnotes/api@1.26.4) (2023-04-26) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index 677670399..c41943372 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.4", + "version": "1.26.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index e4eef9fdf..29a503142 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.45](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.44...@standardnotes/clipper@1.0.45) (2023-05-04) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.0.44](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.43...@standardnotes/clipper@1.0.44) (2023-05-04) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 5fe770621..ec876ac6d 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.44", + "version": "1.0.45", "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 eb71d9d2d..bd0dcf06a 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.7](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.156.4...@standardnotes/desktop@3.106.7) (2023-05-04) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.106.6](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.156.3...@standardnotes/desktop@3.106.6) (2023-05-04) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ed9e532bf..f17c155a7 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.6", + "version": "3.106.7", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 5c9c7423b..159f848a0 100644 --- a/packages/encryption/CHANGELOG.md +++ b/packages/encryption/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.21.33](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.32...@standardnotes/encryption@1.21.33) (2023-05-04) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.32](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.31...@standardnotes/encryption@1.21.32) (2023-04-26) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 8f2d288c1..87620f837 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.32", + "version": "1.21.33", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 9f15cfcb3..ebddfc4fa 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.40](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.39...@standardnotes/filepicker@1.28.40) (2023-05-04) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [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 diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 523d9a07d..8f4346626 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.39", + "version": "1.28.40", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index d3d5168ac..0d31281b1 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/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.15.2](https://github.com/standardnotes/app/compare/@standardnotes/files@1.15.1...@standardnotes/files@1.15.2) (2023-05-04) + +**Note:** Version bump only for package @standardnotes/files + ## [1.15.1](https://github.com/standardnotes/app/compare/@standardnotes/files@1.15.0...@standardnotes/files@1.15.1) (2023-05-02) ### Bug Fixes diff --git a/packages/files/package.json b/packages/files/package.json index c9a1953b6..1c1306c4a 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.15.1", + "version": "1.15.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 7ad0bb278..c2b63b671 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.7](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.53.6...@standardnotes/mobile@3.53.7) (2023-05-04) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.53.6](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.156.3...@standardnotes/mobile@3.53.6) (2023-05-04) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index f2ab688e9..469965c4d 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.53.6", + "version": "3.53.7", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index eaa2f0741..49233343a 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/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.45.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.44.3...@standardnotes/models@1.45.0) (2023-05-04) + +### Features + +* Replaced margin resizers with "Editor width" options. You can set it globally from Preferences > Appearance or per-note from the note options menu ([#2324](https://github.com/standardnotes/app/issues/2324)) ([9fbb845](https://github.com/standardnotes/app/commit/9fbb845b1d3b1ca6a4b064f3b63bdae1cf7777e8)) + ## [1.44.3](https://github.com/standardnotes/app/compare/@standardnotes/models@1.44.2...@standardnotes/models@1.44.3) (2023-04-26) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index 442e2c6ae..0809b4c1d 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.44.3", + "version": "1.45.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 8882dc5d8..540e4c3f8 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.275](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.274...@standardnotes/releases@1.4.275) (2023-05-04) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.274](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.273...@standardnotes/releases@1.4.274) (2023-05-04) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index f82df8b19..1dbd766ea 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.274", + "version": "1.4.275", "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 19b5129a3..f33116e8d 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/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.59.4](https://github.com/standardnotes/app/compare/@standardnotes/services@1.59.3...@standardnotes/services@1.59.4) (2023-05-04) + +**Note:** Version bump only for package @standardnotes/services + ## [1.59.3](https://github.com/standardnotes/app/compare/@standardnotes/services@1.59.2...@standardnotes/services@1.59.3) (2023-05-04) ### Bug Fixes diff --git a/packages/services/package.json b/packages/services/package.json index a5dbf9a9c..044331fcc 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.59.3", + "version": "1.59.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 4c6519d79..6398d5c22 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.4](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.168.3...@standardnotes/snjs@2.168.4) (2023-05-04) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.168.3](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.168.2...@standardnotes/snjs@2.168.3) (2023-05-04) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 4e049a627..a1fb3a3fe 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.168.3", + "version": "2.168.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 75650a691..9e115f65d 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-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.26.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.25.10...@standardnotes/ui-services@1.26.0) (2023-05-04) + +### Features + +* Replaced margin resizers with "Editor width" options. You can set it globally from Preferences > Appearance or per-note from the note options menu ([#2324](https://github.com/standardnotes/app/issues/2324)) ([9fbb845](https://github.com/standardnotes/app/commit/9fbb845b1d3b1ca6a4b064f3b63bdae1cf7777e8)) + ## [1.25.10](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.25.9...@standardnotes/ui-services@1.25.10) (2023-05-04) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index e0e57dfd2..53f8faa75 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.25.10", + "version": "1.26.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 96dd8bbae..c781a743d 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.157.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.156.4...@standardnotes/web@3.157.0) (2023-05-04) + +### Features + +* Replaced margin resizers with "Editor width" options. You can set it globally from Preferences > Appearance or per-note from the note options menu ([#2324](https://github.com/standardnotes/app/issues/2324)) ([9fbb845](https://github.com/standardnotes/app/commit/9fbb845b1d3b1ca6a4b064f3b63bdae1cf7777e8)) + ## [3.156.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.156.3...@standardnotes/web@3.156.4) (2023-05-04) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index ff1679f07..e99a391c2 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.157.0", + "title": "[3.157.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.156.4...@standardnotes/web@3.157.0) (2023-05-04)", + "date": null, + "body": "### Features\n\n* Replaced margin resizers with \"Editor width\" options. You can set it globally from Preferences > Appearance or per-note from the note options menu ([#2324](https://github.com/standardnotes/app/issues/2324)) ([9fbb845](https://github.com/standardnotes/app/commit/9fbb845b1d3b1ca6a4b064f3b63bdae1cf7777e8))", + "parsed": { + "_": [ + "Replaced margin resizers with \"Editor width\" options. You can set it globally from Preferences > Appearance or per-note from the note options menu (#2324) (9fbb845)" + ], + "Features": [ + "Replaced margin resizers with \"Editor width\" options. You can set it globally from Preferences > Appearance or per-note from the note options menu (#2324) (9fbb845)" + ] + } + }, { "version": "3.156.4", "title": "[3.156.4](https://github.com/standardnotes/app/compare/@standardnotes/web@3.156.3...@standardnotes/web@3.156.4) (2023-05-04)", diff --git a/packages/web/package.json b/packages/web/package.json index a651c9faf..8b5690fc1 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.156.4", + "version": "3.157.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",