chore(release): publish new version
- @standardnotes/analytics@2.22.0 - @standardnotes/api-gateway@1.52.0 - @standardnotes/auth-server@1.105.0 - @standardnotes/common@1.47.0 - @standardnotes/domain-events-infra@1.11.0 - @standardnotes/event-store@1.8.0 - @standardnotes/files-server@1.12.0 - @standardnotes/revisions-server@1.14.0 - @standardnotes/scheduler-server@1.18.0 - @standardnotes/sncrypto-node@1.14.0 - @standardnotes/syncing-server@1.35.0 - @standardnotes/websockets-server@1.7.0
This commit is contained in:
parent
e917b19f22
commit
7fe90c2a1a
24 changed files with 84 additions and 12 deletions
|
@ -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.22.0](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.21.11...@standardnotes/analytics@2.22.0) (2023-05-08)
|
||||
|
||||
### Features
|
||||
|
||||
* upgrade to node 20.1.0 ([#590](https://github.com/standardnotes/server/issues/590)) ([8fbb94d](https://github.com/standardnotes/server/commit/8fbb94d15ab664cca775ec71d51db465547c35ee))
|
||||
|
||||
## [2.21.11](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.21.10...@standardnotes/analytics@2.21.11) (2023-05-05)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/analytics",
|
||||
"version": "2.21.11",
|
||||
"version": "2.22.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
|
|
|
@ -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.52.0](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.51.0...@standardnotes/api-gateway@1.52.0) (2023-05-08)
|
||||
|
||||
### Features
|
||||
|
||||
* upgrade to node 20.1.0 ([#590](https://github.com/standardnotes/api-gateway/issues/590)) ([8fbb94d](https://github.com/standardnotes/api-gateway/commit/8fbb94d15ab664cca775ec71d51db465547c35ee))
|
||||
|
||||
# [1.51.0](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.50.2...@standardnotes/api-gateway@1.51.0) (2023-05-05)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/api-gateway",
|
||||
"version": "1.51.0",
|
||||
"version": "1.52.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
|
|
|
@ -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.105.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.104.0...@standardnotes/auth-server@1.105.0) (2023-05-08)
|
||||
|
||||
### Features
|
||||
|
||||
* upgrade to node 20.1.0 ([#590](https://github.com/standardnotes/server/issues/590)) ([8fbb94d](https://github.com/standardnotes/server/commit/8fbb94d15ab664cca775ec71d51db465547c35ee))
|
||||
|
||||
# [1.104.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.103.2...@standardnotes/auth-server@1.104.0) (2023-05-05)
|
||||
|
||||
### Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/auth-server",
|
||||
"version": "1.104.0",
|
||||
"version": "1.105.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
|
|
|
@ -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.47.0](https://github.com/standardnotes/server/compare/@standardnotes/common@1.46.7...@standardnotes/common@1.47.0) (2023-05-08)
|
||||
|
||||
### Features
|
||||
|
||||
* upgrade to node 20.1.0 ([#590](https://github.com/standardnotes/server/issues/590)) ([8fbb94d](https://github.com/standardnotes/server/commit/8fbb94d15ab664cca775ec71d51db465547c35ee))
|
||||
|
||||
## [1.46.7](https://github.com/standardnotes/server/compare/@standardnotes/common@1.46.6...@standardnotes/common@1.46.7) (2023-05-05)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/common
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/common",
|
||||
"version": "1.46.7",
|
||||
"version": "1.47.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
|
|
|
@ -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.11.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.10.3...@standardnotes/domain-events-infra@1.11.0) (2023-05-08)
|
||||
|
||||
### Features
|
||||
|
||||
* upgrade to node 20.1.0 ([#590](https://github.com/standardnotes/server/issues/590)) ([8fbb94d](https://github.com/standardnotes/server/commit/8fbb94d15ab664cca775ec71d51db465547c35ee))
|
||||
|
||||
## [1.10.3](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.10.2...@standardnotes/domain-events-infra@1.10.3) (2023-05-05)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/domain-events-infra
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/domain-events-infra",
|
||||
"version": "1.10.3",
|
||||
"version": "1.11.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
|
|
|
@ -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.8.0](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.7.11...@standardnotes/event-store@1.8.0) (2023-05-08)
|
||||
|
||||
### Features
|
||||
|
||||
* upgrade to node 20.1.0 ([#590](https://github.com/standardnotes/server/issues/590)) ([8fbb94d](https://github.com/standardnotes/server/commit/8fbb94d15ab664cca775ec71d51db465547c35ee))
|
||||
|
||||
## [1.7.11](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.7.10...@standardnotes/event-store@1.7.11) (2023-05-05)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/event-store
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/event-store",
|
||||
"version": "1.7.11",
|
||||
"version": "1.8.0",
|
||||
"description": "Event Store Service",
|
||||
"private": true,
|
||||
"main": "dist/src/index.js",
|
||||
|
|
|
@ -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.12.0](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.11.2...@standardnotes/files-server@1.12.0) (2023-05-08)
|
||||
|
||||
### Features
|
||||
|
||||
* upgrade to node 20.1.0 ([#590](https://github.com/standardnotes/files/issues/590)) ([8fbb94d](https://github.com/standardnotes/files/commit/8fbb94d15ab664cca775ec71d51db465547c35ee))
|
||||
|
||||
## [1.11.2](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.11.1...@standardnotes/files-server@1.11.2) (2023-05-05)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/files-server",
|
||||
"version": "1.11.2",
|
||||
"version": "1.12.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
|
|
|
@ -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.14.0](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.13.2...@standardnotes/revisions-server@1.14.0) (2023-05-08)
|
||||
|
||||
### Features
|
||||
|
||||
* upgrade to node 20.1.0 ([#590](https://github.com/standardnotes/server/issues/590)) ([8fbb94d](https://github.com/standardnotes/server/commit/8fbb94d15ab664cca775ec71d51db465547c35ee))
|
||||
|
||||
## [1.13.2](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.13.1...@standardnotes/revisions-server@1.13.2) (2023-05-05)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/revisions-server",
|
||||
"version": "1.13.2",
|
||||
"version": "1.14.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
|
|
|
@ -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.18.0](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.17.15...@standardnotes/scheduler-server@1.18.0) (2023-05-08)
|
||||
|
||||
### Features
|
||||
|
||||
* upgrade to node 20.1.0 ([#590](https://github.com/standardnotes/server/issues/590)) ([8fbb94d](https://github.com/standardnotes/server/commit/8fbb94d15ab664cca775ec71d51db465547c35ee))
|
||||
|
||||
## [1.17.15](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.17.14...@standardnotes/scheduler-server@1.17.15) (2023-05-05)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/scheduler-server",
|
||||
"version": "1.17.15",
|
||||
"version": "1.18.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
|
|
|
@ -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.14.0](https://github.com/standardnotes/server/compare/@standardnotes/sncrypto-node@1.13.2...@standardnotes/sncrypto-node@1.14.0) (2023-05-08)
|
||||
|
||||
### Features
|
||||
|
||||
* upgrade to node 20.1.0 ([#590](https://github.com/standardnotes/server/issues/590)) ([8fbb94d](https://github.com/standardnotes/server/commit/8fbb94d15ab664cca775ec71d51db465547c35ee))
|
||||
|
||||
## [1.13.2](https://github.com/standardnotes/server/compare/@standardnotes/sncrypto-node@1.13.1...@standardnotes/sncrypto-node@1.13.2) (2023-05-05)
|
||||
|
||||
**Note:** Version bump only for package @standardnotes/sncrypto-node
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/sncrypto-node",
|
||||
"version": "1.13.2",
|
||||
"version": "1.14.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
|
|
|
@ -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.35.0](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.34.2...@standardnotes/syncing-server@1.35.0) (2023-05-08)
|
||||
|
||||
### Features
|
||||
|
||||
* upgrade to node 20.1.0 ([#590](https://github.com/standardnotes/syncing-server-js/issues/590)) ([8fbb94d](https://github.com/standardnotes/syncing-server-js/commit/8fbb94d15ab664cca775ec71d51db465547c35ee))
|
||||
|
||||
## [1.34.2](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.34.1...@standardnotes/syncing-server@1.34.2) (2023-05-05)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/syncing-server",
|
||||
"version": "1.34.2",
|
||||
"version": "1.35.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
|
|
|
@ -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.7.0](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.6.16...@standardnotes/websockets-server@1.7.0) (2023-05-08)
|
||||
|
||||
### Features
|
||||
|
||||
* upgrade to node 20.1.0 ([#590](https://github.com/standardnotes/server/issues/590)) ([8fbb94d](https://github.com/standardnotes/server/commit/8fbb94d15ab664cca775ec71d51db465547c35ee))
|
||||
|
||||
## [1.6.16](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.6.15...@standardnotes/websockets-server@1.6.16) (2023-05-05)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@standardnotes/websockets-server",
|
||||
"version": "1.6.16",
|
||||
"version": "1.7.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <19.0.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue