From 27cfd0ccf64492ae1f51191d0fa6f1bb83d0d64c Mon Sep 17 00:00:00 2001 From: standardci Date: Fri, 30 Sep 2022 09:24:21 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/analytics@1.31.1 - @standardnotes/api-gateway@1.22.5 - @standardnotes/auth-server@1.34.1 - @standardnotes/syncing-server@1.8.14 --- 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/syncing-server/CHANGELOG.md | 4 ++++ packages/syncing-server/package.json | 2 +- 8 files changed, 24 insertions(+), 4 deletions(-) diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 264a8b428..22246e947 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.31.1](https://github.com/standardnotes/server/compare/@standardnotes/analytics@1.31.0...@standardnotes/analytics@1.31.1) (2022-09-30) + +### Bug Fixes + +* **auth:** fix calculating new and existing customers churn ([82bb851](https://github.com/standardnotes/server/commit/82bb85174d94a5e03f364604a1c07a9b1633920d)) + # [1.31.0](https://github.com/standardnotes/server/compare/@standardnotes/analytics@1.30.0...@standardnotes/analytics@1.31.0) (2022-09-30) ### Features diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 0cd0ab9df..09631d0a4 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/analytics", - "version": "1.31.0", + "version": "1.31.1", "engines": { "node": ">=14.0.0 <17.0.0" }, diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index 89c04b9d8..6d7c309d5 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.22.5](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.22.4...@standardnotes/api-gateway@1.22.5) (2022-09-30) + +**Note:** Version bump only for package @standardnotes/api-gateway + ## [1.22.4](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.22.3...@standardnotes/api-gateway@1.22.4) (2022-09-30) **Note:** Version bump only for package @standardnotes/api-gateway diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index c3c7a7dbb..5c1bab462 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.22.4", + "version": "1.22.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index dd40fd9c0..ae5edceee 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.34.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.34.0...@standardnotes/auth-server@1.34.1) (2022-09-30) + +### Bug Fixes + +* **auth:** fix calculating new and existing customers churn ([82bb851](https://github.com/standardnotes/server/commit/82bb85174d94a5e03f364604a1c07a9b1633920d)) + # [1.34.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.33.0...@standardnotes/auth-server@1.34.0) (2022-09-30) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index 3fa2df6b7..b0128f5ff 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.34.0", + "version": "1.34.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 48ae0bcc2..01a3f1e0b 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.8.14](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.8.13...@standardnotes/syncing-server@1.8.14) (2022-09-30) + +**Note:** Version bump only for package @standardnotes/syncing-server + ## [1.8.13](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.8.12...@standardnotes/syncing-server@1.8.13) (2022-09-30) **Note:** Version bump only for package @standardnotes/syncing-server diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index c223ab5db..ebedf82f1 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.8.13", + "version": "1.8.14", "engines": { "node": ">=16.0.0 <17.0.0" },