From 41a04062c9fd8bc8a0095c2d5eeff00afb8d7087 Mon Sep 17 00:00:00 2001 From: standardci Date: Thu, 30 Nov 2023 11:36:39 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/home-server@1.22.6 - @standardnotes/syncing-server@1.127.4 --- packages/home-server/CHANGELOG.md | 4 ++++ packages/home-server/package.json | 2 +- packages/syncing-server/CHANGELOG.md | 10 ++++++++++ packages/syncing-server/package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/packages/home-server/CHANGELOG.md b/packages/home-server/CHANGELOG.md index 93240d441..a88a4e289 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.22.6](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.22.5...@standardnotes/home-server@1.22.6) (2023-11-30) + +**Note:** Version bump only for package @standardnotes/home-server + ## [1.22.5](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.22.4...@standardnotes/home-server@1.22.5) (2023-11-29) **Note:** Version bump only for package @standardnotes/home-server diff --git a/packages/home-server/package.json b/packages/home-server/package.json index 9e3b69e01..845916135 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/home-server", - "version": "1.22.5", + "version": "1.22.6", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 9c70f6a5d..59d0f4c9a 100644 --- a/packages/syncing-server/CHANGELOG.md +++ b/packages/syncing-server/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.127.4](https://github.com/standardnotes/server/compare/@standardnotes/syncing-server@1.127.3...@standardnotes/syncing-server@1.127.4) (2023-11-30) + +### Bug Fixes + +* **syncing-server:** increase chances for notifying of items change to 70% ([199ebeb](https://github.com/standardnotes/server/commit/199ebeb4ea644c1e5e72383e5c627b4dcc3268ca)) + +### Reverts + +* Revert "chore: upgrade deps" ([341f69e](https://github.com/standardnotes/server/commit/341f69e301036aa48588957fc930405d0344e6ce)) + ## [1.127.3](https://github.com/standardnotes/server/compare/@standardnotes/syncing-server@1.127.2...@standardnotes/syncing-server@1.127.3) (2023-11-29) ### Bug Fixes diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 16687f1da..cb8ce1ac4 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.127.3", + "version": "1.127.4", "engines": { "node": ">=18.0.0 <21.0.0" },