diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index fca784f1f..ca300bb5f 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.81.12](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.81.11...@standardnotes/api-gateway@1.81.12) (2023-11-09) + +### Bug Fixes + +* reduce websockets api communication data ([#919](https://github.com/standardnotes/api-gateway/issues/919)) ([c4ae12d](https://github.com/standardnotes/api-gateway/commit/c4ae12d53fc166879f90a4c5dbad1ab1cb4797e2)) + ## [1.81.11](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.81.10...@standardnotes/api-gateway@1.81.11) (2023-11-07) ### Bug Fixes diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index cca796b69..90a13ece5 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.81.11", + "version": "1.81.12", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/home-server/CHANGELOG.md b/packages/home-server/CHANGELOG.md index e0c885bc6..a8e57f332 100644 --- a/packages/home-server/CHANGELOG.md +++ b/packages/home-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.18.29](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.18.28...@standardnotes/home-server@1.18.29) (2023-11-09) + +**Note:** Version bump only for package @standardnotes/home-server + ## [1.18.28](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.18.27...@standardnotes/home-server@1.18.28) (2023-11-08) **Note:** Version bump only for package @standardnotes/home-server diff --git a/packages/home-server/package.json b/packages/home-server/package.json index 591ec1295..36fdd85e6 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/home-server", - "version": "1.18.28", + "version": "1.18.29", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/websockets/CHANGELOG.md b/packages/websockets/CHANGELOG.md index 2872c09a5..dcdedd964 100644 --- a/packages/websockets/CHANGELOG.md +++ b/packages/websockets/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.17.7](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.17.6...@standardnotes/websockets-server@1.17.7) (2023-11-09) + +### Bug Fixes + +* reduce websockets api communication data ([#919](https://github.com/standardnotes/server/issues/919)) ([c4ae12d](https://github.com/standardnotes/server/commit/c4ae12d53fc166879f90a4c5dbad1ab1cb4797e2)) + ## [1.17.6](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.17.5...@standardnotes/websockets-server@1.17.6) (2023-11-07) **Note:** Version bump only for package @standardnotes/websockets-server diff --git a/packages/websockets/package.json b/packages/websockets/package.json index 343e65482..c36ddf6e1 100644 --- a/packages/websockets/package.json +++ b/packages/websockets/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/websockets-server", - "version": "1.17.6", + "version": "1.17.7", "engines": { "node": ">=18.0.0 <21.0.0" },