diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 5d539888c..54242c4f2 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/CHANGELOG.md @@ -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.12.4](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.12.3...@standardnotes/analytics@2.12.4) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/analytics + ## [2.12.3](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.12.2...@standardnotes/analytics@2.12.3) (2022-12-06) **Note:** Version bump only for package @standardnotes/analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 80947a196..a478b3feb 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/analytics", - "version": "2.12.3", + "version": "2.12.4", "engines": { "node": ">=18.0.0 <19.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index f9736caa3..8859503e2 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -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.63.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.62.1...@standardnotes/auth-server@1.63.0) (2022-12-07) + +### Features + +* **domain-core:** rename email subscription rejection level to email level ([c87561f](https://github.com/standardnotes/server/commit/c87561fca782883b84f58b4f0b9f85ecc279ca50)) + ## [1.62.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.62.0...@standardnotes/auth-server@1.62.1) (2022-12-06) ### Bug Fixes diff --git a/packages/auth/package.json b/packages/auth/package.json index a7cb60185..0e322b015 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.62.1", + "version": "1.63.0", "engines": { "node": ">=18.0.0 <19.0.0" }, diff --git a/packages/domain-core/CHANGELOG.md b/packages/domain-core/CHANGELOG.md index 1379efe76..b09e36574 100644 --- a/packages/domain-core/CHANGELOG.md +++ b/packages/domain-core/CHANGELOG.md @@ -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.9.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-core@1.8.0...@standardnotes/domain-core@1.9.0) (2022-12-07) + +### Features + +* **domain-core:** rename email subscription rejection level to email level ([c87561f](https://github.com/standardnotes/server/commit/c87561fca782883b84f58b4f0b9f85ecc279ca50)) + # [1.8.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-core@1.7.0...@standardnotes/domain-core@1.8.0) (2022-12-05) ### Features diff --git a/packages/domain-core/package.json b/packages/domain-core/package.json index e9b1bec91..98e763dfc 100644 --- a/packages/domain-core/package.json +++ b/packages/domain-core/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-core", - "version": "1.8.0", + "version": "1.9.0", "engines": { "node": ">=18.0.0 <19.0.0" }, diff --git a/packages/revisions/CHANGELOG.md b/packages/revisions/CHANGELOG.md index 69e6fc525..a47c9dbd0 100644 --- a/packages/revisions/CHANGELOG.md +++ b/packages/revisions/CHANGELOG.md @@ -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.7](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.9.6...@standardnotes/revisions-server@1.9.7) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/revisions-server + ## [1.9.6](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.9.5...@standardnotes/revisions-server@1.9.6) (2022-12-06) **Note:** Version bump only for package @standardnotes/revisions-server diff --git a/packages/revisions/package.json b/packages/revisions/package.json index 660658ad2..37082396a 100644 --- a/packages/revisions/package.json +++ b/packages/revisions/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/revisions-server", - "version": "1.9.6", + "version": "1.9.7", "engines": { "node": ">=18.0.0 <19.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index b7571374a..75a068678 100644 --- a/packages/syncing-server/CHANGELOG.md +++ b/packages/syncing-server/CHANGELOG.md @@ -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.7](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.20.6...@standardnotes/syncing-server@1.20.7) (2022-12-07) + +**Note:** Version bump only for package @standardnotes/syncing-server + ## [1.20.6](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.20.5...@standardnotes/syncing-server@1.20.6) (2022-12-06) **Note:** Version bump only for package @standardnotes/syncing-server diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index b4a7e04e9..06fa75ac8 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.20.6", + "version": "1.20.7", "engines": { "node": ">=18.0.0 <19.0.0" },