Pārlūkot izejas kodu

chore(release): publish

 - @standardnotes/auth-server@1.1.0-alpha.0
 - @standardnotes/scheduler-server@1.1.0-alpha.8
standardci 3 gadi atpakaļ
vecāks
revīzija
3b0e51b4cd

+ 10 - 0
packages/auth/CHANGELOG.md

@@ -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 - 1
packages/auth/package.json

@@ -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"
   },

+ 6 - 0
packages/scheduler/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.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 - 1
packages/scheduler/package.json

@@ -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"
   },