Compare commits

...

3 Commits

Author SHA1 Message Date
standardci
11c2e08353 chore(release): publish new version
- @standardnotes/api-gateway@1.6.17
 - @standardnotes/auth-server@1.11.16
 - @standardnotes/common@1.29.0
 - @standardnotes/domain-events-infra@1.7.17
 - @standardnotes/domain-events@2.44.2
 - @standardnotes/event-store@1.1.16
 - @standardnotes/files-server@1.5.15
 - @standardnotes/predicates@1.2.5
 - @standardnotes/scheduler-server@1.5.13
 - @standardnotes/security@1.2.5
 - @standardnotes/syncing-server@1.6.17
2022-07-14 10:20:10 +00:00
Karol Sójko
dc55bd1fb9 fix(common): duplicate reset identifier 2022-07-14 12:18:08 +02:00
Karol Sójko
f7c04bc35f feat(common): add message identifiers from payment emails 2022-07-14 12:17:32 +02:00
23 changed files with 66 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.
## [1.6.17](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.16...@standardnotes/api-gateway@1.6.17) (2022-07-14)
**Note:** Version bump only for package @standardnotes/api-gateway
## [1.6.16](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.6.15...@standardnotes/api-gateway@1.6.16) (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.16",
"version": "1.6.17",
"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.16](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.15...@standardnotes/auth-server@1.11.16) (2022-07-14)
**Note:** Version bump only for package @standardnotes/auth-server
## [1.11.15](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.11.14...@standardnotes/auth-server@1.11.15) (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.15",
"version": "1.11.16",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.29.0](https://github.com/standardnotes/server/compare/@standardnotes/common@1.28.0...@standardnotes/common@1.29.0) (2022-07-14)
### Bug Fixes
* **common:** duplicate reset identifier ([dc55bd1](https://github.com/standardnotes/server/commit/dc55bd1fb9a109d9588af9f8d7c1bb27c2ee7059))
### Features
* **common:** add message identifiers from payment emails ([f7c04bc](https://github.com/standardnotes/server/commit/f7c04bc35f99ad76912c6dec93164303276f6926))
# [1.28.0](https://github.com/standardnotes/server/compare/@standardnotes/common@1.27.0...@standardnotes/common@1.28.0) (2022-07-13)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/common",
"version": "1.28.0",
"version": "1.29.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},

View File

@@ -18,4 +18,9 @@ export enum EmailMessageIdentifier {
STUDENT_DISCOUNT_REQUESTED = 'STUDENT_DISCOUNT_REQUESTED',
STUDENT_DISCOUNT_APPROVED = 'STUDENT_DISCOUNT_APPROVED',
MARKETING_CAMPAIGN_FILES = 'MARKETING_CAMPAIGN_FILES',
PAYMENT_FAILED = 'PAYMENT_FAILED',
SEND_INVOICE = 'SEND_INVOICE',
DISCOUNT_NOTICE = 'DISCOUNT_NOTICE',
REFUND_NOTICE = 'REFUND_NOTICE',
RATE_ADJUSTMENT_NOTICE = 'RATE_ADJUSTMENT_NOTICE',
}

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.17](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.16...@standardnotes/domain-events-infra@1.7.17) (2022-07-14)
**Note:** Version bump only for package @standardnotes/domain-events-infra
## [1.7.16](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.15...@standardnotes/domain-events-infra@1.7.16) (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.16",
"version": "1.7.17",
"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.
## [2.44.2](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.44.1...@standardnotes/domain-events@2.44.2) (2022-07-14)
**Note:** Version bump only for package @standardnotes/domain-events
## [2.44.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.44.0...@standardnotes/domain-events@2.44.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.44.1",
"version": "2.44.2",
"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.16](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.15...@standardnotes/event-store@1.1.16) (2022-07-14)
**Note:** Version bump only for package @standardnotes/event-store
## [1.1.15](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.1.14...@standardnotes/event-store@1.1.15) (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.15",
"version": "1.1.16",
"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.15](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.14...@standardnotes/files-server@1.5.15) (2022-07-14)
**Note:** Version bump only for package @standardnotes/files-server
## [1.5.14](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.5.13...@standardnotes/files-server@1.5.14) (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.14",
"version": "1.5.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.2.5](https://github.com/standardnotes/server/compare/@standardnotes/predicates@1.2.4...@standardnotes/predicates@1.2.5) (2022-07-14)
**Note:** Version bump only for package @standardnotes/predicates
## [1.2.4](https://github.com/standardnotes/server/compare/@standardnotes/predicates@1.2.3...@standardnotes/predicates@1.2.4) (2022-07-13)
**Note:** Version bump only for package @standardnotes/predicates

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/predicates",
"version": "1.2.4",
"version": "1.2.5",
"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.13](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.12...@standardnotes/scheduler-server@1.5.13) (2022-07-14)
**Note:** Version bump only for package @standardnotes/scheduler-server
## [1.5.12](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.5.11...@standardnotes/scheduler-server@1.5.12) (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.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.2.5](https://github.com/standardnotes/server/compare/@standardnotes/security@1.2.4...@standardnotes/security@1.2.5) (2022-07-14)
**Note:** Version bump only for package @standardnotes/security
## [1.2.4](https://github.com/standardnotes/server/compare/@standardnotes/security@1.2.3...@standardnotes/security@1.2.4) (2022-07-13)
**Note:** Version bump only for package @standardnotes/security

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/security",
"version": "1.2.4",
"version": "1.2.5",
"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.17](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.16...@standardnotes/syncing-server@1.6.17) (2022-07-14)
**Note:** Version bump only for package @standardnotes/syncing-server
## [1.6.16](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.6.15...@standardnotes/syncing-server@1.6.16) (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.16",
"version": "1.6.17",
"engines": {
"node": ">=16.0.0 <17.0.0"
},