From 006f1fccec72090aef6bd505ec6aaa1601a6c28c Mon Sep 17 00:00:00 2001 From: standardci Date: Mon, 7 Nov 2022 09:16:03 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/analytics@1.51.0 - @standardnotes/api-gateway@1.36.13 - @standardnotes/auth-server@1.52.0 - @standardnotes/domain-events-infra@1.9.12 - @standardnotes/domain-events@2.78.0 - @standardnotes/event-store@1.6.7 - @standardnotes/files-server@1.8.7 - @standardnotes/scheduler-server@1.13.8 - @standardnotes/syncing-server@1.10.24 - @standardnotes/websockets-server@1.4.7 - @standardnotes/workspace-server@1.17.7 --- packages/analytics/CHANGELOG.md | 6 ++++++ 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/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/scheduler/CHANGELOG.md | 4 ++++ packages/scheduler/package.json | 2 +- packages/syncing-server/CHANGELOG.md | 4 ++++ packages/syncing-server/package.json | 2 +- packages/websockets/CHANGELOG.md | 4 ++++ packages/websockets/package.json | 2 +- packages/workspace/CHANGELOG.md | 4 ++++ packages/workspace/package.json | 2 +- 22 files changed, 61 insertions(+), 11 deletions(-) diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 3f5863b30..e5598c75c 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/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.51.0](https://github.com/standardnotes/server/compare/@standardnotes/analytics@1.50.0...@standardnotes/analytics@1.51.0) (2022-11-07) + +### Features + +* **analytics:** add handling subscription expired events ([c0f5817](https://github.com/standardnotes/server/commit/c0f5817d4753410ee5d997c1b94e340b400cb5d9)) + # [1.50.0](https://github.com/standardnotes/server/compare/@standardnotes/analytics@1.49.0...@standardnotes/analytics@1.50.0) (2022-11-07) ### Features diff --git a/packages/analytics/package.json b/packages/analytics/package.json index f46859ffa..a040967c3 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/analytics", - "version": "1.50.0", + "version": "1.51.0", "engines": { "node": ">=14.0.0 <17.0.0" }, diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index 3f2b30955..7cf414b79 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.36.13](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.36.12...@standardnotes/api-gateway@1.36.13) (2022-11-07) + +**Note:** Version bump only for package @standardnotes/api-gateway + ## [1.36.12](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.36.11...@standardnotes/api-gateway@1.36.12) (2022-11-07) **Note:** Version bump only for package @standardnotes/api-gateway diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index 3ac721e6a..5e43f5892 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.36.12", + "version": "1.36.13", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 25b2cc626..8312ba72d 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.52.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.51.0...@standardnotes/auth-server@1.52.0) (2022-11-07) + +### Features + +* **analytics:** add handling subscription expired events ([c0f5817](https://github.com/standardnotes/server/commit/c0f5817d4753410ee5d997c1b94e340b400cb5d9)) + # [1.51.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.50.0...@standardnotes/auth-server@1.51.0) (2022-11-07) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index 47a0ea292..06a27ff40 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.51.0", + "version": "1.52.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/domain-events-infra/CHANGELOG.md b/packages/domain-events-infra/CHANGELOG.md index 225aaaa13..f0835c722 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.9.12](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.9.11...@standardnotes/domain-events-infra@1.9.12) (2022-11-07) + +**Note:** Version bump only for package @standardnotes/domain-events-infra + ## [1.9.11](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.9.10...@standardnotes/domain-events-infra@1.9.11) (2022-11-07) **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 7720e94fc..33051168e 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.9.11", + "version": "1.9.12", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/domain-events/CHANGELOG.md b/packages/domain-events/CHANGELOG.md index b0eb88584..6fcc690c1 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.78.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.77.0...@standardnotes/domain-events@2.78.0) (2022-11-07) + +### Features + +* **analytics:** add handling subscription expired events ([c0f5817](https://github.com/standardnotes/server/commit/c0f5817d4753410ee5d997c1b94e340b400cb5d9)) + # [2.77.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.76.0...@standardnotes/domain-events@2.77.0) (2022-11-07) ### Features diff --git a/packages/domain-events/package.json b/packages/domain-events/package.json index de4d52509..f0509ac27 100644 --- a/packages/domain-events/package.json +++ b/packages/domain-events/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-events", - "version": "2.77.0", + "version": "2.78.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/event-store/CHANGELOG.md b/packages/event-store/CHANGELOG.md index 0d5c0bb8e..ee5306563 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.6.7](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.6.6...@standardnotes/event-store@1.6.7) (2022-11-07) + +**Note:** Version bump only for package @standardnotes/event-store + ## [1.6.6](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.6.5...@standardnotes/event-store@1.6.6) (2022-11-07) **Note:** Version bump only for package @standardnotes/event-store diff --git a/packages/event-store/package.json b/packages/event-store/package.json index c6d49c11e..3c94a2a7b 100644 --- a/packages/event-store/package.json +++ b/packages/event-store/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/event-store", - "version": "1.6.6", + "version": "1.6.7", "description": "Event Store Service", "private": true, "main": "dist/src/index.js", diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 0eeef08d0..8cec22bb3 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.8.7](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.8.6...@standardnotes/files-server@1.8.7) (2022-11-07) + +**Note:** Version bump only for package @standardnotes/files-server + ## [1.8.6](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.8.5...@standardnotes/files-server@1.8.6) (2022-11-07) **Note:** Version bump only for package @standardnotes/files-server diff --git a/packages/files/package.json b/packages/files/package.json index d3fafafd4..012217a7c 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files-server", - "version": "1.8.6", + "version": "1.8.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/scheduler/CHANGELOG.md b/packages/scheduler/CHANGELOG.md index a33581ef8..d455b7b5e 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.13.8](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.13.7...@standardnotes/scheduler-server@1.13.8) (2022-11-07) + +**Note:** Version bump only for package @standardnotes/scheduler-server + ## [1.13.7](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.13.6...@standardnotes/scheduler-server@1.13.7) (2022-11-07) **Note:** Version bump only for package @standardnotes/scheduler-server diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index 6355e1745..023d9a55c 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/scheduler-server", - "version": "1.13.7", + "version": "1.13.8", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 79607de19..950de8347 100644 --- a/packages/syncing-server/CHANGELOG.md +++ b/packages/syncing-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.10.24](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.10.23...@standardnotes/syncing-server@1.10.24) (2022-11-07) + +**Note:** Version bump only for package @standardnotes/syncing-server + ## [1.10.23](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.10.22...@standardnotes/syncing-server@1.10.23) (2022-11-07) **Note:** Version bump only for package @standardnotes/syncing-server diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 8f81ca622..4d3c645ce 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.10.23", + "version": "1.10.24", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/websockets/CHANGELOG.md b/packages/websockets/CHANGELOG.md index 7b8e46801..d5b17cb7b 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.4.7](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.4.6...@standardnotes/websockets-server@1.4.7) (2022-11-07) + +**Note:** Version bump only for package @standardnotes/websockets-server + ## [1.4.6](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.4.5...@standardnotes/websockets-server@1.4.6) (2022-11-07) **Note:** Version bump only for package @standardnotes/websockets-server diff --git a/packages/websockets/package.json b/packages/websockets/package.json index 2f1455770..401c5523c 100644 --- a/packages/websockets/package.json +++ b/packages/websockets/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/websockets-server", - "version": "1.4.6", + "version": "1.4.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/workspace/CHANGELOG.md b/packages/workspace/CHANGELOG.md index 1213571a2..2fc94f645 100644 --- a/packages/workspace/CHANGELOG.md +++ b/packages/workspace/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.7](https://github.com/standardnotes/server/compare/@standardnotes/workspace-server@1.17.6...@standardnotes/workspace-server@1.17.7) (2022-11-07) + +**Note:** Version bump only for package @standardnotes/workspace-server + ## [1.17.6](https://github.com/standardnotes/server/compare/@standardnotes/workspace-server@1.17.5...@standardnotes/workspace-server@1.17.6) (2022-11-07) **Note:** Version bump only for package @standardnotes/workspace-server diff --git a/packages/workspace/package.json b/packages/workspace/package.json index e093775b5..aeacf1fef 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/workspace-server", - "version": "1.17.6", + "version": "1.17.7", "engines": { "node": ">=16.0.0 <17.0.0" },