diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index 8b2694ab9..a39f7d881 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.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 + +* publishing setup ([caaad92](https://github.com/standardnotes/api-gateway/commit/caaad9205cbf5e7fcec8d703d6257c3e616133e4)) + ## [1.3.3](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.3.2...@standardnotes/api-gateway@1.3.3) (2022-07-04) **Note:** Version bump only for package @standardnotes/api-gateway diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index 62015d6cb..2cd568658 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.3.3", + "version": "1.3.4", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index bc33f6c90..e068ee507 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.13](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.3.12...@standardnotes/auth-server@1.3.13) (2022-07-06) + +### Bug Fixes + +* publishing setup ([caaad92](https://github.com/standardnotes/auth/commit/caaad9205cbf5e7fcec8d703d6257c3e616133e4)) + ## [1.3.12](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.3.11...@standardnotes/auth-server@1.3.12) (2022-07-04) **Note:** Version bump only for package @standardnotes/auth-server diff --git a/packages/auth/package.json b/packages/auth/package.json index 8b575e5f0..c43337822 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.3.12", + "version": "1.3.13", "engines": { "node": ">=16.0.0 <17.0.0" }, @@ -37,7 +37,7 @@ "@standardnotes/api": "^1.1.19", "@standardnotes/auth": "^3.19.4", "@standardnotes/common": "^1.23.1", - "@standardnotes/domain-events": "^2.32.6", + "@standardnotes/domain-events": "^2.35.0", "@standardnotes/domain-events-infra": "^1.5.6", "@standardnotes/features": "^1.47.0", "@standardnotes/responses": "^1.6.39", diff --git a/packages/domain-events/CHANGELOG.md b/packages/domain-events/CHANGELOG.md index eea648a4c..346759b05 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.35.0 (2022-07-06) + +### Features + +* add domain-events package ([8a47c4b](https://github.com/standardnotes/server/commit/8a47c4bb41bd22a8b563c118222e79b40f28a233)) + # [2.33.0](https://github.com/standardnotes/snjs/compare/@standardnotes/domain-events@2.32.7...@standardnotes/domain-events@2.33.0) (2022-07-05) ### Features diff --git a/packages/domain-events/package.json b/packages/domain-events/package.json index 7fd96a6fd..c43fc6cc5 100644 --- a/packages/domain-events/package.json +++ b/packages/domain-events/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-events", - "version": "2.34.0", + "version": "2.35.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 39c27c6ae..64b73ef53 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.10](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.1.9...@standardnotes/files-server@1.1.10) (2022-07-06) + +### Bug Fixes + +* publishing setup ([caaad92](https://github.com/standardnotes/files/commit/caaad9205cbf5e7fcec8d703d6257c3e616133e4)) + ## [1.1.9](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.1.8...@standardnotes/files-server@1.1.9) (2022-07-04) **Note:** Version bump only for package @standardnotes/files-server diff --git a/packages/files/package.json b/packages/files/package.json index 895868349..8c3ef3dc2 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files-server", - "version": "1.1.9", + "version": "1.1.10", "engines": { "node": ">=16.0.0 <17.0.0" }, @@ -29,7 +29,7 @@ "@sentry/node": "^7.3.0", "@standardnotes/auth": "^3.19.4", "@standardnotes/common": "^1.23.1", - "@standardnotes/domain-events": "^2.32.6", + "@standardnotes/domain-events": "^2.35.0", "@standardnotes/domain-events-infra": "^1.5.6", "@standardnotes/sncrypto-common": "^1.9.0", "@standardnotes/sncrypto-node": "^1.8.3", diff --git a/packages/scheduler/CHANGELOG.md b/packages/scheduler/CHANGELOG.md index b19694b7a..7fa9ad3aa 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.5](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.2.4...@standardnotes/scheduler-server@1.2.5) (2022-07-06) + +### Bug Fixes + +* publishing setup ([caaad92](https://github.com/standardnotes/server/commit/caaad9205cbf5e7fcec8d703d6257c3e616133e4)) + ## [1.2.4](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.2.3...@standardnotes/scheduler-server@1.2.4) (2022-07-04) **Note:** Version bump only for package @standardnotes/scheduler-server diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index 2edbd842b..1e3fd6c5b 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/scheduler-server", - "version": "1.2.4", + "version": "1.2.5", "engines": { "node": ">=16.0.0 <17.0.0" }, @@ -27,7 +27,7 @@ "@newrelic/winston-enricher": "^2.1.0", "@sentry/node": "^7.3.0", "@standardnotes/common": "^1.23.1", - "@standardnotes/domain-events": "^2.32.6", + "@standardnotes/domain-events": "^2.35.0", "@standardnotes/domain-events-infra": "^1.5.6", "@standardnotes/scheduler": "^1.1.2", "@standardnotes/time": "^1.7.1", diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 043822f3d..87bff54bc 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.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 + +* publishing setup ([caaad92](https://github.com/standardnotes/syncing-server-js/commit/caaad9205cbf5e7fcec8d703d6257c3e616133e4)) + ## [1.1.9](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.1.8...@standardnotes/syncing-server@1.1.9) (2022-07-04) **Note:** Version bump only for package @standardnotes/syncing-server diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index c0ca8de54..27936b16c 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.1.9", + "version": "1.1.10", "engines": { "node": ">=16.0.0 <17.0.0" }, @@ -29,7 +29,7 @@ "@standardnotes/analytics": "^1.6.0", "@standardnotes/auth": "^3.19.4", "@standardnotes/common": "^1.23.1", - "@standardnotes/domain-events": "^2.32.6", + "@standardnotes/domain-events": "^2.35.0", "@standardnotes/domain-events-infra": "^1.5.6", "@standardnotes/payloads": "^1.5.1", "@standardnotes/responses": "^1.6.39",