diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index ed9a004f7..f7934e5e0 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.23.269](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.268...@standardnotes/desktop@3.23.269) (2022-11-03) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.268](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.267...@standardnotes/desktop@3.23.268) (2022-11-02) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index b782e0aad..34453e4c6 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.23.268", + "version": "3.23.269", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index bb08a0f09..d80a8b329 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.45.18](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.17...@standardnotes/mobile@3.45.18) (2022-11-03) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.45.17](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.45.16...@standardnotes/mobile@3.45.17) (2022-11-02) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 8cb035c71..03e19888d 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.45.17", + "version": "3.45.18", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 392e45170..52e3a89e1 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.3.200](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.199...@standardnotes/releases@1.3.200) (2022-11-03) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.3.199](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.3.198...@standardnotes/releases@1.3.199) (2022-11-02) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 8b3738e44..085ba95dc 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.3.199", + "version": "1.3.200", "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 502f9aaf3..8dd54892b 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.42.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.41.0...@standardnotes/services@1.42.0) (2022-11-03) + +### Features + +* add sending user requests from UI ([#1927](https://github.com/standardnotes/app/issues/1927)) ([7ead0f6](https://github.com/standardnotes/app/commit/7ead0f655bb2572e5805dd26c297d520949d661a)) + # [1.41.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.40.1...@standardnotes/services@1.41.0) (2022-11-02) ### Features diff --git a/packages/services/package.json b/packages/services/package.json index dd6a505f3..a91f5dda5 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/services", - "version": "1.41.0", + "version": "1.42.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/snjs/CHANGELOG.md b/packages/snjs/CHANGELOG.md index e3d411e4d..0b8272546 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.147.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.147.0...@standardnotes/snjs@2.147.1) (2022-11-03) + +**Note:** Version bump only for package @standardnotes/snjs + # [2.147.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.146.1...@standardnotes/snjs@2.147.0) (2022-11-02) ### Features diff --git a/packages/snjs/package.json b/packages/snjs/package.json index 4f545ab56..f4e4e5c67 100644 --- a/packages/snjs/package.json +++ b/packages/snjs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/snjs", - "version": "2.147.0", + "version": "2.147.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/ui-services/CHANGELOG.md b/packages/ui-services/CHANGELOG.md index 4ec753e7c..40347ac93 100644 --- a/packages/ui-services/CHANGELOG.md +++ b/packages/ui-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.13.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.12.0...@standardnotes/ui-services@1.13.0) (2022-11-03) + +### Features + +* add sending user requests from UI ([#1927](https://github.com/standardnotes/app/issues/1927)) ([7ead0f6](https://github.com/standardnotes/app/commit/7ead0f655bb2572e5805dd26c297d520949d661a)) + # [1.12.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.11.1...@standardnotes/ui-services@1.12.0) (2022-11-02) ### Features diff --git a/packages/ui-services/package.json b/packages/ui-services/package.json index 89887555c..551a56201 100644 --- a/packages/ui-services/package.json +++ b/packages/ui-services/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/ui-services", - "version": "1.12.0", + "version": "1.13.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index ab712ef46..bc07ea7e6 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.93.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.92.0...@standardnotes/web@3.93.0) (2022-11-03) + +### Features + +* add sending user requests from UI ([#1927](https://github.com/standardnotes/app/issues/1927)) ([7ead0f6](https://github.com/standardnotes/app/commit/7ead0f655bb2572e5805dd26c297d520949d661a)) + # [3.92.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.91.1...@standardnotes/web@3.92.0) (2022-11-02) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index 4d5c0c5a9..1bb61a435 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.92.0", + "version": "3.93.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes.",