diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 6842c8ffe..cc5b33565 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.17](https://github.com/standardnotes/app/compare/@standardnotes/api@1.20.16...@standardnotes/api@1.20.17) (2022-12-02) + +**Note:** Version bump only for package @standardnotes/api + ## [1.20.16](https://github.com/standardnotes/app/compare/@standardnotes/api@1.20.15...@standardnotes/api@1.20.16) (2022-12-02) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index f0ca3ba8a..d284a12ca 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.20.16", + "version": "1.20.17", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index bae679595..274913df1 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.3](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.117.1...@standardnotes/desktop@3.104.3) (2022-12-02) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.2](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.117.0...@standardnotes/desktop@3.104.2) (2022-12-02) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 748cb0d06..6629e49b4 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.2", + "version": "3.104.3", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index f55b89c82..d1d44bb45 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.25](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.19.24...@standardnotes/encryption@1.19.25) (2022-12-02) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.19.24](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.19.23...@standardnotes/encryption@1.19.24) (2022-12-02) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 135e45f76..65d8f7cea 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.19.24", + "version": "1.19.25", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index c4f016bcd..0483011bc 100644 --- a/packages/filepicker/CHANGELOG.md +++ b/packages/filepicker/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.27.2](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.27.1...@standardnotes/filepicker@1.27.2) (2022-12-02) + +### Bug Fixes + +* **mobile:** Fixes issue where file upload doesn't work with immediate biometrics ([#2083](https://github.com/standardnotes/app/issues/2083)) ([6cacdd8](https://github.com/standardnotes/app/commit/6cacdd8c5882ac562c73a706aa4237c53a049f5c)) + ## [1.27.1](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.27.0...@standardnotes/filepicker@1.27.1) (2022-12-02) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 9bca0b9f5..3e40042f9 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.27.1", + "version": "1.27.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 7b0dc24f6..4ab0793a8 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.2](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.1...@standardnotes/files@1.14.2) (2022-12-02) + +**Note:** Version bump only for package @standardnotes/files + ## [1.14.1](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.0...@standardnotes/files@1.14.1) (2022-12-02) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 70b504981..0212d3eb2 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.14.1", + "version": "1.14.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 96ef6f409..c2f61a5bb 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.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.1...@standardnotes/mobile@3.49.2) (2022-12-02) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.49.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.0...@standardnotes/mobile@3.49.1) (2022-12-02) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 45241dace..414b81002 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.1", + "version": "3.49.2", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 7ec6d240e..6ec208f8f 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.39.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.39.0...@standardnotes/models@1.39.1) (2022-12-02) + +**Note:** Version bump only for package @standardnotes/models + # [1.39.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.38.2...@standardnotes/models@1.39.0) (2022-12-02) ### Features diff --git a/packages/models/package.json b/packages/models/package.json index 0096736fb..c7583f93a 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.39.0", + "version": "1.39.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index c64f62fb7..6480a40c2 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.26](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.25...@standardnotes/releases@1.4.26) (2022-12-02) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.25](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.24...@standardnotes/releases@1.4.25) (2022-12-02) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 52b462cca..bee06ab4a 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.25", + "version": "1.4.26", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 6b042eb87..83fbaa5ff 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/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.50.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.50.0...@standardnotes/services@1.50.1) (2022-12-02) + +### Bug Fixes + +* fixes issue where files imported from another account could not be deleted ([#2082](https://github.com/standardnotes/app/issues/2082)) ([b5b6192](https://github.com/standardnotes/app/commit/b5b6192b603b5ce60b913cc7138d30e46aafbe14)) + # [1.50.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.49.0...@standardnotes/services@1.50.0) (2022-12-02) ### Features diff --git a/packages/services/package.json b/packages/services/package.json index deb59df91..04291c95f 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.50.0", + "version": "1.50.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index fe293a39f..1f91f321e 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.155.2](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.155.1...@standardnotes/snjs@2.155.2) (2022-12-02) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.155.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.155.0...@standardnotes/snjs@2.155.1) (2022-12-02) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index f423da766..85ab6df27 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.155.1", + "version": "2.155.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 3bc6a0a5a..6d1761920 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.17.9](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.17.8...@standardnotes/ui-services@1.17.9) (2022-12-02) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.17.8](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.17.7...@standardnotes/ui-services@1.17.8) (2022-12-02) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index a60e2f143..e4057ae83 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.17.8", + "version": "1.17.9", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index d201ac660..0e5d2c90b 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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.14.1](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.14.0...@standardnotes/utils@1.14.1) (2022-12-02) + +### Bug Fixes + +* fixes issue where files imported from another account could not be deleted ([#2082](https://github.com/standardnotes/app/issues/2082)) ([b5b6192](https://github.com/standardnotes/app/commit/b5b6192b603b5ce60b913cc7138d30e46aafbe14)) + # [1.14.0](https://github.com/standardnotes/app/compare/@standardnotes/utils@1.13.1...@standardnotes/utils@1.14.0) (2022-12-01) ### Features diff --git a/packages/utils/package.json b/packages/utils/package.json index 9bb47aa01..0ab25eb64 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/utils", - "version": "1.14.0", + "version": "1.14.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 70b0518b3..7d5714760 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.117.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.1...@standardnotes/web@3.117.2) (2022-12-02) + +### Bug Fixes + +* fixes issue where files imported from another account could not be deleted ([#2082](https://github.com/standardnotes/app/issues/2082)) ([b5b6192](https://github.com/standardnotes/app/commit/b5b6192b603b5ce60b913cc7138d30e46aafbe14)) +* **mobile:** Fixes issue where file upload doesn't work with immediate biometrics ([#2083](https://github.com/standardnotes/app/issues/2083)) ([6cacdd8](https://github.com/standardnotes/app/commit/6cacdd8c5882ac562c73a706aa4237c53a049f5c)) + ## [3.117.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.0...@standardnotes/web@3.117.1) (2022-12-02) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index 0bb4362c4..202e2feef 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,21 @@ { "versions": [ + { + "version": "3.117.2", + "title": "[3.117.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.1...@standardnotes/web@3.117.2) (2022-12-02)", + "date": null, + "body": "### Bug Fixes\n\n* fixes issue where files imported from another account could not be deleted ([#2082](https://github.com/standardnotes/app/issues/2082)) ([b5b6192](https://github.com/standardnotes/app/commit/b5b6192b603b5ce60b913cc7138d30e46aafbe14))\n* **mobile:** Fixes issue where file upload doesn't work with immediate biometrics ([#2083](https://github.com/standardnotes/app/issues/2083)) ([6cacdd8](https://github.com/standardnotes/app/commit/6cacdd8c5882ac562c73a706aa4237c53a049f5c))", + "parsed": { + "_": [ + "fixes issue where files imported from another account could not be deleted (#2082) (b5b6192)", + "mobile: Fixes issue where file upload doesn't work with immediate biometrics (#2083) (6cacdd8)" + ], + "Bug Fixes": [ + "fixes issue where files imported from another account could not be deleted (#2082) (b5b6192)", + "mobile: Fixes issue where file upload doesn't work with immediate biometrics (#2083) (6cacdd8)" + ] + } + }, { "version": "3.117.1", "title": "[3.117.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.117.0...@standardnotes/web@3.117.1) (2022-12-02)", diff --git a/packages/web/package.json b/packages/web/package.json index 322406979..d5e538019 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.117.1", + "version": "3.117.2", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",