diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 6e7d06dae..acf4dc002 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.26.2](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.1...@standardnotes/api@1.26.2) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/api + ## [1.26.1](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.0...@standardnotes/api@1.26.1) (2023-04-24) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index cafffb0ca..98f411603 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.1", + "version": "1.26.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 99e2c08c2..d6ed8385a 100644 --- a/packages/clipper/CHANGELOG.md +++ b/packages/clipper/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.0.22](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.21...@standardnotes/clipper@1.0.22) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.0.21](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.0.20...@standardnotes/clipper@1.0.21) (2023-04-25) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 8a11333cb..4521eff81 100644 --- a/packages/clipper/package.json +++ b/packages/clipper/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/clipper", "description": "Web clipper browser extension for Standard Notes", - "version": "1.0.21", + "version": "1.0.22", "private": true, "scripts": { "build-mv2": "yarn clean && webpack --config ./webpack.config.prod.js", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 8ff88bbbf..43522b668 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.105.71](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.153.0...@standardnotes/desktop@3.105.71) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.105.70](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.152.3...@standardnotes/desktop@3.105.70) (2023-04-25) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 515c64681..a89047bf2 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.105.70", + "version": "3.105.71", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index c9a85faa1..c001cb533 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.30](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.29...@standardnotes/encryption@1.21.30) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.29](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.28...@standardnotes/encryption@1.21.29) (2023-04-24) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 2fa7ef242..bc38c83aa 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.29", + "version": "1.21.30", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 4d5af56c2..a90c28824 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.59.1](https://github.com/standardnotes/app/compare/@standardnotes/features@1.59.0...@standardnotes/features@1.59.1) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/features + # [1.59.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.58.16...@standardnotes/features@1.59.0) (2023-04-17) ### Features diff --git a/packages/features/package.json b/packages/features/package.json index f9c2b7ae0..76021d761 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.59.0", + "version": "1.59.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/src/Domain/Lists/ServerFeatures.ts b/packages/features/src/Domain/Lists/ServerFeatures.ts index 57e2d7976..f56d4feab 100644 --- a/packages/features/src/Domain/Lists/ServerFeatures.ts +++ b/packages/features/src/Domain/Lists/ServerFeatures.ts @@ -12,8 +12,7 @@ export function serverFeatures(): ServerFeatureDescription[] { permission_name: PermissionName.TwoFactorAuth, }, { - availableInSubscriptions: [], - availableInRoles: ['INTERNAL_TEAM_USER'], + availableInSubscriptions: [SubscriptionName.ProPlan], name: 'U2F authentication', identifier: FeatureIdentifier.UniversalSecondFactor, permission_name: PermissionName.UniversalSecondFactor, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index bc5e8d3be..5ef1dc0a7 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.35](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.34...@standardnotes/filepicker@1.28.35) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.34](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.33...@standardnotes/filepicker@1.28.34) (2023-04-24) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index bf3d3d662..760f86d2d 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.34", + "version": "1.28.35", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 12f648b22..6353b0e51 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.45](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.44...@standardnotes/files@1.14.45) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/files + ## [1.14.44](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.43...@standardnotes/files@1.14.44) (2023-04-24) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 710352529..b5f001761 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.14.44", + "version": "1.14.45", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index d84b8370b..ab6a64a7a 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.52.18](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.17...@standardnotes/mobile@3.52.18) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.52.17](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.52.16...@standardnotes/mobile@3.52.17) (2023-04-25) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 11303c474..6ee9ea3c8 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.52.17", + "version": "3.52.18", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 5b24800bc..9391b1754 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.44.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.44.0...@standardnotes/models@1.44.1) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/models + # [1.44.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.43.16...@standardnotes/models@1.44.0) (2023-04-24) ### Features diff --git a/packages/models/package.json b/packages/models/package.json index 2704cfe38..1b45af875 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.44.0", + "version": "1.44.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 49dc3288e..a81bb42ec 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.249](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.248...@standardnotes/releases@1.4.249) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.248](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.247...@standardnotes/releases@1.4.248) (2023-04-25) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 2772882fc..ec8a771be 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.248", + "version": "1.4.249", "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 724e1dd99..857072fc4 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.19](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.18...@standardnotes/responses@1.13.19) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.18](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.17...@standardnotes/responses@1.13.18) (2023-04-17) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 647e5368b..bee291051 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.18", + "version": "1.13.19", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 041c15833..0d0d4ab38 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.58.3](https://github.com/standardnotes/app/compare/@standardnotes/services@1.58.2...@standardnotes/services@1.58.3) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/services + ## [1.58.2](https://github.com/standardnotes/app/compare/@standardnotes/services@1.58.1...@standardnotes/services@1.58.2) (2023-04-24) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index b29e7af56..97a6dcb83 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.58.2", + "version": "1.58.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 541a0d77a..12b49e37b 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.167.3](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.167.2...@standardnotes/snjs@2.167.3) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.167.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.167.1...@standardnotes/snjs@2.167.2) (2023-04-24) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 1838f4996..b4eabbc0f 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.167.2", + "version": "2.167.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 83b07064f..073f2b12a 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.25.3](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.25.2...@standardnotes/ui-services@1.25.3) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.25.2](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.25.1...@standardnotes/ui-services@1.25.2) (2023-04-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 506984b2f..f7850c682 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.25.2", + "version": "1.25.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index f7481f0f5..b6cb4b991 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.153.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.0...@standardnotes/web@3.153.1) (2023-04-26) + +**Note:** Version bump only for package @standardnotes/web + # [3.153.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.152.3...@standardnotes/web@3.153.0) (2023-04-25) ### Features diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index edf048ed2..2f247f866 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.153.1", + "title": "[3.153.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.153.0...@standardnotes/web@3.153.1) (2023-04-26)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.153.0", "title": "[3.153.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.152.3...@standardnotes/web@3.153.0) (2023-04-25)", diff --git a/packages/web/package.json b/packages/web/package.json index 05f3a693f..90b6e74c7 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.153.0", + "version": "3.153.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",