From 06170d8d7d98d3697f4f87882e021769fec29b65 Mon Sep 17 00:00:00 2001 From: standardci Date: Wed, 30 Aug 2023 07:17:24 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/analytics@2.25.18 - @standardnotes/api-gateway@1.72.2 - @standardnotes/auth-server@1.136.0 - @standardnotes/common@1.50.2 - @standardnotes/domain-core@1.26.1 - @standardnotes/domain-events-infra@1.12.15 - @standardnotes/domain-events@2.118.0 - @standardnotes/event-store@1.11.24 - @standardnotes/files-server@1.22.3 - @standardnotes/home-server@1.15.7 - @standardnotes/revisions-server@1.28.0 - @standardnotes/scheduler-server@1.20.28 - @standardnotes/settings@1.21.26 - @standardnotes/sncrypto-node@1.15.4 - @standardnotes/syncing-server@1.87.0 - @standardnotes/websockets-server@1.10.22 --- packages/analytics/CHANGELOG.md | 4 ++++ packages/analytics/package.json | 2 +- packages/api-gateway/CHANGELOG.md | 4 ++++ packages/api-gateway/package.json | 2 +- packages/auth/CHANGELOG.md | 6 ++++++ packages/auth/package.json | 2 +- packages/common/CHANGELOG.md | 4 ++++ packages/common/package.json | 2 +- packages/domain-core/CHANGELOG.md | 4 ++++ packages/domain-core/package.json | 2 +- packages/domain-events-infra/CHANGELOG.md | 4 ++++ packages/domain-events-infra/package.json | 2 +- packages/domain-events/CHANGELOG.md | 6 ++++++ packages/domain-events/package.json | 2 +- packages/event-store/CHANGELOG.md | 4 ++++ packages/event-store/package.json | 2 +- packages/files/CHANGELOG.md | 4 ++++ packages/files/package.json | 2 +- packages/home-server/CHANGELOG.md | 4 ++++ packages/home-server/package.json | 2 +- packages/revisions/CHANGELOG.md | 6 ++++++ packages/revisions/package.json | 2 +- packages/scheduler/CHANGELOG.md | 4 ++++ packages/scheduler/package.json | 2 +- packages/settings/CHANGELOG.md | 4 ++++ packages/settings/package.json | 2 +- packages/sncrypto-node/CHANGELOG.md | 4 ++++ packages/sncrypto-node/package.json | 2 +- packages/syncing-server/CHANGELOG.md | 6 ++++++ packages/syncing-server/package.json | 2 +- packages/websockets/CHANGELOG.md | 4 ++++ packages/websockets/package.json | 2 +- 32 files changed, 88 insertions(+), 16 deletions(-) diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 22233e88d..01caf0550 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/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.25.18](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.25.17...@standardnotes/analytics@2.25.18) (2023-08-30) + +**Note:** Version bump only for package @standardnotes/analytics + ## [2.25.17](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.25.16...@standardnotes/analytics@2.25.17) (2023-08-24) **Note:** Version bump only for package @standardnotes/analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 3e485874a..a82d8ed81 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/analytics", - "version": "2.25.17", + "version": "2.25.18", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index 78547f33d..1ce5a5c2e 100644 --- a/packages/api-gateway/CHANGELOG.md +++ b/packages/api-gateway/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.72.2](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.72.1...@standardnotes/api-gateway@1.72.2) (2023-08-30) + +**Note:** Version bump only for package @standardnotes/api-gateway + ## [1.72.1](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.72.0...@standardnotes/api-gateway@1.72.1) (2023-08-28) ### Bug Fixes diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index 4324db761..f4c0b4507 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.72.1", + "version": "1.72.2", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index d836b8a21..cc738cb95 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/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.136.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.135.2...@standardnotes/auth-server@1.136.0) (2023-08-30) + +### Features + +* choose primary or secondary revisions database based on transition role ([#716](https://github.com/standardnotes/server/issues/716)) ([62d231a](https://github.com/standardnotes/server/commit/62d231ae41a75fcfc49cef0f5f17b647af2b6f45)) + ## [1.135.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.135.1...@standardnotes/auth-server@1.135.2) (2023-08-28) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index 4fdae17e1..ac5fe140b 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.135.2", + "version": "1.136.0", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 0d9546ed2..68e5ef916 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/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.2](https://github.com/standardnotes/server/compare/@standardnotes/common@1.50.1...@standardnotes/common@1.50.2) (2023-08-30) + +**Note:** Version bump only for package @standardnotes/common + ## [1.50.1](https://github.com/standardnotes/server/compare/@standardnotes/common@1.50.0...@standardnotes/common@1.50.1) (2023-08-11) **Note:** Version bump only for package @standardnotes/common diff --git a/packages/common/package.json b/packages/common/package.json index ccc54cf83..aa61d144a 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/common", - "version": "1.50.1", + "version": "1.50.2", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/domain-core/CHANGELOG.md b/packages/domain-core/CHANGELOG.md index e2a29f347..83c68a363 100644 --- a/packages/domain-core/CHANGELOG.md +++ b/packages/domain-core/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.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-core@1.26.0...@standardnotes/domain-core@1.26.1) (2023-08-30) + +**Note:** Version bump only for package @standardnotes/domain-core + # [1.26.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-core@1.25.2...@standardnotes/domain-core@1.26.0) (2023-08-18) ### Features diff --git a/packages/domain-core/package.json b/packages/domain-core/package.json index 08c60fb73..ecc5c5c83 100644 --- a/packages/domain-core/package.json +++ b/packages/domain-core/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-core", - "version": "1.26.0", + "version": "1.26.1", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/domain-events-infra/CHANGELOG.md b/packages/domain-events-infra/CHANGELOG.md index e7396694f..c867ab687 100644 --- a/packages/domain-events-infra/CHANGELOG.md +++ b/packages/domain-events-infra/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.15](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.12.14...@standardnotes/domain-events-infra@1.12.15) (2023-08-30) + +**Note:** Version bump only for package @standardnotes/domain-events-infra + ## [1.12.14](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.12.13...@standardnotes/domain-events-infra@1.12.14) (2023-08-24) **Note:** Version bump only for package @standardnotes/domain-events-infra diff --git a/packages/domain-events-infra/package.json b/packages/domain-events-infra/package.json index 743a5abcb..7975041a7 100644 --- a/packages/domain-events-infra/package.json +++ b/packages/domain-events-infra/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-events-infra", - "version": "1.12.14", + "version": "1.12.15", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/domain-events/CHANGELOG.md b/packages/domain-events/CHANGELOG.md index 49570749b..d47fbe4ac 100644 --- a/packages/domain-events/CHANGELOG.md +++ b/packages/domain-events/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.118.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.117.0...@standardnotes/domain-events@2.118.0) (2023-08-30) + +### Features + +* choose primary or secondary revisions database based on transition role ([#716](https://github.com/standardnotes/server/issues/716)) ([62d231a](https://github.com/standardnotes/server/commit/62d231ae41a75fcfc49cef0f5f17b647af2b6f45)) + # [2.117.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.116.0...@standardnotes/domain-events@2.117.0) (2023-08-24) ### Features diff --git a/packages/domain-events/package.json b/packages/domain-events/package.json index 6efdfbf8c..aa2f6137d 100644 --- a/packages/domain-events/package.json +++ b/packages/domain-events/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-events", - "version": "2.117.0", + "version": "2.118.0", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/event-store/CHANGELOG.md b/packages/event-store/CHANGELOG.md index e0b7a3d78..746664b0c 100644 --- a/packages/event-store/CHANGELOG.md +++ b/packages/event-store/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.11.24](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.11.23...@standardnotes/event-store@1.11.24) (2023-08-30) + +**Note:** Version bump only for package @standardnotes/event-store + ## [1.11.23](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.11.22...@standardnotes/event-store@1.11.23) (2023-08-24) **Note:** Version bump only for package @standardnotes/event-store diff --git a/packages/event-store/package.json b/packages/event-store/package.json index 92339b365..0d73a8531 100644 --- a/packages/event-store/package.json +++ b/packages/event-store/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/event-store", - "version": "1.11.23", + "version": "1.11.24", "description": "Event Store Service", "private": true, "main": "dist/src/index.js", diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index f9a133a2f..1b4fbb85b 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.22.3](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.22.2...@standardnotes/files-server@1.22.3) (2023-08-30) + +**Note:** Version bump only for package @standardnotes/files-server + ## [1.22.2](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.22.1...@standardnotes/files-server@1.22.2) (2023-08-28) ### Bug Fixes diff --git a/packages/files/package.json b/packages/files/package.json index 232b5713e..a6e988059 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files-server", - "version": "1.22.2", + "version": "1.22.3", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/home-server/CHANGELOG.md b/packages/home-server/CHANGELOG.md index e46720469..67acf3703 100644 --- a/packages/home-server/CHANGELOG.md +++ b/packages/home-server/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.15.7](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.15.6...@standardnotes/home-server@1.15.7) (2023-08-30) + +**Note:** Version bump only for package @standardnotes/home-server + ## [1.15.6](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.15.5...@standardnotes/home-server@1.15.6) (2023-08-29) **Note:** Version bump only for package @standardnotes/home-server diff --git a/packages/home-server/package.json b/packages/home-server/package.json index 73987516e..852b20a80 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/home-server", - "version": "1.15.6", + "version": "1.15.7", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/revisions/CHANGELOG.md b/packages/revisions/CHANGELOG.md index 82fa21cd9..c0fe661fb 100644 --- a/packages/revisions/CHANGELOG.md +++ b/packages/revisions/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.28.0](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.27.0...@standardnotes/revisions-server@1.28.0) (2023-08-30) + +### Features + +* choose primary or secondary revisions database based on transition role ([#716](https://github.com/standardnotes/server/issues/716)) ([62d231a](https://github.com/standardnotes/server/commit/62d231ae41a75fcfc49cef0f5f17b647af2b6f45)) + # [1.27.0](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.26.12...@standardnotes/revisions-server@1.27.0) (2023-08-29) ### Features diff --git a/packages/revisions/package.json b/packages/revisions/package.json index a2e083ac9..653dbfcd6 100644 --- a/packages/revisions/package.json +++ b/packages/revisions/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/revisions-server", - "version": "1.27.0", + "version": "1.28.0", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/scheduler/CHANGELOG.md b/packages/scheduler/CHANGELOG.md index 8e22500cb..6946c4c39 100644 --- a/packages/scheduler/CHANGELOG.md +++ b/packages/scheduler/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.28](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.20.27...@standardnotes/scheduler-server@1.20.28) (2023-08-30) + +**Note:** Version bump only for package @standardnotes/scheduler-server + ## [1.20.27](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.20.26...@standardnotes/scheduler-server@1.20.27) (2023-08-24) **Note:** Version bump only for package @standardnotes/scheduler-server diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index 22a651b5a..94e3b9c31 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/scheduler-server", - "version": "1.20.27", + "version": "1.20.28", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/settings/CHANGELOG.md b/packages/settings/CHANGELOG.md index 357242d07..3080bff55 100644 --- a/packages/settings/CHANGELOG.md +++ b/packages/settings/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.26](https://github.com/standardnotes/server/compare/@standardnotes/settings@1.21.25...@standardnotes/settings@1.21.26) (2023-08-30) + +**Note:** Version bump only for package @standardnotes/settings + ## [1.21.25](https://github.com/standardnotes/server/compare/@standardnotes/settings@1.21.24...@standardnotes/settings@1.21.25) (2023-08-18) **Note:** Version bump only for package @standardnotes/settings diff --git a/packages/settings/package.json b/packages/settings/package.json index 1b3ec87f3..3c1ae8a68 100644 --- a/packages/settings/package.json +++ b/packages/settings/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/settings", - "version": "1.21.25", + "version": "1.21.26", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/sncrypto-node/CHANGELOG.md b/packages/sncrypto-node/CHANGELOG.md index 82441fbc5..014d269e9 100644 --- a/packages/sncrypto-node/CHANGELOG.md +++ b/packages/sncrypto-node/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.15.4](https://github.com/standardnotes/server/compare/@standardnotes/sncrypto-node@1.15.3...@standardnotes/sncrypto-node@1.15.4) (2023-08-30) + +**Note:** Version bump only for package @standardnotes/sncrypto-node + ## [1.15.3](https://github.com/standardnotes/server/compare/@standardnotes/sncrypto-node@1.15.2...@standardnotes/sncrypto-node@1.15.3) (2023-07-12) **Note:** Version bump only for package @standardnotes/sncrypto-node diff --git a/packages/sncrypto-node/package.json b/packages/sncrypto-node/package.json index 19e4aa553..653e03a2a 100644 --- a/packages/sncrypto-node/package.json +++ b/packages/sncrypto-node/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/sncrypto-node", - "version": "1.15.3", + "version": "1.15.4", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 51acbbc50..3d23ee52f 100644 --- a/packages/syncing-server/CHANGELOG.md +++ b/packages/syncing-server/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.87.0](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.86.0...@standardnotes/syncing-server@1.87.0) (2023-08-30) + +### Features + +* choose primary or secondary revisions database based on transition role ([#716](https://github.com/standardnotes/syncing-server-js/issues/716)) ([62d231a](https://github.com/standardnotes/syncing-server-js/commit/62d231ae41a75fcfc49cef0f5f17b647af2b6f45)) + # [1.86.0](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.85.1...@standardnotes/syncing-server@1.86.0) (2023-08-29) ### Features diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 5c492edf4..bfc7eca43 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.86.0", + "version": "1.87.0", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/websockets/CHANGELOG.md b/packages/websockets/CHANGELOG.md index f3e99b455..726845cac 100644 --- a/packages/websockets/CHANGELOG.md +++ b/packages/websockets/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.10.22](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.10.21...@standardnotes/websockets-server@1.10.22) (2023-08-30) + +**Note:** Version bump only for package @standardnotes/websockets-server + ## [1.10.21](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.10.20...@standardnotes/websockets-server@1.10.21) (2023-08-24) **Note:** Version bump only for package @standardnotes/websockets-server diff --git a/packages/websockets/package.json b/packages/websockets/package.json index 82759bcd8..59b84130f 100644 --- a/packages/websockets/package.json +++ b/packages/websockets/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/websockets-server", - "version": "1.10.21", + "version": "1.10.22", "engines": { "node": ">=18.0.0 <21.0.0" },