diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 40535c73d..3ef822b27 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.12.1](https://github.com/standardnotes/server/compare/@standardnotes/analytics@1.12.0...@standardnotes/analytics@1.12.1) (2022-08-09) + +### Bug Fixes + +* **analytics:** bitop over analytics time ([0ffec66](https://github.com/standardnotes/server/commit/0ffec66bea480fe9cec55415d90b608fddc26a84)) + # [1.12.0](https://github.com/standardnotes/server/compare/@standardnotes/analytics@1.11.0...@standardnotes/analytics@1.12.0) (2022-08-09) ### Features diff --git a/packages/analytics/package.json b/packages/analytics/package.json index f231b633d..90bc7834d 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/analytics", - "version": "1.12.0", + "version": "1.12.1", "engines": { "node": ">=14.0.0 <17.0.0" }, diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index 203f1344a..194b11164 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.11.1](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.11.0...@standardnotes/api-gateway@1.11.1) (2022-08-09) + +**Note:** Version bump only for package @standardnotes/api-gateway + # [1.11.0](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.10.0...@standardnotes/api-gateway@1.11.0) (2022-08-09) ### Features diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index 9fdd30d77..fe5ea1740 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.11.0", + "version": "1.11.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index a556cddba..2b1a8168b 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/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.5](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.13.4...@standardnotes/auth-server@1.13.5) (2022-08-09) + +**Note:** Version bump only for package @standardnotes/auth-server + ## [1.13.4](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.13.3...@standardnotes/auth-server@1.13.4) (2022-08-09) **Note:** Version bump only for package @standardnotes/auth-server diff --git a/packages/auth/package.json b/packages/auth/package.json index 678b3da09..6dc8ef61f 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.13.4", + "version": "1.13.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index c235bc4b9..e43af69da 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.6.38](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.37...@standardnotes/syncing-server@1.6.38) (2022-08-09) + +**Note:** Version bump only for package @standardnotes/syncing-server + ## [1.6.37](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.36...@standardnotes/syncing-server@1.6.37) (2022-08-09) **Note:** Version bump only for package @standardnotes/syncing-server diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 324c55e8e..c6322c062 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.6.37", + "version": "1.6.38", "engines": { "node": ">=16.0.0 <17.0.0" },