From 328bbb797db73e799c36ea5d75cd2f381bd516c9 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Fri, 18 Nov 2022 16:10:59 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/blocks-editor@1.6.0 - @standardnotes/desktop@3.100.14 - @standardnotes/icons@1.5.0 - @standardnotes/mobile@3.46.24 - @standardnotes/releases@1.3.250 - @standardnotes/toast@1.3.10 - @standardnotes/ui-services@1.14.1 - @standardnotes/web@3.103.0 --- packages/blocks-editor/CHANGELOG.md | 6 ++++++ packages/blocks-editor/package.json | 2 +- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/toast/CHANGELOG.md | 4 ++++ packages/toast/package.json | 2 +- packages/ui-services/CHANGELOG.md | 4 ++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 6 ++++++ packages/web/package.json | 2 +- 16 files changed, 46 insertions(+), 8 deletions(-) diff --git a/packages/blocks-editor/CHANGELOG.md b/packages/blocks-editor/CHANGELOG.md index 32d3cb716..fe9106961 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.6.0](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.5.3...@standardnotes/blocks-editor@1.6.0) (2022-11-18) + +### Features + +* **web:** enable block drag'n'drop in super editor ([#2029](https://github.com/standardnotes/app/issues/2029)) ([dab4f67](https://github.com/standardnotes/app/commit/dab4f678f04aee2c7dfbe7f416e7fc34e8d870cf)) + ## [1.5.3](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.5.2...@standardnotes/blocks-editor@1.5.3) (2022-11-17) **Note:** Version bump only for package @standardnotes/blocks-editor diff --git a/packages/blocks-editor/package.json b/packages/blocks-editor/package.json index b826f14e9..2b256ffdc 100644 --- a/packages/blocks-editor/package.json +++ b/packages/blocks-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/blocks-editor", - "version": "1.5.3", + "version": "1.6.0", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 7eb90b7ac..424853136 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.100.14](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.13...@standardnotes/desktop@3.100.14) (2022-11-18) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.100.13](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.12...@standardnotes/desktop@3.100.13) (2022-11-18) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index d9422eabd..149bdf4ac 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.100.13", + "version": "3.100.14", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index ebd5db9f0..3b5d30c58 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.5.0](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.10...@standardnotes/icons@1.5.0) (2022-11-18) + +### Features + +* **web:** enable block drag'n'drop in super editor ([#2029](https://github.com/standardnotes/app/issues/2029)) ([dab4f67](https://github.com/standardnotes/app/commit/dab4f678f04aee2c7dfbe7f416e7fc34e8d870cf)) + ## [1.4.10](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.9...@standardnotes/icons@1.4.10) (2022-11-16) **Note:** Version bump only for package @standardnotes/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index 3a1d36790..6afc4fa25 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.4.10", + "version": "1.5.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 b72625c8c..1b59cc296 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.46.24](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.23...@standardnotes/mobile@3.46.24) (2022-11-18) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.46.23](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.22...@standardnotes/mobile@3.46.23) (2022-11-18) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 8595eb330..f811fc7fa 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.46.23", + "version": "3.46.24", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index c84a99b06..fa17a52c4 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.3.250](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.249...@standardnotes/releases@1.3.250) (2022-11-18) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.249](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.248...@standardnotes/releases@1.3.249) (2022-11-18) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 37a8ec332..82854f150 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.249", + "version": "1.3.250", "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 88f996cc5..f6bc2bc55 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.10](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.9...@standardnotes/toast@1.3.10) (2022-11-18) + +**Note:** Version bump only for package @standardnotes/toast + ## [1.3.9](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.8...@standardnotes/toast@1.3.9) (2022-11-16) **Note:** Version bump only for package @standardnotes/toast diff --git a/packages/toast/package.json b/packages/toast/package.json index efdbcb8d6..ba4e72bec 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.3.9", + "version": "1.3.10", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 4aa9c855b..c372a1659 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.14.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.14.0...@standardnotes/ui-services@1.14.1) (2022-11-18) + +**Note:** Version bump only for package @standardnotes/ui-services + # [1.14.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.13.18...@standardnotes/ui-services@1.14.0) (2022-11-18) ### Features diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index a59c40d18..b47c25005 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.14.0", + "version": "1.14.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index ed6a433cc..3486803b6 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.103.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.102.0...@standardnotes/web@3.103.0) (2022-11-18) + +### Features + +* **web:** enable block drag'n'drop in super editor ([#2029](https://github.com/standardnotes/app/issues/2029)) ([dab4f67](https://github.com/standardnotes/app/commit/dab4f678f04aee2c7dfbe7f416e7fc34e8d870cf)) + # [3.102.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.101.2...@standardnotes/web@3.102.0) (2022-11-18) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index 5f01185ad..bfe086991 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.102.0", + "version": "3.103.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",