From d6325a42eaea1700138c78b4a2f5f3492d226ce8 Mon Sep 17 00:00:00 2001 From: standardci Date: Wed, 25 Jan 2023 12:25:57 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/api-gateway@1.46.8 - @standardnotes/auth-server@1.87.3 --- packages/api-gateway/CHANGELOG.md | 4 ++++ packages/api-gateway/package.json | 2 +- packages/auth/CHANGELOG.md | 4 ++++ packages/auth/package.json | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index adba6c011..b6ac80878 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.46.8](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.46.7...@standardnotes/api-gateway@1.46.8) (2023-01-25) + +**Note:** Version bump only for package @standardnotes/api-gateway + ## [1.46.7](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.46.6...@standardnotes/api-gateway@1.46.7) (2023-01-20) **Note:** Version bump only for package @standardnotes/api-gateway diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index ff60f830e..e5e0a82c6 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.46.7", + "version": "1.46.8", "engines": { "node": ">=18.0.0 <19.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index c75438cb3..1028a3097 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.87.3](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.87.2...@standardnotes/auth-server@1.87.3) (2023-01-25) + +**Note:** Version bump only for package @standardnotes/auth-server + ## [1.87.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.87.1...@standardnotes/auth-server@1.87.2) (2023-01-24) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index 7b283916d..0c8b9d06e 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.87.2", + "version": "1.87.3", "engines": { "node": ">=18.0.0 <19.0.0" },