diff --git a/packages/home-server/CHANGELOG.md b/packages/home-server/CHANGELOG.md index c89790a63..9511ffa44 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.3](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.18.2...@standardnotes/home-server@1.18.3) (2023-10-20) + +**Note:** Version bump only for package @standardnotes/home-server + ## [1.18.2](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.18.1...@standardnotes/home-server@1.18.2) (2023-10-20) **Note:** Version bump only for package @standardnotes/home-server diff --git a/packages/home-server/package.json b/packages/home-server/package.json index ceebbbbb4..cd08d33c8 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/home-server", - "version": "1.18.2", + "version": "1.18.3", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/revisions/CHANGELOG.md b/packages/revisions/CHANGELOG.md index cccc521d5..4cd236a58 100644 --- a/packages/revisions/CHANGELOG.md +++ b/packages/revisions/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.47.1](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.47.0...@standardnotes/revisions-server@1.47.1) (2023-10-20) + +### Bug Fixes + +* merge mysql and mysql-legacy together ([#883](https://github.com/standardnotes/server/issues/883)) ([e19f7a7](https://github.com/standardnotes/server/commit/e19f7a7b7fd27f37ceda49bc202770a28bb3b644)) + # [1.47.0](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.46.1...@standardnotes/revisions-server@1.47.0) (2023-10-19) ### Features diff --git a/packages/revisions/package.json b/packages/revisions/package.json index 109b79b15..149606fbb 100644 --- a/packages/revisions/package.json +++ b/packages/revisions/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/revisions-server", - "version": "1.47.0", + "version": "1.47.1", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index c06d7e177..7458aab65 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.119.1](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.119.0...@standardnotes/syncing-server@1.119.1) (2023-10-20) + +### Bug Fixes + +* merge mysql and mysql-legacy together ([#883](https://github.com/standardnotes/syncing-server-js/issues/883)) ([e19f7a7](https://github.com/standardnotes/syncing-server-js/commit/e19f7a7b7fd27f37ceda49bc202770a28bb3b644)) + # [1.119.0](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.118.1...@standardnotes/syncing-server@1.119.0) (2023-10-19) ### Features diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index defb0f2bc..7b8608e35 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.119.0", + "version": "1.119.1", "engines": { "node": ">=18.0.0 <21.0.0" },