From 46be435e1a8ef1985a62b03afdb729b451e65014 Mon Sep 17 00:00:00 2001 From: standardci Date: Wed, 13 Jul 2022 08:05:18 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/api-gateway@1.6.10 - @standardnotes/auth-server@1.11.9 - @standardnotes/syncing-server@1.6.10 --- packages/api-gateway/CHANGELOG.md | 4 ++++ packages/api-gateway/package.json | 2 +- packages/auth/CHANGELOG.md | 4 ++++ packages/auth/package.json | 2 +- packages/syncing-server/CHANGELOG.md | 4 ++++ packages/syncing-server/package.json | 2 +- 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index 6eefefa9a..a45a0a763 100644 --- a/packages/api-gateway/CHANGELOG.md +++ b/packages/api-gateway/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.6.10](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.9...@standardnotes/api-gateway@1.6.10) (2022-07-13) + +**Note:** Version bump only for package @standardnotes/api-gateway + ## [1.6.9](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.8...@standardnotes/api-gateway@1.6.9) (2022-07-13) **Note:** Version bump only for package @standardnotes/api-gateway diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index 51a340c70..fa3c37539 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.6.9", + "version": "1.6.10", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index a5efc35ee..5efce08a8 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/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.11.9](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.8...@standardnotes/auth-server@1.11.9) (2022-07-13) + +**Note:** Version bump only for package @standardnotes/auth-server + ## [1.11.8](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.7...@standardnotes/auth-server@1.11.8) (2022-07-13) **Note:** Version bump only for package @standardnotes/auth-server diff --git a/packages/auth/package.json b/packages/auth/package.json index 1a6096b90..58c94adec 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.11.8", + "version": "1.11.9", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 71c069db0..c24e7d3a0 100644 --- a/packages/syncing-server/CHANGELOG.md +++ b/packages/syncing-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.6.10](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.9...@standardnotes/syncing-server@1.6.10) (2022-07-13) + +**Note:** Version bump only for package @standardnotes/syncing-server + ## [1.6.9](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.8...@standardnotes/syncing-server@1.6.9) (2022-07-13) **Note:** Version bump only for package @standardnotes/syncing-server diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 60701a4f1..840f2e143 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.6.9", + "version": "1.6.10", "engines": { "node": ">=16.0.0 <17.0.0" },