diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index a39f7d881..036cece79 100644 --- a/packages/api-gateway/CHANGELOG.md +++ b/packages/api-gateway/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.3.5](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.3.4...@standardnotes/api-gateway@1.3.5) (2022-07-06) + +### Bug Fixes + +* testing project packages ([d818799](https://github.com/standardnotes/api-gateway/commit/d818799418d3681c60ba1758b9d5dda945aed5a7)) + ## [1.3.4](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.3.3...@standardnotes/api-gateway@1.3.4) (2022-07-06) ### Bug Fixes diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index d9ed2928b..66c56b9b4 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.3.4", + "version": "1.3.5", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index e068ee507..5a18c03f0 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.3.14](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.3.13...@standardnotes/auth-server@1.3.14) (2022-07-06) + +### Bug Fixes + +* testing project packages ([d818799](https://github.com/standardnotes/auth/commit/d818799418d3681c60ba1758b9d5dda945aed5a7)) + ## [1.3.13](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.3.12...@standardnotes/auth-server@1.3.13) (2022-07-06) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index c4417644f..1654e43ce 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.3.13", + "version": "1.3.14", "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 07ec36676..d02a28a20 100644 --- a/packages/domain-events-infra/CHANGELOG.md +++ b/packages/domain-events-infra/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.7.0 (2022-07-06) + +### Features + +* add domain-event-infra package ([808d18e](https://github.com/standardnotes/server/commit/808d18e7cd499afe9040e4306b1e3e351fb244bd)) + ## [1.5.8](https://github.com/standardnotes/snjs/compare/@standardnotes/domain-events-infra@1.5.7...@standardnotes/domain-events-infra@1.5.8) (2022-07-05) **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 dd44a817a..b5ed2f576 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.6.0", + "version": "1.7.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 64b73ef53..815cf4287 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/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.1.11](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.1.10...@standardnotes/files-server@1.1.11) (2022-07-06) + +### Bug Fixes + +* testing project packages ([d818799](https://github.com/standardnotes/files/commit/d818799418d3681c60ba1758b9d5dda945aed5a7)) + ## [1.1.10](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.1.9...@standardnotes/files-server@1.1.10) (2022-07-06) ### Bug Fixes diff --git a/packages/files/package.json b/packages/files/package.json index a75a4a168..1d49b49ee 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files-server", - "version": "1.1.10", + "version": "1.1.11", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/scheduler/CHANGELOG.md b/packages/scheduler/CHANGELOG.md index 7fa9ad3aa..ca43b3648 100644 --- a/packages/scheduler/CHANGELOG.md +++ b/packages/scheduler/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.2.6](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.2.5...@standardnotes/scheduler-server@1.2.6) (2022-07-06) + +### Bug Fixes + +* testing project packages ([d818799](https://github.com/standardnotes/server/commit/d818799418d3681c60ba1758b9d5dda945aed5a7)) + ## [1.2.5](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.2.4...@standardnotes/scheduler-server@1.2.5) (2022-07-06) ### Bug Fixes diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index b8e400588..b0a1672d3 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/scheduler-server", - "version": "1.2.5", + "version": "1.2.6", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 87bff54bc..e437a0022 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.1.11](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.1.10...@standardnotes/syncing-server@1.1.11) (2022-07-06) + +### Bug Fixes + +* testing project packages ([d818799](https://github.com/standardnotes/syncing-server-js/commit/d818799418d3681c60ba1758b9d5dda945aed5a7)) + ## [1.1.10](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.1.9...@standardnotes/syncing-server@1.1.10) (2022-07-06) ### Bug Fixes diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index a0e899100..50a77d7c3 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.1.10", + "version": "1.1.11", "engines": { "node": ">=16.0.0 <17.0.0" },