From 517ae5ded96f03717964ab443640664bd36df896 Mon Sep 17 00:00:00 2001 From: standardci Date: Wed, 10 Jan 2024 14:40:54 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/api-gateway@1.89.19 - @standardnotes/files-server@1.37.9 - @standardnotes/home-server@1.22.53 - @standardnotes/syncing-server@1.133.6 --- packages/api-gateway/CHANGELOG.md | 6 ++++++ packages/api-gateway/package.json | 2 +- packages/files/CHANGELOG.md | 6 ++++++ packages/files/package.json | 2 +- packages/home-server/CHANGELOG.md | 6 ++++++ packages/home-server/package.json | 2 +- packages/syncing-server/CHANGELOG.md | 6 ++++++ packages/syncing-server/package.json | 2 +- 8 files changed, 28 insertions(+), 4 deletions(-) diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index 5796ed6b4..71104a90c 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.89.19](https://github.com/standardnotes/server/compare/@standardnotes/api-gateway@1.89.18...@standardnotes/api-gateway@1.89.19) (2024-01-10) + +### Bug Fixes + +* add dedicated http code response upon a request with too large payload ([#1019](https://github.com/standardnotes/server/issues/1019)) ([6062f85](https://github.com/standardnotes/server/commit/6062f850000477983315d2d9b7c913956f755ebb)) + ## [1.89.18](https://github.com/standardnotes/server/compare/@standardnotes/api-gateway@1.89.17...@standardnotes/api-gateway@1.89.18) (2024-01-08) **Note:** Version bump only for package @standardnotes/api-gateway diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index 21495a047..455886302 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.89.18", + "version": "1.89.19", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 751aeca97..8120102a3 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.37.9](https://github.com/standardnotes/server/compare/@standardnotes/files-server@1.37.8...@standardnotes/files-server@1.37.9) (2024-01-10) + +### Bug Fixes + +* add dedicated http code response upon a request with too large payload ([#1019](https://github.com/standardnotes/server/issues/1019)) ([6062f85](https://github.com/standardnotes/server/commit/6062f850000477983315d2d9b7c913956f755ebb)) + ## [1.37.8](https://github.com/standardnotes/server/compare/@standardnotes/files-server@1.37.7...@standardnotes/files-server@1.37.8) (2024-01-04) **Note:** Version bump only for package @standardnotes/files-server diff --git a/packages/files/package.json b/packages/files/package.json index 0b46f8537..f8b32d574 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files-server", - "version": "1.37.8", + "version": "1.37.9", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/home-server/CHANGELOG.md b/packages/home-server/CHANGELOG.md index 5edfc7856..5bab7e214 100644 --- a/packages/home-server/CHANGELOG.md +++ b/packages/home-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.22.53](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.22.52...@standardnotes/home-server@1.22.53) (2024-01-10) + +### Bug Fixes + +* add dedicated http code response upon a request with too large payload ([#1019](https://github.com/standardnotes/server/issues/1019)) ([6062f85](https://github.com/standardnotes/server/commit/6062f850000477983315d2d9b7c913956f755ebb)) + ## [1.22.52](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.22.51...@standardnotes/home-server@1.22.52) (2024-01-09) **Note:** Version bump only for package @standardnotes/home-server diff --git a/packages/home-server/package.json b/packages/home-server/package.json index 0b0a6719c..41b35d4b9 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/home-server", - "version": "1.22.52", + "version": "1.22.53", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 405d724e7..0399c5e1e 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.133.6](https://github.com/standardnotes/server/compare/@standardnotes/syncing-server@1.133.5...@standardnotes/syncing-server@1.133.6) (2024-01-10) + +### Bug Fixes + +* add dedicated http code response upon a request with too large payload ([#1019](https://github.com/standardnotes/server/issues/1019)) ([6062f85](https://github.com/standardnotes/server/commit/6062f850000477983315d2d9b7c913956f755ebb)) + ## [1.133.5](https://github.com/standardnotes/server/compare/@standardnotes/syncing-server@1.133.4...@standardnotes/syncing-server@1.133.5) (2024-01-08) **Note:** Version bump only for package @standardnotes/syncing-server diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 8b0d40727..9760f447b 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.133.5", + "version": "1.133.6", "engines": { "node": ">=18.0.0 <21.0.0" },