chore(release): publish

- @standardnotes/auth-server@1.1.0-alpha.1
 - @standardnotes/scheduler-server@1.1.0-alpha.9
This commit is contained in:
standardci
2022-06-22 12:43:19 +00:00
parent 923fe2a19b
commit ad8a07b003
4 changed files with 12 additions and 2 deletions

View File

@@ -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.1.0-alpha.1](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.1.0-alpha.0...@standardnotes/auth-server@1.1.0-alpha.1) (2022-06-22)
### Bug Fixes
* docker entrypoint for auth ([f3c6fff](https://github.com/standardnotes/auth/commit/f3c6fff20f98a9b23b7221e59e6853255f54a369))
# 1.1.0-alpha.0 (2022-06-22)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/auth-server",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -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.1.0-alpha.9](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.1.0-alpha.8...@standardnotes/scheduler-server@1.1.0-alpha.9) (2022-06-22)
**Note:** Version bump only for package @standardnotes/scheduler-server
# [1.1.0-alpha.8](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.1.0-alpha.7...@standardnotes/scheduler-server@1.1.0-alpha.8) (2022-06-22)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/scheduler-server",
"version": "1.1.0-alpha.8",
"version": "1.1.0-alpha.9",
"engines": {
"node": ">=16.0.0 <17.0.0"
},