diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index cc5b33565..b732ceac1 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.18](https://github.com/standardnotes/app/compare/@standardnotes/api@1.20.17...@standardnotes/api@1.20.18) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/api + ## [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 diff --git a/packages/api/package.json b/packages/api/package.json index d284a12ca..d02e72199 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.20.17", + "version": "1.20.18", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index d7de27d9a..908663702 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.10](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.119.1...@standardnotes/desktop@3.104.10) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.104.9](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.119.0...@standardnotes/desktop@3.104.9) (2022-12-05) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 95671aa37..742ab71c9 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.9", + "version": "3.104.10", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index d1d44bb45..f969559f7 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.26](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.19.25...@standardnotes/encryption@1.19.26) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/encryption + ## [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 diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 65d8f7cea..75aafe88b 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.19.25", + "version": "1.19.26", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 5beedb8c6..275dfdd45 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.56.0](https://github.com/standardnotes/app/compare/@standardnotes/features@1.55.3...@standardnotes/features@1.56.0) (2022-12-05) + +### Features + +* add Super note type to list of note types ([#2086](https://github.com/standardnotes/app/issues/2086)) ([caf2c4a](https://github.com/standardnotes/app/commit/caf2c4a87646ab4d1aa7007c39547fd3b16c0c6f)) + ## [1.55.3](https://github.com/standardnotes/app/compare/@standardnotes/features@1.55.2...@standardnotes/features@1.55.3) (2022-11-17) ### Bug Fixes diff --git a/packages/features/package.json b/packages/features/package.json index 1a55fdfe1..22c608eef 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.55.3", + "version": "1.56.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 0483011bc..6af73f627 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.3](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.27.2...@standardnotes/filepicker@1.27.3) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.27.2](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.27.1...@standardnotes/filepicker@1.27.2) (2022-12-02) ### Bug Fixes diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 3e40042f9..8b13e0d83 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.27.2", + "version": "1.27.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 4ab0793a8..4a474cd93 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.3](https://github.com/standardnotes/app/compare/@standardnotes/files@1.14.2...@standardnotes/files@1.14.3) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/files + ## [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 diff --git a/packages/files/package.json b/packages/files/package.json index 0212d3eb2..6358b6d13 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.14.2", + "version": "1.14.3", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index e91b98e2a..2b618bb6b 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.9](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.8...@standardnotes/mobile@3.49.9) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.49.8](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.49.7...@standardnotes/mobile@3.49.8) (2022-12-05) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 4199e97f9..cc031e81c 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.49.8", + "version": "3.49.9", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 6ec208f8f..ab863a959 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.2](https://github.com/standardnotes/app/compare/@standardnotes/models@1.39.1...@standardnotes/models@1.39.2) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/models + ## [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 diff --git a/packages/models/package.json b/packages/models/package.json index c7583f93a..485e4558b 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.39.1", + "version": "1.39.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index b124f73b9..4acf84fea 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.33](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.32...@standardnotes/releases@1.4.33) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.32](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.31...@standardnotes/releases@1.4.32) (2022-12-05) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 7414eb128..764856b12 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.32", + "version": "1.4.33", "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 b1de31c5d..92d9c7b06 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.10](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.12.9...@standardnotes/responses@1.12.10) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.12.9](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.12.8...@standardnotes/responses@1.12.9) (2022-11-17) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 2ceab0184..767e8115d 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.12.9", + "version": "1.12.10", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index 8101a3285..c81da7731 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.4](https://github.com/standardnotes/app/compare/@standardnotes/services@1.50.3...@standardnotes/services@1.50.4) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/services + ## [1.50.3](https://github.com/standardnotes/app/compare/@standardnotes/services@1.50.2...@standardnotes/services@1.50.3) (2022-12-04) ### Bug Fixes diff --git a/packages/services/package.json b/packages/services/package.json index 2cfdf1197..ddc427275 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.50.3", + "version": "1.50.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index c5507033c..4e4329fb0 100644 --- a/packages/snjs/CHANGELOG.md +++ b/packages/snjs/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. +# [2.156.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.155.4...@standardnotes/snjs@2.156.0) (2022-12-05) + +### Features + +* add Super note type to list of note types ([#2086](https://github.com/standardnotes/app/issues/2086)) ([caf2c4a](https://github.com/standardnotes/app/commit/caf2c4a87646ab4d1aa7007c39547fd3b16c0c6f)) + ## [2.155.4](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.155.3...@standardnotes/snjs@2.155.4) (2022-12-04) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 4a3f9f20e..b58ef68c6 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.155.4", + "version": "2.156.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 66ff2340e..07322aa42 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.19.1](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.19.0...@standardnotes/ui-services@1.19.1) (2022-12-05) + +**Note:** Version bump only for package @standardnotes/ui-services + # [1.19.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.18.0...@standardnotes/ui-services@1.19.0) (2022-12-05) ### Features diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index f9b78bf3e..abb521b4e 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.19.0", + "version": "1.19.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 7a183773d..3329815bc 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.120.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.119.1...@standardnotes/web@3.120.0) (2022-12-05) + +### Bug Fixes + +* fixes issue where first change was ignored with Super notes ([1d22365](https://github.com/standardnotes/app/commit/1d22365086ffca3efa46143783b724fcde3c1681)) + +### Features + +* add Super note type to list of note types ([#2086](https://github.com/standardnotes/app/issues/2086)) ([caf2c4a](https://github.com/standardnotes/app/commit/caf2c4a87646ab4d1aa7007c39547fd3b16c0c6f)) + ## [3.119.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.119.0...@standardnotes/web@3.119.1) (2022-12-05) ### Bug Fixes diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index e4b932dec..f0bc27d38 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,23 @@ { "versions": [ + { + "version": "3.120.0", + "title": "[3.120.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.119.1...@standardnotes/web@3.120.0) (2022-12-05)", + "date": null, + "body": "### Bug Fixes\n\n* fixes issue where first change was ignored with Super notes ([1d22365](https://github.com/standardnotes/app/commit/1d22365086ffca3efa46143783b724fcde3c1681))\n\n### Features\n\n* add Super note type to list of note types ([#2086](https://github.com/standardnotes/app/issues/2086)) ([caf2c4a](https://github.com/standardnotes/app/commit/caf2c4a87646ab4d1aa7007c39547fd3b16c0c6f))", + "parsed": { + "_": [ + "fixes issue where first change was ignored with Super notes (1d22365)", + "add Super note type to list of note types (#2086) (caf2c4a)" + ], + "Bug Fixes": [ + "fixes issue where first change was ignored with Super notes (1d22365)" + ], + "Features": [ + "add Super note type to list of note types (#2086) (caf2c4a)" + ] + } + }, { "version": "3.119.1", "title": "[3.119.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.119.0...@standardnotes/web@3.119.1) (2022-12-05)", diff --git a/packages/web/package.json b/packages/web/package.json index 27f147f23..70b6f5548 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.119.1", + "version": "3.120.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",