chore(release): publish new version

- @standardnotes/api-gateway@1.6.15
 - @standardnotes/auth-server@1.11.14
 - @standardnotes/domain-events-infra@1.7.15
 - @standardnotes/domain-events@2.44.0
 - @standardnotes/event-store@1.1.14
 - @standardnotes/files-server@1.5.13
 - @standardnotes/scheduler-server@1.5.11
 - @standardnotes/syncing-server@1.6.15
This commit is contained in:
standardci 2022-07-13 17:19:22 +00:00
parent 4900b21047
commit ab0ad2b26a
No known key found for this signature in database
GPG key ID: 1A7D0B3D41E92814
16 changed files with 42 additions and 8 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.
## [1.6.15](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.14...@standardnotes/api-gateway@1.6.15) (2022-07-13)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.6.14](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.13...@standardnotes/api-gateway@1.6.14) (2022-07-13)
**Note:** Version bump only for package @standardnotes/api-gateway

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/api-gateway",
"version": "1.6.14",
"version": "1.6.15",
"engines": {
"node": ">=16.0.0 <17.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.11.14](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.13...@standardnotes/auth-server@1.11.14) (2022-07-13)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.11.13](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.12...@standardnotes/auth-server@1.11.13) (2022-07-13)
**Note:** Version bump only for package @standardnotes/auth-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/auth-server",
"version": "1.11.13",
"version": "1.11.14",
"engines": {
"node": ">=16.0.0 <17.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.15](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.14...@standardnotes/domain-events-infra@1.7.15) (2022-07-13)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [1.7.14](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.13...@standardnotes/domain-events-infra@1.7.14) (2022-07-13)
**Note:** Version bump only for package @standardnotes/domain-events-infra

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/domain-events-infra",
"version": "1.7.14",
"version": "1.7.15",
"engines": {
"node": ">=16.0.0 <17.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.
# [2.44.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.43.1...@standardnotes/domain-events@2.44.0) (2022-07-13)
### Features
* **domain-events:** add account reset requested event ([4900b21](https://github.com/standardnotes/server/commit/4900b210471de87c77ebba66565520d63a707704))
## [2.43.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.43.0...@standardnotes/domain-events@2.43.1) (2022-07-13)
**Note:** Version bump only for package @standardnotes/domain-events

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/domain-events",
"version": "2.43.1",
"version": "2.44.0",
"engines": {
"node": ">=16.0.0 <17.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.1.14](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.13...@standardnotes/event-store@1.1.14) (2022-07-13)
**Note:** Version bump only for package @standardnotes/event-store
## [1.1.13](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.12...@standardnotes/event-store@1.1.13) (2022-07-13)
**Note:** Version bump only for package @standardnotes/event-store

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/event-store",
"version": "1.1.13",
"version": "1.1.14",
"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.5.13](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.12...@standardnotes/files-server@1.5.13) (2022-07-13)
**Note:** Version bump only for package @standardnotes/files-server
## [1.5.12](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.11...@standardnotes/files-server@1.5.12) (2022-07-13)
**Note:** Version bump only for package @standardnotes/files-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/files-server",
"version": "1.5.12",
"version": "1.5.13",
"engines": {
"node": ">=16.0.0 <17.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.11](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.10...@standardnotes/scheduler-server@1.5.11) (2022-07-13)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.5.10](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.9...@standardnotes/scheduler-server@1.5.10) (2022-07-13)
**Note:** Version bump only for package @standardnotes/scheduler-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/scheduler-server",
"version": "1.5.10",
"version": "1.5.11",
"engines": {
"node": ">=16.0.0 <17.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.15](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.14...@standardnotes/syncing-server@1.6.15) (2022-07-13)
**Note:** Version bump only for package @standardnotes/syncing-server
## [1.6.14](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.13...@standardnotes/syncing-server@1.6.14) (2022-07-13)
**Note:** Version bump only for package @standardnotes/syncing-server

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/syncing-server",
"version": "1.6.14",
"version": "1.6.15",
"engines": {
"node": ">=16.0.0 <17.0.0"
},