From 5bdbfe9fc7a15656baea138a22416ead937b3244 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Fri, 6 Jan 2023 11:59:51 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/api@1.21.4 - @standardnotes/desktop@3.104.72 - @standardnotes/encryption@1.19.35 - @standardnotes/features@1.58.0 - @standardnotes/filepicker@1.28.2 - @standardnotes/files@1.14.12 - @standardnotes/mobile@3.50.8 - @standardnotes/models@1.42.0 - @standardnotes/releases@1.4.95 - @standardnotes/responses@1.12.13 - @standardnotes/services@1.52.2 - @standardnotes/snjs@2.158.2 - @standardnotes/ui-services@1.23.2 - @standardnotes/web@3.136.0 --- 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 | 6 ++++++ 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 | 6 ++++++ 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 | 6 ++++++ packages/web/CHANGELOG.md.json | 14 ++++++++++++++ packages/web/package.json | 2 +- 29 files changed, 90 insertions(+), 14 deletions(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 6924ebe1a..d63ec4b83 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.21.4](https://github.com/standardnotes/app/compare/@standardnotes/api@1.21.3...@standardnotes/api@1.21.4) (2023-01-06) + +**Note:** Version bump only for package @standardnotes/api + ## [1.21.3](https://github.com/standardnotes/app/compare/@standardnotes/api@1.21.2...@standardnotes/api@1.21.3) (2023-01-04) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index 44e94cd97..aaaa08daf 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.21.3", + "version": "1.21.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 6c77e4a3c..729cff158 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.72](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.135.1...@standardnotes/desktop@3.104.72) (2023-01-06) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.71](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.135.0...@standardnotes/desktop@3.104.71) (2023-01-05) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 472a56bf5..5013a8901 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.71", + "version": "3.104.72", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index e949029db..946bfb38b 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.35](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.19.34...@standardnotes/encryption@1.19.35) (2023-01-06) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.19.34](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.19.33...@standardnotes/encryption@1.19.34) (2023-01-04) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 69f2c5547..b7b28c74d 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.19.34", + "version": "1.19.35", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index d2c96d976..bdd879dfc 100644 --- a/packages/features/CHANGELOG.md +++ b/packages/features/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.58.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.57.1...@standardnotes/features@1.58.0) (2023-01-06) + +### Features + +* Added per-tag preference to use table layout and removed "Files Table View" from Labs ([dd8ccde](https://github.com/standardnotes/app/commit/dd8ccdeadc6c2fd7f7ccd66f2dc4b0081616fb2b)) + ## [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 diff --git a/packages/features/package.json b/packages/features/package.json index 14292ec5a..c05f303db 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.57.1", + "version": "1.58.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 4dba3325d..9579cbf27 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.2](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.1...@standardnotes/filepicker@1.28.2) (2023-01-06) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.1](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.0...@standardnotes/filepicker@1.28.1) (2023-01-04) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 24ac98f6c..39c6f52b1 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.1", + "version": "1.28.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 17f317bb3..c801328c1 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.12](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.11...@standardnotes/files@1.14.12) (2023-01-06) + +**Note:** Version bump only for package @standardnotes/files + ## [1.14.11](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.10...@standardnotes/files@1.14.11) (2023-01-04) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index e6bdd3fa6..960fa680d 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.14.11", + "version": "1.14.12", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 935fa77a1..4cde6f0b6 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.8](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.7...@standardnotes/mobile@3.50.8) (2023-01-06) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.50.7](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.50.6...@standardnotes/mobile@3.50.7) (2023-01-05) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 77261f11a..06145e38b 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.50.7", + "version": "3.50.8", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 4bc7af60c..0ade80a03 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/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.42.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.41.1...@standardnotes/models@1.42.0) (2023-01-06) + +### Features + +* Added per-tag preference to use table layout and removed "Files Table View" from Labs ([dd8ccde](https://github.com/standardnotes/app/commit/dd8ccdeadc6c2fd7f7ccd66f2dc4b0081616fb2b)) + ## [1.41.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.41.0...@standardnotes/models@1.41.1) (2023-01-04) **Note:** Version bump only for package @standardnotes/models diff --git a/packages/models/package.json b/packages/models/package.json index 00fad49ca..960f578f7 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.41.1", + "version": "1.42.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 60fdc9fe9..db935e3c8 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.95](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.94...@standardnotes/releases@1.4.95) (2023-01-06) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.94](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.93...@standardnotes/releases@1.4.94) (2023-01-05) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index b37b69dd2..4d22a52bb 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.94", + "version": "1.4.95", "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 9444ae583..4127dfd91 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.13](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.12.12...@standardnotes/responses@1.12.13) (2023-01-06) + +**Note:** Version bump only for package @standardnotes/responses + ## [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 diff --git a/packages/responses/package.json b/packages/responses/package.json index df7d201da..5dde9b4b4 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.12.12", + "version": "1.12.13", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 0c9ae1205..62cb14f4e 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.52.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.52.1...@standardnotes/services@1.52.2) (2023-01-06) + +**Note:** Version bump only for package @standardnotes/services + ## [1.52.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.52.0...@standardnotes/services@1.52.1) (2023-01-04) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index eb067fbe2..00aa7ed48 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.52.1", + "version": "1.52.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index a7ec5613c..6602cd409 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.158.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.158.1...@standardnotes/snjs@2.158.2) (2023-01-06) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.158.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.158.0...@standardnotes/snjs@2.158.1) (2023-01-04) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index b3dd1b6c5..31e404000 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.158.1", + "version": "2.158.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 2270ce4e7..494e4ff56 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.23.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.23.1...@standardnotes/ui-services@1.23.2) (2023-01-06) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.23.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.23.0...@standardnotes/ui-services@1.23.1) (2023-01-05) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 71d52d049..bb129d817 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.23.1", + "version": "1.23.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 19c0c0b0d..1d55d9833 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.136.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.135.1...@standardnotes/web@3.136.0) (2023-01-06) + +### Features + +* Added per-tag preference to use table layout and removed "Files Table View" from Labs ([dd8ccde](https://github.com/standardnotes/app/commit/dd8ccdeadc6c2fd7f7ccd66f2dc4b0081616fb2b)) + ## [3.135.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.135.0...@standardnotes/web@3.135.1) (2023-01-05) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index c3697786b..7611a7628 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,19 @@ { "versions": [ + { + "version": "3.136.0", + "title": "[3.136.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.135.1...@standardnotes/web@3.136.0) (2023-01-06)", + "date": null, + "body": "### Features\n\n* Added per-tag preference to use table layout and removed \"Files Table View\" from Labs ([dd8ccde](https://github.com/standardnotes/app/commit/dd8ccdeadc6c2fd7f7ccd66f2dc4b0081616fb2b))", + "parsed": { + "_": [ + "Added per-tag preference to use table layout and removed \"Files Table View\" from Labs (dd8ccde)" + ], + "Features": [ + "Added per-tag preference to use table layout and removed \"Files Table View\" from Labs (dd8ccde)" + ] + } + }, { "version": "3.135.1", "title": "[3.135.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.135.0...@standardnotes/web@3.135.1) (2023-01-05)", diff --git a/packages/web/package.json b/packages/web/package.json index 8a495b837..675105f65 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.135.1", + "version": "3.136.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",