From f714aaa0e91c955dd0bee485db2c86a5201cd337 Mon Sep 17 00:00:00 2001 From: standardci Date: Wed, 19 Jul 2023 07:42:57 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/api-gateway@1.66.1 - @standardnotes/home-server@1.13.1 - @standardnotes/syncing-server@1.67.1 --- packages/api-gateway/CHANGELOG.md | 6 ++++++ packages/api-gateway/package.json | 2 +- packages/home-server/CHANGELOG.md | 4 ++++ packages/home-server/package.json | 2 +- packages/syncing-server/CHANGELOG.md | 6 ++++++ packages/syncing-server/package.json | 2 +- 6 files changed, 19 insertions(+), 3 deletions(-) diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index 4683a9a19..21fa2fe45 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.66.1](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.66.0...@standardnotes/api-gateway@1.66.1) (2023-07-19) + +### Bug Fixes + +* add missing imports and exports for controllers ([#664](https://github.com/standardnotes/api-gateway/issues/664)) ([aee6e60](https://github.com/standardnotes/api-gateway/commit/aee6e6058359e2b5231cc13387656f837699300f)) + # [1.66.0](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.65.7...@standardnotes/api-gateway@1.66.0) (2023-07-19) ### Features diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index 8e7257366..4c5cf82e1 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.66.0", + "version": "1.66.1", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/home-server/CHANGELOG.md b/packages/home-server/CHANGELOG.md index 837ce3fc3..2a43875a9 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.13.1](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.13.0...@standardnotes/home-server@1.13.1) (2023-07-19) + +**Note:** Version bump only for package @standardnotes/home-server + # [1.13.0](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.12.6...@standardnotes/home-server@1.13.0) (2023-07-19) ### Features diff --git a/packages/home-server/package.json b/packages/home-server/package.json index 1b194d213..f190a7af1 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/home-server", - "version": "1.13.0", + "version": "1.13.1", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 7e5e7be4d..1d6ca1412 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.67.1](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.67.0...@standardnotes/syncing-server@1.67.1) (2023-07-19) + +### Bug Fixes + +* add missing imports and exports for controllers ([#664](https://github.com/standardnotes/syncing-server-js/issues/664)) ([aee6e60](https://github.com/standardnotes/syncing-server-js/commit/aee6e6058359e2b5231cc13387656f837699300f)) + # [1.67.0](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.66.0...@standardnotes/syncing-server@1.67.0) (2023-07-19) ### Bug Fixes diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 866f22c1b..3fb1d10d8 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.67.0", + "version": "1.67.1", "engines": { "node": ">=18.0.0 <21.0.0" },