diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 105b1efe1..1d66ba2d6 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.68](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.67...@standardnotes/api@1.26.68) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/api + ## [1.26.67](https://github.com/standardnotes/app/compare/@standardnotes/api@1.26.66...@standardnotes/api@1.26.67) (2023-10-25) **Note:** Version bump only for package @standardnotes/api diff --git a/packages/api/package.json b/packages/api/package.json index 84af6ee52..81e747426 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api", - "version": "1.26.67", + "version": "1.26.68", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/clipper/CHANGELOG.md b/packages/clipper/CHANGELOG.md index 54bb42df3..e8f26928c 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.1.286](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.285...@standardnotes/clipper@1.1.286) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/clipper + ## [1.1.285](https://github.com/standardnotes/app/compare/@standardnotes/clipper@1.1.284...@standardnotes/clipper@1.1.285) (2023-10-26) **Note:** Version bump only for package @standardnotes/clipper diff --git a/packages/clipper/package.json b/packages/clipper/package.json index 3094f85dc..247d17c80 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.1.285", + "version": "1.1.286", "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 88e9e160a..b757656dc 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.108.220](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.108.219...@standardnotes/desktop@3.108.220) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.108.219](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.179.1...@standardnotes/desktop@3.108.219) (2023-10-26) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 13a885908..94b51b20f 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.108.219", + "version": "3.108.220", "license": "AGPL-3.0", "author": "Standard Notes.", "private": true, diff --git a/packages/encryption/CHANGELOG.md b/packages/encryption/CHANGELOG.md index 504eb4173..94dbf051a 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.90](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.89...@standardnotes/encryption@1.21.90) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/encryption + ## [1.21.89](https://github.com/standardnotes/app/compare/@standardnotes/encryption@1.21.88...@standardnotes/encryption@1.21.89) (2023-10-25) **Note:** Version bump only for package @standardnotes/encryption diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 73057ffc2..394f58335 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/encryption", - "version": "1.21.89", + "version": "1.21.90", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/features/CHANGELOG.md b/packages/features/CHANGELOG.md index 4c6caa3ad..fdbf005db 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.60.4](https://github.com/standardnotes/app/compare/@standardnotes/features@1.60.3...@standardnotes/features@1.60.4) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/features + ## [1.60.3](https://github.com/standardnotes/app/compare/@standardnotes/features@1.60.2...@standardnotes/features@1.60.3) (2023-10-23) **Note:** Version bump only for package @standardnotes/features diff --git a/packages/features/package.json b/packages/features/package.json index c487b3fa5..01fa3e445 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/features", - "version": "1.60.3", + "version": "1.60.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/filepicker/CHANGELOG.md b/packages/filepicker/CHANGELOG.md index 810ddb80e..12f6a096d 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.101](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.100...@standardnotes/filepicker@1.28.101) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/filepicker + ## [1.28.100](https://github.com/standardnotes/app/compare/@standardnotes/filepicker@1.28.99...@standardnotes/filepicker@1.28.100) (2023-10-25) **Note:** Version bump only for package @standardnotes/filepicker diff --git a/packages/filepicker/package.json b/packages/filepicker/package.json index 9333b51e6..367d8d108 100644 --- a/packages/filepicker/package.json +++ b/packages/filepicker/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filepicker", - "version": "1.28.100", + "version": "1.28.101", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 127e3217e..640e447d9 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.17.20](https://github.com/standardnotes/app/compare/@standardnotes/files@1.17.19...@standardnotes/files@1.17.20) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/files + ## [1.17.19](https://github.com/standardnotes/app/compare/@standardnotes/files@1.17.18...@standardnotes/files@1.17.19) (2023-10-25) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index 5ac76be32..8eb9c0e24 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.17.19", + "version": "1.17.20", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index c34fa941d..e203c2a52 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.56.199](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.198...@standardnotes/mobile@3.56.199) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.56.198](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.56.197...@standardnotes/mobile@3.56.198) (2023-10-26) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index e0ce05c53..500acf7fa 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.56.198", + "version": "3.56.199", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index b79f51562..d9f82866b 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.48.1](https://github.com/standardnotes/app/compare/@standardnotes/models@1.48.0...@standardnotes/models@1.48.1) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/models + # [1.48.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.47.24...@standardnotes/models@1.48.0) (2023-10-25) ### Features diff --git a/packages/models/package.json b/packages/models/package.json index 89b0522c2..2c5282b22 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/models", - "version": "1.48.0", + "version": "1.48.1", "publishConfig": { "access": "public" }, diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 0bf063b6f..ed7d26c8d 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.574](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.573...@standardnotes/releases@1.4.574) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.4.573](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.4.572...@standardnotes/releases@1.4.573) (2023-10-26) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index ec116520e..ecd85ac1a 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.4.573", + "version": "1.4.574", "license": "AGPL-3.0", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/responses/CHANGELOG.md b/packages/responses/CHANGELOG.md index 4680151ad..fc1938da5 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.51](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.50...@standardnotes/responses@1.13.51) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/responses + ## [1.13.50](https://github.com/standardnotes/app/compare/@standardnotes/responses@1.13.49...@standardnotes/responses@1.13.50) (2023-10-23) **Note:** Version bump only for package @standardnotes/responses diff --git a/packages/responses/package.json b/packages/responses/package.json index 25cda0ea5..8c3a3942c 100644 --- a/packages/responses/package.json +++ b/packages/responses/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/responses", - "version": "1.13.50", + "version": "1.13.51", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index c7a912eed..79a5bb12a 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.64.38](https://github.com/standardnotes/app/compare/@standardnotes/services@1.64.37...@standardnotes/services@1.64.38) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/services + ## [1.64.37](https://github.com/standardnotes/app/compare/@standardnotes/services@1.64.36...@standardnotes/services@1.64.37) (2023-10-25) **Note:** Version bump only for package @standardnotes/services diff --git a/packages/services/package.json b/packages/services/package.json index e6c8f9567..a19f835f5 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.64.37", + "version": "1.64.38", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index 7d2cb3b34..268f554c1 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.202.103](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.102...@standardnotes/snjs@2.202.103) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/snjs + ## [2.202.102](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.202.101...@standardnotes/snjs@2.202.102) (2023-10-25) **Note:** Version bump only for package @standardnotes/snjs diff --git a/packages/snjs/package.json b/packages/snjs/package.json index ebce05b39..e7715e1d8 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.202.102", + "version": "2.202.103", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 2472d08da..d2c4bad80 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.32.7](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.32.6...@standardnotes/ui-services@1.32.7) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/ui-services + ## [1.32.6](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.32.5...@standardnotes/ui-services@1.32.6) (2023-10-25) **Note:** Version bump only for package @standardnotes/ui-services diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 9996e2d41..cf939cfdc 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.32.6", + "version": "1.32.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 5679aeecd..71ddbe7aa 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.179.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.179.2...@standardnotes/web@3.179.3) (2023-10-26) + +**Note:** Version bump only for package @standardnotes/web + ## [3.179.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.179.1...@standardnotes/web@3.179.2) (2023-10-26) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/CHANGELOG.md.json b/packages/web/CHANGELOG.md.json index ea349e71b..6993b4592 100644 --- a/packages/web/CHANGELOG.md.json +++ b/packages/web/CHANGELOG.md.json @@ -1,5 +1,16 @@ { "versions": [ + { + "version": "3.179.3", + "title": "[3.179.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.179.2...@standardnotes/web@3.179.3) (2023-10-26)", + "date": null, + "body": "**Note:** Version bump only for package @standardnotes/web", + "parsed": { + "_": [ + "Note: Version bump only for package @standardnotes/web" + ] + } + }, { "version": "3.179.2", "title": "[3.179.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.179.1...@standardnotes/web@3.179.2) (2023-10-26)", diff --git a/packages/web/package.json b/packages/web/package.json index ad4633ccd..4cfa3d013 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.179.2", + "version": "3.179.3", "license": "AGPL-3.0", "main": "dist/app.js", "author": "Standard Notes.",