chore(release): publish new version

- @standardnotes/analytics@2.23.7
 - @standardnotes/api-gateway@1.62.4
 - @standardnotes/auth-server@1.115.5
 - @standardnotes/domain-events-infra@1.12.5
 - @standardnotes/event-store@1.9.6
 - @standardnotes/files-server@1.16.5
 - @standardnotes/home-server@1.7.5
 - @standardnotes/revisions-server@1.20.4
 - @standardnotes/scheduler-server@1.19.6
 - @standardnotes/syncing-server@1.41.4
 - @standardnotes/websockets-server@1.8.6
This commit is contained in:
standardci 2023-06-01 11:04:20 +00:00
parent b28636fa73
commit 8c1f583968
No known key found for this signature in database
GPG key ID: 1A7D0B3D41E92814
22 changed files with 55 additions and 11 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.23.7](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.23.6...@standardnotes/analytics@2.23.7) (2023-06-01)
**Note:** Version bump only for package @standardnotes/analytics
## [2.23.6](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.23.5...@standardnotes/analytics@2.23.6) (2023-06-01)
**Note:** Version bump only for package @standardnotes/analytics

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/analytics",
"version": "2.23.6",
"version": "2.23.7",
"engines": {
"node": ">=18.0.0 <21.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.62.4](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.62.3...@standardnotes/api-gateway@1.62.4) (2023-06-01)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.62.3](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.62.2...@standardnotes/api-gateway@1.62.3) (2023-06-01)
**Note:** Version bump only for package @standardnotes/api-gateway

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/api-gateway",
"version": "1.62.3",
"version": "1.62.4",
"engines": {
"node": ">=18.0.0 <21.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.115.5](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.115.4...@standardnotes/auth-server@1.115.5) (2023-06-01)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.115.4](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.115.3...@standardnotes/auth-server@1.115.4) (2023-06-01)
**Note:** Version bump only for package @standardnotes/auth-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/auth-server",
"version": "1.115.4",
"version": "1.115.5",
"engines": {
"node": ">=18.0.0 <21.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.12.5](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.12.4...@standardnotes/domain-events-infra@1.12.5) (2023-06-01)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [1.12.4](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.12.3...@standardnotes/domain-events-infra@1.12.4) (2023-06-01)
**Note:** Version bump only for package @standardnotes/domain-events-infra

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/domain-events-infra",
"version": "1.12.4",
"version": "1.12.5",
"engines": {
"node": ">=18.0.0 <21.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.9.6](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.9.5...@standardnotes/event-store@1.9.6) (2023-06-01)
**Note:** Version bump only for package @standardnotes/event-store
## [1.9.5](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.9.4...@standardnotes/event-store@1.9.5) (2023-06-01)
**Note:** Version bump only for package @standardnotes/event-store

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/event-store",
"version": "1.9.5",
"version": "1.9.6",
"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.16.5](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.16.4...@standardnotes/files-server@1.16.5) (2023-06-01)
**Note:** Version bump only for package @standardnotes/files-server
## [1.16.4](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.16.3...@standardnotes/files-server@1.16.4) (2023-06-01)
**Note:** Version bump only for package @standardnotes/files-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/files-server",
"version": "1.16.4",
"version": "1.16.5",
"engines": {
"node": ">=18.0.0 <21.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.7.5](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.7.4...@standardnotes/home-server@1.7.5) (2023-06-01)
**Note:** Version bump only for package @standardnotes/home-server
## [1.7.4](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.7.3...@standardnotes/home-server@1.7.4) (2023-06-01)
**Note:** Version bump only for package @standardnotes/home-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/home-server",
"version": "1.7.4",
"version": "1.7.5",
"engines": {
"node": ">=18.0.0 <21.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.20.4](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.20.3...@standardnotes/revisions-server@1.20.4) (2023-06-01)
**Note:** Version bump only for package @standardnotes/revisions-server
## [1.20.3](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.20.2...@standardnotes/revisions-server@1.20.3) (2023-06-01)
**Note:** Version bump only for package @standardnotes/revisions-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/revisions-server",
"version": "1.20.3",
"version": "1.20.4",
"engines": {
"node": ">=18.0.0 <21.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.6](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.19.5...@standardnotes/scheduler-server@1.19.6) (2023-06-01)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.19.5](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.19.4...@standardnotes/scheduler-server@1.19.5) (2023-06-01)
**Note:** Version bump only for package @standardnotes/scheduler-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/scheduler-server",
"version": "1.19.5",
"version": "1.19.6",
"engines": {
"node": ">=18.0.0 <21.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.41.4](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.41.3...@standardnotes/syncing-server@1.41.4) (2023-06-01)
**Note:** Version bump only for package @standardnotes/syncing-server
## [1.41.3](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.41.2...@standardnotes/syncing-server@1.41.3) (2023-06-01)
**Note:** Version bump only for package @standardnotes/syncing-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/syncing-server",
"version": "1.41.3",
"version": "1.41.4",
"engines": {
"node": ">=18.0.0 <21.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.8.6](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.8.5...@standardnotes/websockets-server@1.8.6) (2023-06-01)
**Note:** Version bump only for package @standardnotes/websockets-server
## [1.8.5](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.8.4...@standardnotes/websockets-server@1.8.5) (2023-06-01)
**Note:** Version bump only for package @standardnotes/websockets-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/websockets-server",
"version": "1.8.5",
"version": "1.8.6",
"engines": {
"node": ">=18.0.0 <21.0.0"
},