diff --git a/packages/blocks-editor/CHANGELOG.md b/packages/blocks-editor/CHANGELOG.md index 66402d17c..3f4b99578 100644 --- a/packages/blocks-editor/CHANGELOG.md +++ b/packages/blocks-editor/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.10.0](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.9.7...@standardnotes/blocks-editor@1.10.0) (2022-12-07) + +### Features + +* add ability to convert selection in Super to bulleted or numbered list ([be4cc4e](https://github.com/standardnotes/app/commit/be4cc4e605100e0a86de214e548e9ed10e2568aa)) + ## [1.9.7](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.9.6...@standardnotes/blocks-editor@1.9.7) (2022-12-07) ### Bug Fixes diff --git a/packages/blocks-editor/package.json b/packages/blocks-editor/package.json index d7b7b5ffd..1bfdde7a6 100644 --- a/packages/blocks-editor/package.json +++ b/packages/blocks-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/blocks-editor", - "version": "1.9.7", + "version": "1.10.0", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 47243ea88..61afe9377 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.104.16](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.121.1...@standardnotes/desktop@3.104.16) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.15](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.121.0...@standardnotes/desktop@3.104.15) (2022-12-07) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index b8d019956..828c1f8fe 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.104.15", + "version": "3.104.16", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 9e02caa99..0bbbc2106 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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.7.0](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.6.1...@standardnotes/icons@1.7.0) (2022-12-07) + +### Features + +* add ability to convert selection in Super to bulleted or numbered list ([be4cc4e](https://github.com/standardnotes/app/commit/be4cc4e605100e0a86de214e548e9ed10e2568aa)) + ## [1.6.1](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.6.0...@standardnotes/icons@1.6.1) (2022-11-28) ### Bug Fixes diff --git a/packages/icons/package.json b/packages/icons/package.json index 0f9f4a9ff..16e2e3c4e 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.6.1", + "version": "1.7.0", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 345bdabbd..ac52b106a 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.49.15](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.14...@standardnotes/mobile@3.49.15) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.49.14](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.13...@standardnotes/mobile@3.49.14) (2022-12-07) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index f646fa924..242f4dab4 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.14", + "version": "3.49.15", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 6e63bffc9..f598805ca 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.39](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.38...@standardnotes/releases@1.4.39) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.38](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.37...@standardnotes/releases@1.4.38) (2022-12-07) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index fa5da0280..9d5f39a64 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.38", + "version": "1.4.39", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index 73cf6ec21..79c8749af 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/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.3.13](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.12...@standardnotes/toast@1.3.13) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/toast + ## [1.3.12](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.11...@standardnotes/toast@1.3.12) (2022-11-28) **Note:** Version bump only for package @standardnotes/toast diff --git a/packages/toast/package.json b/packages/toast/package.json index 9b19b714e..58c07f823 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.3.12", + "version": "1.3.13", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index d0768d733..fe580a3de 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.19.4](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.19.3...@standardnotes/ui-services@1.19.4) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.19.3](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.19.2...@standardnotes/ui-services@1.19.3) (2022-12-07) ### Bug Fixes diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 7b8d6f452..68aa6ff2a 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.19.3", + "version": "1.19.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 097670219..a15dc4c16 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.122.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.121.1...@standardnotes/web@3.122.0) (2022-12-07) + +### Features + +* add ability to convert selection in Super to bulleted or numbered list ([be4cc4e](https://github.com/standardnotes/app/commit/be4cc4e605100e0a86de214e548e9ed10e2568aa)) + ## [3.121.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.121.0...@standardnotes/web@3.121.1) (2022-12-07) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 962452c31..e4427c29b 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.122.0", + "title": "[3.122.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.121.1...@standardnotes/web@3.122.0) (2022-12-07)", + "date": null, + "body": "### Features\n\n* add ability to convert selection in Super to bulleted or numbered list ([be4cc4e](https://github.com/standardnotes/app/commit/be4cc4e605100e0a86de214e548e9ed10e2568aa))", + "parsed": { + "_": [ + "add ability to convert selection in Super to bulleted or numbered list (be4cc4e)" + ], + "Features": [ + "add ability to convert selection in Super to bulleted or numbered list (be4cc4e)" + ] + } + }, { "version": "3.121.1", "title": "[3.121.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.121.0...@standardnotes/web@3.121.1) (2022-12-07)", diff --git a/packages/web/package.json b/packages/web/package.json index ed57ee125..a8894085e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.121.1", + "version": "3.122.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",