chore(release): publish
- @standardnotes/auth-server@1.1.0-alpha.0 - @standardnotes/scheduler-server@1.1.0-alpha.8
This commit is contained in:
parent
bff7852e53
commit
3b0e51b4cd
4 changed files with 18 additions and 2 deletions
10
packages/auth/CHANGELOG.md
Normal file
10
packages/auth/CHANGELOG.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Change Log
|
||||
|
||||
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.0 (2022-06-22)
|
||||
|
||||
### Features
|
||||
|
||||
* add auth server package ([8e50120](https://github.com/standardnotes/auth/commit/8e5012009be86094f5b8be65615c3fb811a4cec5))
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/auth-server",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0-alpha.0",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
},
|
||||
|
|
|
@ -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.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
|
||||
|
||||
* add auth server package ([8e50120](https://github.com/standardnotes/server/commit/8e5012009be86094f5b8be65615c3fb811a4cec5))
|
||||
|
||||
# [1.1.0-alpha.7](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.1.0-alpha.6...@standardnotes/scheduler-server@1.1.0-alpha.7) (2022-06-22)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/scheduler-server",
|
||||
"version": "1.1.0-alpha.7",
|
||||
"version": "1.1.0-alpha.8",
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <17.0.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue