From 5c17ae3c4eebbc844dd28689b34ef53741dac2cf Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 31 Jan 2023 17:45:25 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.24.12 - @standardnotes/blocks-editor@1.15.0 - @standardnotes/desktop@3.104.118 - @standardnotes/encryption@1.21.11 - @standardnotes/features@1.58.7 - @standardnotes/filepicker@1.28.16 - @standardnotes/files@1.14.26 - @standardnotes/mobile@3.50.54 - @standardnotes/models@1.42.13 - @standardnotes/releases@1.4.141 - @standardnotes/responses@1.13.7 - @standardnotes/services@1.56.13 - @standardnotes/snjs@2.164.15 - @standardnotes/ui-services@1.24.17 - @standardnotes/web@3.142.10 --- packages/api/CHANGELOG.md | 4 ++++ packages/api/package.json | 2 +- packages/blocks-editor/CHANGELOG.md | 6 ++++++ packages/blocks-editor/package.json | 2 +- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/encryption/CHANGELOG.md | 4 ++++ packages/encryption/package.json | 2 +- packages/features/CHANGELOG.md | 4 ++++ packages/features/package.json | 2 +- packages/filepicker/CHANGELOG.md | 4 ++++ packages/filepicker/package.json | 2 +- packages/files/CHANGELOG.md | 4 ++++ packages/files/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/models/CHANGELOG.md | 4 ++++ packages/models/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/responses/CHANGELOG.md | 4 ++++ packages/responses/package.json | 2 +- packages/services/CHANGELOG.md | 4 ++++ packages/services/package.json | 2 +- packages/snjs/CHANGELOG.md | 4 ++++ packages/snjs/package.json | 2 +- packages/ui-services/CHANGELOG.md | 4 ++++ packages/ui-services/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/CHANGELOG.md.json | 11 +++++++++++ packages/web/package.json | 2 +- 31 files changed, 88 insertions(+), 15 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 02e041ae2..c670c41e3 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.24.12](https://github.com/standardnotes/app/compare/@standardnotes/api@1.24.11...@standardnotes/api@1.24.12) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/api + ## [1.24.11](https://github.com/standardnotes/app/compare/@standardnotes/api@1.24.10...@standardnotes/api@1.24.11) (2023-01-24) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index 4c0127e9c..552da052f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.24.11", + "version": "1.24.12", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/blocks-editor/CHANGELOG.md b/packages/blocks-editor/CHANGELOG.md index f44c82a3e..966d57d60 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.15.0](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.14.1...@standardnotes/blocks-editor@1.15.0) (2023-01-31) + +### Features + +* Changed floating toolbar in Super to be always visible above keyboard on mobile ([#2188](https://github.com/standardnotes/app/issues/2188)) ([ba67f8b](https://github.com/standardnotes/app/commit/ba67f8b8ce664d79a4374b6d36003db8789e5de0)) + ## [1.14.1](https://github.com/standardnotes/app/compare/@standardnotes/blocks-editor@1.14.0...@standardnotes/blocks-editor@1.14.1) (2023-01-25) **Note:** Version bump only for package @standardnotes/blocks-editor diff --git a/packages/blocks-editor/package.json b/packages/blocks-editor/package.json index efc651da1..2c3fc3063 100644 --- a/packages/blocks-editor/package.json +++ b/packages/blocks-editor/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/blocks-editor", - "version": "1.14.1", + "version": "1.15.0", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 882fed192..58ec87bc7 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.118](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.142.9...@standardnotes/desktop@3.104.118) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.117](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.142.8...@standardnotes/desktop@3.104.117) (2023-01-30) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index c1e8119d2..f6398a950 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.117", + "version": "3.104.118", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 58e6bbd38..10ccd0e17 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.11](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.10...@standardnotes/encryption@1.21.11) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.10](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.9...@standardnotes/encryption@1.21.10) (2023-01-24) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index ffd728fe2..b6d548732 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.10", + "version": "1.21.11", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index d9b322178..c0031072d 100644 --- a/packages/features/CHANGELOG.md +++ b/packages/features/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.58.7](https://github.com/standardnotes/app/compare/@standardnotes/features@1.58.6...@standardnotes/features@1.58.7) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/features + ## [1.58.6](https://github.com/standardnotes/app/compare/@standardnotes/features@1.58.5...@standardnotes/features@1.58.6) (2023-01-21) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index 40ee05983..e724fb6b7 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.58.6", + "version": "1.58.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index f1e9a64c0..ee48f724d 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.16](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.15...@standardnotes/filepicker@1.28.16) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.15](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.14...@standardnotes/filepicker@1.28.15) (2023-01-24) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 18e518d04..c2eb9dd75 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.15", + "version": "1.28.16", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 8de00dd55..3445b158f 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.14.26](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.25...@standardnotes/files@1.14.26) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/files + ## [1.14.25](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.24...@standardnotes/files@1.14.25) (2023-01-24) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 28ed19fbb..10a276317 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.14.25", + "version": "1.14.26", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index d5cb50c03..4142bb499 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.50.54](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.53...@standardnotes/mobile@3.50.54) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.50.53](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.52...@standardnotes/mobile@3.50.53) (2023-01-30) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 3e867169c..4c5d5726e 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.50.53", + "version": "3.50.54", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 684791191..f63be1e4c 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/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.42.13](https://github.com/standardnotes/app/compare/@standardnotes/models@1.42.12...@standardnotes/models@1.42.13) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/models + ## [1.42.12](https://github.com/standardnotes/app/compare/@standardnotes/models@1.42.11...@standardnotes/models@1.42.12) (2023-01-24) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index c374666a3..4be16921e 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.42.12", + "version": "1.42.13", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 92ca20dff..799561b75 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.141](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.140...@standardnotes/releases@1.4.141) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.140](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.139...@standardnotes/releases@1.4.140) (2023-01-30) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 4a144086a..8380f8ebd 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.140", + "version": "1.4.141", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/responses/CHANGELOG.md b/packages/responses/CHANGELOG.md index 20ea95f18..f4e906a9b 100644 --- a/packages/responses/CHANGELOG.md +++ b/packages/responses/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.13.7](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.6...@standardnotes/responses@1.13.7) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.6](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.5...@standardnotes/responses@1.13.6) (2023-01-21) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 4e35282b1..ed5735faa 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.6", + "version": "1.13.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index ba19943e4..f4d6fbdf9 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.56.13](https://github.com/standardnotes/app/compare/@standardnotes/services@1.56.12...@standardnotes/services@1.56.13) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/services + ## [1.56.12](https://github.com/standardnotes/app/compare/@standardnotes/services@1.56.11...@standardnotes/services@1.56.12) (2023-01-24) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index 2c438408c..3238edbdd 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.56.12", + "version": "1.56.13", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 22f70e208..a0d1ac583 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.164.15](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.164.14...@standardnotes/snjs@2.164.15) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.164.14](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.164.13...@standardnotes/snjs@2.164.14) (2023-01-27) ### Bug Fixes diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 374c57f78..cb5d41c1f 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.164.14", + "version": "2.164.15", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 5df8cafff..e411f110b 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.24.17](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.16...@standardnotes/ui-services@1.24.17) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.24.16](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.24.15...@standardnotes/ui-services@1.24.16) (2023-01-24) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 6e3e9012f..89d06e26c 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.24.16", + "version": "1.24.17", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 5ee8dbc1b..08ded9fba 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/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.142.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.9...@standardnotes/web@3.142.10) (2023-01-31) + +**Note:** Version bump only for package @standardnotes/web + ## [3.142.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.8...@standardnotes/web@3.142.9) (2023-01-30) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 8a46e018b..0154aad19 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.142.10", + "title": "[3.142.10](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.9...@standardnotes/web@3.142.10) (2023-01-31)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.142.9", "title": "[3.142.9](https://github.com/standardnotes/app/compare/@standardnotes/web@3.142.8...@standardnotes/web@3.142.9) (2023-01-30)", diff --git a/packages/web/package.json b/packages/web/package.json index 928c88ef3..498756eb9 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.142.9", + "version": "3.142.10", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",