From 2cded4b2d1f5a6d7c3448b2e61d840a85bfa1047 Mon Sep 17 00:00:00 2001 From: standardci Date: Thu, 19 Jan 2023 23:25:55 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/auth-server@1.84.1 - @standardnotes/syncing-server@1.29.6 --- packages/auth/CHANGELOG.md | 6 ++++++ packages/auth/package.json | 2 +- packages/syncing-server/CHANGELOG.md | 6 ++++++ packages/syncing-server/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 74df6b247..1657c2e67 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/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.84.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.84.0...@standardnotes/auth-server@1.84.1) (2023-01-19) + +### Bug Fixes + +* strings for role names ([ba7662f](https://github.com/standardnotes/server/commit/ba7662fc1ea24548ab4ea287c5f34d6f27c6c923)) + # [1.84.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.83.1...@standardnotes/auth-server@1.84.0) (2023-01-19) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index 73c41d2c6..680530f1f 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.84.0", + "version": "1.84.1", "engines": { "node": ">=18.0.0 <19.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index ef5d21095..e9acb4083 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.29.6](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.29.5...@standardnotes/syncing-server@1.29.6) (2023-01-19) + +### Bug Fixes + +* strings for role names ([ba7662f](https://github.com/standardnotes/syncing-server-js/commit/ba7662fc1ea24548ab4ea287c5f34d6f27c6c923)) + ## [1.29.5](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.29.4...@standardnotes/syncing-server@1.29.5) (2023-01-19) **Note:** Version bump only for package @standardnotes/syncing-server diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index d3909e324..4cad9b822 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.29.5", + "version": "1.29.6", "engines": { "node": ">=18.0.0 <19.0.0" },