chore(release): publish new version

- @standardnotes/auth-server@1.87.2
 - @standardnotes/revisions-server@1.10.25
 - @standardnotes/syncing-server@1.29.11
 - @standardnotes/websockets-server@1.5.17
 - @standardnotes/workspace-server@1.19.20
This commit is contained in:
standardci 2023-01-24 13:20:28 +00:00
parent e4c65ca631
commit b6eadfcebc
No known key found for this signature in database
GPG key ID: 1A7D0B3D41E92814
10 changed files with 35 additions and 5 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.87.2](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.87.1...@standardnotes/auth-server@1.87.2) (2023-01-24)
### Bug Fixes
* **auth:** add pseudo u2f params on non existing accounts ([e4c65ca](https://github.com/standardnotes/server/commit/e4c65ca631938d8b1d635a40e463d5544051e4a1))
## [1.87.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.87.0...@standardnotes/auth-server@1.87.1) (2023-01-24)
**Note:** Version bump only for package @standardnotes/auth-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/auth-server",
"version": "1.87.1",
"version": "1.87.2",
"engines": {
"node": ">=18.0.0 <19.0.0"
},

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.10.25](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.10.24...@standardnotes/revisions-server@1.10.25) (2023-01-24)
### Bug Fixes
* **auth:** add pseudo u2f params on non existing accounts ([e4c65ca](https://github.com/standardnotes/server/commit/e4c65ca631938d8b1d635a40e463d5544051e4a1))
## [1.10.24](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.10.23...@standardnotes/revisions-server@1.10.24) (2023-01-24)
**Note:** Version bump only for package @standardnotes/revisions-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/revisions-server",
"version": "1.10.24",
"version": "1.10.25",
"engines": {
"node": ">=18.0.0 <19.0.0"
},

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.29.11](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.29.10...@standardnotes/syncing-server@1.29.11) (2023-01-24)
### Bug Fixes
* **auth:** add pseudo u2f params on non existing accounts ([e4c65ca](https://github.com/standardnotes/syncing-server-js/commit/e4c65ca631938d8b1d635a40e463d5544051e4a1))
## [1.29.10](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.29.9...@standardnotes/syncing-server@1.29.10) (2023-01-24)
**Note:** Version bump only for package @standardnotes/syncing-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/syncing-server",
"version": "1.29.10",
"version": "1.29.11",
"engines": {
"node": ">=18.0.0 <19.0.0"
},

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.5.17](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.5.16...@standardnotes/websockets-server@1.5.17) (2023-01-24)
### Bug Fixes
* **auth:** add pseudo u2f params on non existing accounts ([e4c65ca](https://github.com/standardnotes/server/commit/e4c65ca631938d8b1d635a40e463d5544051e4a1))
## [1.5.16](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.5.15...@standardnotes/websockets-server@1.5.16) (2023-01-24)
**Note:** Version bump only for package @standardnotes/websockets-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/websockets-server",
"version": "1.5.16",
"version": "1.5.17",
"engines": {
"node": ">=18.0.0 <19.0.0"
},

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.19.20](https://github.com/standardnotes/server/compare/@standardnotes/workspace-server@1.19.19...@standardnotes/workspace-server@1.19.20) (2023-01-24)
### Bug Fixes
* **auth:** add pseudo u2f params on non existing accounts ([e4c65ca](https://github.com/standardnotes/server/commit/e4c65ca631938d8b1d635a40e463d5544051e4a1))
## [1.19.19](https://github.com/standardnotes/server/compare/@standardnotes/workspace-server@1.19.18...@standardnotes/workspace-server@1.19.19) (2023-01-24)
**Note:** Version bump only for package @standardnotes/workspace-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/workspace-server",
"version": "1.19.19",
"version": "1.19.20",
"engines": {
"node": ">=18.0.0 <19.0.0"
},