From 5a8a37413e61774ee2a39f5756b8b59c101e1b6b Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 29 Dec 2022 07:50:08 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.20.26 - @standardnotes/desktop@3.104.59 - @standardnotes/encryption@1.19.31 - @standardnotes/features@1.57.1 - @standardnotes/filepicker@1.27.9 - @standardnotes/files@1.14.8 - @standardnotes/mobile@3.49.56 - @standardnotes/models@1.40.3 - @standardnotes/releases@1.4.82 - @standardnotes/responses@1.12.12 - @standardnotes/services@1.50.14 - @standardnotes/snjs@2.156.16 - @standardnotes/ui-services@1.21.5 - @standardnotes/web@3.130.3 --- packages/api/CHANGELOG.md | 4 ++++ packages/api/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 | 7 +++++++ packages/web/CHANGELOG.md.json | 16 ++++++++++++++++ packages/web/package.json | 2 +- 29 files changed, 89 insertions(+), 14 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 6cf639a22..0bd5a5b1a 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.20.26](https://github.com/standardnotes/app/compare/@standardnotes/api@1.20.25...@standardnotes/api@1.20.26) (2022-12-29) + +**Note:** Version bump only for package @standardnotes/api + ## [1.20.25](https://github.com/standardnotes/app/compare/@standardnotes/api@1.20.24...@standardnotes/api@1.20.25) (2022-12-28) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index 95b0ebad9..0a40d058c 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.20.25", + "version": "1.20.26", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index a457b8afe..2a3fdc42e 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.59](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.130.2...@standardnotes/desktop@3.104.59) (2022-12-29) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.58](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.130.0...@standardnotes/desktop@3.104.58) (2022-12-29) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 7d02e71f9..5542cdbf1 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.58", + "version": "3.104.59", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index fe66a59be..072583b1f 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.19.31](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.19.30...@standardnotes/encryption@1.19.31) (2022-12-29) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.19.30](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.19.29...@standardnotes/encryption@1.19.30) (2022-12-28) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index be35668f0..1b053d46e 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.19.30", + "version": "1.19.31", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index f610da246..d2c96d976 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.57.1](https://github.com/standardnotes/app/compare/@standardnotes/features@1.57.0...@standardnotes/features@1.57.1) (2022-12-29) + +**Note:** Version bump only for package @standardnotes/features + # [1.57.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.56.0...@standardnotes/features@1.57.0) (2022-12-28) ### Features diff --git a/packages/features/package.json b/packages/features/package.json index e48d141d8..14292ec5a 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.57.0", + "version": "1.57.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 51c6f5f0d..f3a07658d 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.27.9](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.27.8...@standardnotes/filepicker@1.27.9) (2022-12-29) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.27.8](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.27.7...@standardnotes/filepicker@1.27.8) (2022-12-28) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 44509f951..bf786025c 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.27.8", + "version": "1.27.9", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 21e24bb27..f605b9b9a 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.8](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.7...@standardnotes/files@1.14.8) (2022-12-29) + +**Note:** Version bump only for package @standardnotes/files + ## [1.14.7](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.6...@standardnotes/files@1.14.7) (2022-12-28) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 031bf520e..84aca363a 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.14.7", + "version": "1.14.8", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index c23c3e92e..ce82672be 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.56](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.55...@standardnotes/mobile@3.49.56) (2022-12-29) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.49.55](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.54...@standardnotes/mobile@3.49.55) (2022-12-29) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 846bd3813..e28d1022d 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.55", + "version": "3.49.56", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 56282aea6..f773ef751 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.40.3](https://github.com/standardnotes/app/compare/@standardnotes/models@1.40.2...@standardnotes/models@1.40.3) (2022-12-29) + +**Note:** Version bump only for package @standardnotes/models + ## [1.40.2](https://github.com/standardnotes/app/compare/@standardnotes/models@1.40.1...@standardnotes/models@1.40.2) (2022-12-28) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index 3c4679457..602b50e39 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.40.2", + "version": "1.40.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index fc39c7598..859bad029 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.82](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.81...@standardnotes/releases@1.4.82) (2022-12-29) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.81](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.80...@standardnotes/releases@1.4.81) (2022-12-29) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 2cd8354db..0b3f87736 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.81", + "version": "1.4.82", "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 7d1e8866f..9444ae583 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.12.12](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.12.11...@standardnotes/responses@1.12.12) (2022-12-29) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.12.11](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.12.10...@standardnotes/responses@1.12.11) (2022-12-28) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 37cb61081..df7d201da 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.12.11", + "version": "1.12.12", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index dd5be70c7..1421ef5ac 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.50.14](https://github.com/standardnotes/app/compare/@standardnotes/services@1.50.13...@standardnotes/services@1.50.14) (2022-12-29) + +**Note:** Version bump only for package @standardnotes/services + ## [1.50.13](https://github.com/standardnotes/app/compare/@standardnotes/services@1.50.12...@standardnotes/services@1.50.13) (2022-12-28) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index b5ebfa8f0..f0778023e 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.50.13", + "version": "1.50.14", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 1d0b01245..230fe9894 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.156.16](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.156.15...@standardnotes/snjs@2.156.16) (2022-12-29) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.156.15](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.156.14...@standardnotes/snjs@2.156.15) (2022-12-28) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 2eb6b9e7d..ea48bbb8f 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.156.15", + "version": "2.156.16", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index e02e7dca6..881864dae 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.21.5](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.21.4...@standardnotes/ui-services@1.21.5) (2022-12-29) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.21.4](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.21.3...@standardnotes/ui-services@1.21.4) (2022-12-28) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 649f20f71..88f8ed76e 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.21.4", + "version": "1.21.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 2e1669dd4..031ffec2a 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.130.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.130.2...@standardnotes/web@3.130.3) (2022-12-29) + +### Bug Fixes + +* Fixed issue where converting a note to Super from the note options menu would not work ([df4acbb](https://github.com/standardnotes/app/commit/df4acbb1bcd9f3bb11717dac47c31c97a1de4ff5)) +* Fixed issue where Super note font size would shift on first load ([113d3be](https://github.com/standardnotes/app/commit/113d3bebb43451ec2c815eabc255dfb790a91431)) + ## [3.130.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.130.0...@standardnotes/web@3.130.2) (2022-12-29) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index fbc78e054..2a97f2e53 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,21 @@ { "versions": [ + { + "version": "3.130.3", + "title": "[3.130.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.130.2...@standardnotes/web@3.130.3) (2022-12-29)", + "date": null, + "body": "### Bug Fixes\n\n* Fixed issue where converting a note to Super from the note options menu would not work ([df4acbb](https://github.com/standardnotes/app/commit/df4acbb1bcd9f3bb11717dac47c31c97a1de4ff5))\n* Fixed issue where Super note font size would shift on first load ([113d3be](https://github.com/standardnotes/app/commit/113d3bebb43451ec2c815eabc255dfb790a91431))", + "parsed": { + "_": [ + "Fixed issue where converting a note to Super from the note options menu would not work (df4acbb)", + "Fixed issue where Super note font size would shift on first load (113d3be)" + ], + "Bug Fixes": [ + "Fixed issue where converting a note to Super from the note options menu would not work (df4acbb)", + "Fixed issue where Super note font size would shift on first load (113d3be)" + ] + } + }, { "version": "3.130.2", "title": "[3.130.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.130.0...@standardnotes/web@3.130.2) (2022-12-29)", diff --git a/packages/web/package.json b/packages/web/package.json index 910983107..503135351 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.130.2", + "version": "3.130.3", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",