diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index 1717d6bd7..a07bd017b 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.6.26](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.25...@standardnotes/api-gateway@1.6.26) (2022-07-15) + +**Note:** Version bump only for package @standardnotes/api-gateway + ## [1.6.25](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.24...@standardnotes/api-gateway@1.6.25) (2022-07-15) **Note:** Version bump only for package @standardnotes/api-gateway diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index ca1f9dd3a..333f01a78 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.6.25", + "version": "1.6.26", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 19b23ded5..42e370e58 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.11.27](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.26...@standardnotes/auth-server@1.11.27) (2022-07-15) + +**Note:** Version bump only for package @standardnotes/auth-server + ## [1.11.26](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.25...@standardnotes/auth-server@1.11.26) (2022-07-15) **Note:** Version bump only for package @standardnotes/auth-server diff --git a/packages/auth/package.json b/packages/auth/package.json index 84b27dc99..d32fabbb5 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.11.26", + "version": "1.11.27", "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 56f3b3925..0672a0630 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.7.25](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.24...@standardnotes/domain-events-infra@1.7.25) (2022-07-15) + +**Note:** Version bump only for package @standardnotes/domain-events-infra + ## [1.7.24](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.23...@standardnotes/domain-events-infra@1.7.24) (2022-07-15) **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 49a380ced..94342c2ab 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.7.24", + "version": "1.7.25", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/domain-events/CHANGELOG.md b/packages/domain-events/CHANGELOG.md index fd805e1ea..2f63d62dd 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.50.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.50.0...@standardnotes/domain-events@2.50.1) (2022-07-15) + +### Bug Fixes + +* **domain-events:** add invoice numver to event payload ([e232913](https://github.com/standardnotes/server/commit/e23291359f704b3d7d9ed23e3f951c35992ec760)) + # [2.50.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.49.0...@standardnotes/domain-events@2.50.0) (2022-07-15) ### Features diff --git a/packages/domain-events/package.json b/packages/domain-events/package.json index 403e97f24..ef55abf74 100644 --- a/packages/domain-events/package.json +++ b/packages/domain-events/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-events", - "version": "2.50.0", + "version": "2.50.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/event-store/CHANGELOG.md b/packages/event-store/CHANGELOG.md index c8a90b6d9..6c175bc79 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.1.24](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.23...@standardnotes/event-store@1.1.24) (2022-07-15) + +**Note:** Version bump only for package @standardnotes/event-store + ## [1.1.23](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.22...@standardnotes/event-store@1.1.23) (2022-07-15) **Note:** Version bump only for package @standardnotes/event-store diff --git a/packages/event-store/package.json b/packages/event-store/package.json index ac5cc8500..b1875d822 100644 --- a/packages/event-store/package.json +++ b/packages/event-store/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/event-store", - "version": "1.1.23", + "version": "1.1.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 88ebf21bc..8248a2d11 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.5.24](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.23...@standardnotes/files-server@1.5.24) (2022-07-15) + +**Note:** Version bump only for package @standardnotes/files-server + ## [1.5.23](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.22...@standardnotes/files-server@1.5.23) (2022-07-15) **Note:** Version bump only for package @standardnotes/files-server diff --git a/packages/files/package.json b/packages/files/package.json index 1be7e4289..f804f9b65 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files-server", - "version": "1.5.23", + "version": "1.5.24", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/scheduler/CHANGELOG.md b/packages/scheduler/CHANGELOG.md index d4b8355da..f4008a2c5 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.5.22](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.21...@standardnotes/scheduler-server@1.5.22) (2022-07-15) + +**Note:** Version bump only for package @standardnotes/scheduler-server + ## [1.5.21](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.20...@standardnotes/scheduler-server@1.5.21) (2022-07-15) **Note:** Version bump only for package @standardnotes/scheduler-server diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index e225430d9..f8c3507a7 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/scheduler-server", - "version": "1.5.21", + "version": "1.5.22", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 0c6de111b..4c5640fd8 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.26](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.25...@standardnotes/syncing-server@1.6.26) (2022-07-15) + +**Note:** Version bump only for package @standardnotes/syncing-server + ## [1.6.25](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.24...@standardnotes/syncing-server@1.6.25) (2022-07-15) **Note:** Version bump only for package @standardnotes/syncing-server diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 8c6f8e06e..16660f798 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.6.25", + "version": "1.6.26", "engines": { "node": ">=16.0.0 <17.0.0" },