chore(release): publish new version

- @standardnotes/analytics@2.19.14
 - @standardnotes/api-gateway@1.46.9
 - @standardnotes/auth-server@1.87.4
 - @standardnotes/event-store@1.6.67
 - @standardnotes/files-server@1.9.13
 - @standardnotes/revisions-server@1.10.26
 - @standardnotes/scheduler-server@1.16.17
 - @standardnotes/syncing-server@1.29.12
 - @standardnotes/websockets-server@1.5.18
 - @standardnotes/workspace-server@1.19.21
This commit is contained in:
standardci 2023-01-25 14:24:09 +00:00
parent f93e49ecf3
commit f4a743593d
No known key found for this signature in database
GPG key ID: 1A7D0B3D41E92814
20 changed files with 50 additions and 10 deletions

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.
## [2.19.14](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.19.13...@standardnotes/analytics@2.19.14) (2023-01-25)
**Note:** Version bump only for package @standardnotes/analytics
## [2.19.13](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.19.12...@standardnotes/analytics@2.19.13) (2023-01-24)
**Note:** Version bump only for package @standardnotes/analytics

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/analytics",
"version": "2.19.13",
"version": "2.19.14",
"engines": {
"node": ">=18.0.0 <19.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.46.9](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.46.8...@standardnotes/api-gateway@1.46.9) (2023-01-25)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.46.8](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.46.7...@standardnotes/api-gateway@1.46.8) (2023-01-25)
**Note:** Version bump only for package @standardnotes/api-gateway

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/api-gateway",
"version": "1.46.8",
"version": "1.46.9",
"engines": {
"node": ">=18.0.0 <19.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.87.4](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.87.3...@standardnotes/auth-server@1.87.4) (2023-01-25)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.87.3](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.87.2...@standardnotes/auth-server@1.87.3) (2023-01-25)
**Note:** Version bump only for package @standardnotes/auth-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/auth-server",
"version": "1.87.3",
"version": "1.87.4",
"engines": {
"node": ">=18.0.0 <19.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.6.67](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.6.66...@standardnotes/event-store@1.6.67) (2023-01-25)
**Note:** Version bump only for package @standardnotes/event-store
## [1.6.66](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.6.65...@standardnotes/event-store@1.6.66) (2023-01-20)
**Note:** Version bump only for package @standardnotes/event-store

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/event-store",
"version": "1.6.66",
"version": "1.6.67",
"description": "Event Store Service",
"private": true,
"main": "dist/src/index.js",

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.9.13](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.9.12...@standardnotes/files-server@1.9.13) (2023-01-25)
**Note:** Version bump only for package @standardnotes/files-server
## [1.9.12](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.9.11...@standardnotes/files-server@1.9.12) (2023-01-20)
**Note:** Version bump only for package @standardnotes/files-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/files-server",
"version": "1.9.12",
"version": "1.9.13",
"engines": {
"node": ">=18.0.0 <19.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.10.26](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.10.25...@standardnotes/revisions-server@1.10.26) (2023-01-25)
**Note:** Version bump only for package @standardnotes/revisions-server
## [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

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/revisions-server",
"version": "1.10.25",
"version": "1.10.26",
"engines": {
"node": ">=18.0.0 <19.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.16.17](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.16.16...@standardnotes/scheduler-server@1.16.17) (2023-01-25)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.16.16](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.16.15...@standardnotes/scheduler-server@1.16.16) (2023-01-20)
**Note:** Version bump only for package @standardnotes/scheduler-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/scheduler-server",
"version": "1.16.16",
"version": "1.16.17",
"engines": {
"node": ">=18.0.0 <19.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.29.12](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.29.11...@standardnotes/syncing-server@1.29.12) (2023-01-25)
**Note:** Version bump only for package @standardnotes/syncing-server
## [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

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/syncing-server",
"version": "1.29.11",
"version": "1.29.12",
"engines": {
"node": ">=18.0.0 <19.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.5.18](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.5.17...@standardnotes/websockets-server@1.5.18) (2023-01-25)
**Note:** Version bump only for package @standardnotes/websockets-server
## [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

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/websockets-server",
"version": "1.5.17",
"version": "1.5.18",
"engines": {
"node": ">=18.0.0 <19.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.19.21](https://github.com/standardnotes/server/compare/@standardnotes/workspace-server@1.19.20...@standardnotes/workspace-server@1.19.21) (2023-01-25)
**Note:** Version bump only for package @standardnotes/workspace-server
## [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

View file

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