From 09b8f00eed37430e18016a6d8bf0209a6e4ea105 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Sat, 19 Nov 2022 15:17:36 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/blocks-editor@1.7.0 - @standardnotes/desktop@3.100.17 - @standardnotes/icons@1.6.0 - @standardnotes/mobile@3.46.27 - @standardnotes/releases@1.3.253 - @standardnotes/toast@1.3.11 - @standardnotes/ui-services@1.14.2 - @standardnotes/web@3.104.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 72fafa5e6..c098f1789 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.7.0](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.6.2...@standardnotes/blocks-editor@1.7.0) (2022-11-19) + +### Features + +* ability to drag super list items; secure password generation blocks ([#2039](https://github.com/standardnotes/app/issues/2039)) ([c39c72d](https://github.com/standardnotes/app/commit/c39c72da7a4fb85f4da9aa4e6f8e9f7ba4486a94)) + ## [1.6.2](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.6.1...@standardnotes/blocks-editor@1.6.2) (2022-11-19) ### Bug Fixes diff --git a/packages/blocks-editor/package.json b/packages/blocks-editor/package.json index ea005474b..2abbc43c9 100644 --- a/packages/blocks-editor/package.json +++ b/packages/blocks-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/blocks-editor", - "version": "1.6.2", + "version": "1.7.0", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 0c35702b7..3e2cf7351 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.17](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.16...@standardnotes/desktop@3.100.17) (2022-11-19) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.100.16](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.100.15...@standardnotes/desktop@3.100.16) (2022-11-19) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index d7e60d351..35b836e32 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.16", + "version": "3.100.17", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 3b5d30c58..03e9afcd3 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.6.0](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.5.0...@standardnotes/icons@1.6.0) (2022-11-19) + +### Features + +* ability to drag super list items; secure password generation blocks ([#2039](https://github.com/standardnotes/app/issues/2039)) ([c39c72d](https://github.com/standardnotes/app/commit/c39c72da7a4fb85f4da9aa4e6f8e9f7ba4486a94)) + # [1.5.0](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.10...@standardnotes/icons@1.5.0) (2022-11-18) ### Features diff --git a/packages/icons/package.json b/packages/icons/package.json index 6afc4fa25..d20ba3d33 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.5.0", + "version": "1.6.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 66c606597..cfe7b6c1f 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.27](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.26...@standardnotes/mobile@3.46.27) (2022-11-19) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.46.26](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.46.25...@standardnotes/mobile@3.46.26) (2022-11-19) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 74820483f..82262033b 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.46.26", + "version": "3.46.27", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 955f03954..a90b8dfd8 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.253](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.252...@standardnotes/releases@1.3.253) (2022-11-19) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.252](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.251...@standardnotes/releases@1.3.252) (2022-11-19) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 81786e973..7e681f826 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.252", + "version": "1.3.253", "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 f6bc2bc55..218aa163c 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.11](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.3.10...@standardnotes/toast@1.3.11) (2022-11-19) + +**Note:** Version bump only for package @standardnotes/toast + ## [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 diff --git a/packages/toast/package.json b/packages/toast/package.json index ba4e72bec..664851101 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.3.10", + "version": "1.3.11", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index c372a1659..27c2c4b5c 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.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.14.1...@standardnotes/ui-services@1.14.2) (2022-11-19) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [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 diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index b47c25005..1c7c047fe 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.14.1", + "version": "1.14.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 0e3024784..d61bb09be 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.104.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.103.2...@standardnotes/web@3.104.0) (2022-11-19) + +### Features + +* ability to drag super list items; secure password generation blocks ([#2039](https://github.com/standardnotes/app/issues/2039)) ([c39c72d](https://github.com/standardnotes/app/commit/c39c72da7a4fb85f4da9aa4e6f8e9f7ba4486a94)) + ## [3.103.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.103.1...@standardnotes/web@3.103.2) (2022-11-19) ### Bug Fixes diff --git a/packages/web/package.json b/packages/web/package.json index f851c4ede..48d7241e0 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.103.2", + "version": "3.104.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",