浏览代码

chore(release): publish new version

 - @standardnotes/auth-server@1.152.0
 - @standardnotes/home-server@1.16.32
 - @standardnotes/revisions-server@1.40.0
 - @standardnotes/syncing-server@1.112.0
standardci 1 年之前
父节点
当前提交
dd72769841

+ 10 - 0
packages/auth/CHANGELOG.md

@@ -3,6 +3,16 @@
 All notable changes to this project will be documented in this file.
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
 
+# [1.152.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.151.2...@standardnotes/auth-server@1.152.0) (2023-10-06)
+
+### Bug Fixes
+
+* **auth:** strip user from transition role after migration ([afe9967](https://github.com/standardnotes/server/commit/afe9967d26b5be02d1dc76a740df614d81a6984e))
+
+### Features
+
+* switch transition direction ([27bea44](https://github.com/standardnotes/server/commit/27bea444cce4964feda04bad64e5f12a07415e0c))
+
 ## [1.151.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.151.1...@standardnotes/auth-server@1.151.2) (2023-10-06)
 ## [1.151.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.151.1...@standardnotes/auth-server@1.151.2) (2023-10-06)
 
 
 ### Bug Fixes
 ### Bug Fixes

+ 1 - 1
packages/auth/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@standardnotes/auth-server",
   "name": "@standardnotes/auth-server",
-  "version": "1.151.2",
+  "version": "1.152.0",
   "engines": {
   "engines": {
     "node": ">=18.0.0 <21.0.0"
     "node": ">=18.0.0 <21.0.0"
   },
   },

+ 4 - 0
packages/home-server/CHANGELOG.md

@@ -3,6 +3,10 @@
 All notable changes to this project will be documented in this file.
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
 
+## [1.16.32](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.16.31...@standardnotes/home-server@1.16.32) (2023-10-06)
+
+**Note:** Version bump only for package @standardnotes/home-server
+
 ## [1.16.31](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.16.30...@standardnotes/home-server@1.16.31) (2023-10-06)
 ## [1.16.31](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.16.30...@standardnotes/home-server@1.16.31) (2023-10-06)
 
 
 **Note:** Version bump only for package @standardnotes/home-server
 **Note:** Version bump only for package @standardnotes/home-server

+ 1 - 1
packages/home-server/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@standardnotes/home-server",
   "name": "@standardnotes/home-server",
-  "version": "1.16.31",
+  "version": "1.16.32",
   "engines": {
   "engines": {
     "node": ">=18.0.0 <21.0.0"
     "node": ">=18.0.0 <21.0.0"
   },
   },

+ 10 - 0
packages/revisions/CHANGELOG.md

@@ -3,6 +3,16 @@
 All notable changes to this project will be documented in this file.
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
 
+# [1.40.0](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.39.5...@standardnotes/revisions-server@1.40.0) (2023-10-06)
+
+### Bug Fixes
+
+* enable TransitionRequestedEventHandler ([d8f1c66](https://github.com/standardnotes/server/commit/d8f1c66fd5e59285ccaa1be36da2ee9796b81ccb))
+
+### Features
+
+* switch transition direction ([27bea44](https://github.com/standardnotes/server/commit/27bea444cce4964feda04bad64e5f12a07415e0c))
+
 ## [1.39.5](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.39.4...@standardnotes/revisions-server@1.39.5) (2023-10-06)
 ## [1.39.5](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.39.4...@standardnotes/revisions-server@1.39.5) (2023-10-06)
 
 
 **Note:** Version bump only for package @standardnotes/revisions-server
 **Note:** Version bump only for package @standardnotes/revisions-server

+ 1 - 1
packages/revisions/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@standardnotes/revisions-server",
   "name": "@standardnotes/revisions-server",
-  "version": "1.39.5",
+  "version": "1.40.0",
   "engines": {
   "engines": {
     "node": ">=18.0.0 <21.0.0"
     "node": ">=18.0.0 <21.0.0"
   },
   },

+ 10 - 0
packages/syncing-server/CHANGELOG.md

@@ -3,6 +3,16 @@
 All notable changes to this project will be documented in this file.
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
 
+# [1.112.0](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.111.5...@standardnotes/syncing-server@1.112.0) (2023-10-06)
+
+### Bug Fixes
+
+* enable TransitionRequestedEventHandler ([d8f1c66](https://github.com/standardnotes/syncing-server-js/commit/d8f1c66fd5e59285ccaa1be36da2ee9796b81ccb))
+
+### Features
+
+* switch transition direction ([27bea44](https://github.com/standardnotes/syncing-server-js/commit/27bea444cce4964feda04bad64e5f12a07415e0c))
+
 ## [1.111.5](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.111.4...@standardnotes/syncing-server@1.111.5) (2023-10-06)
 ## [1.111.5](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.111.4...@standardnotes/syncing-server@1.111.5) (2023-10-06)
 
 
 ### Bug Fixes
 ### Bug Fixes

+ 1 - 1
packages/syncing-server/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@standardnotes/syncing-server",
   "name": "@standardnotes/syncing-server",
-  "version": "1.111.5",
+  "version": "1.112.0",
   "engines": {
   "engines": {
     "node": ">=18.0.0 <21.0.0"
     "node": ">=18.0.0 <21.0.0"
   },
   },