diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index 3730f69a0..6cda8b398 100644 --- a/packages/api-gateway/CHANGELOG.md +++ b/packages/api-gateway/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.4.1](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.4.0...@standardnotes/api-gateway@1.4.1) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/api-gateway + # [1.4.0](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.3.5...@standardnotes/api-gateway@1.4.0) (2022-07-06) ### Features diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index c5385cc4a..3fcdeb13a 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.4.0", + "version": "1.4.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index a780cbcc9..90ab6cb9a 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -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.5.0](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.4.0...@standardnotes/auth-server@1.5.0) (2022-07-06) + +### Bug Fixes + +* scheduler to predicates imports ([1b35cf7](https://github.com/standardnotes/auth/commit/1b35cf7a392fbe6c4b49889f92ffab6ddd7bb181)) + +### Features + +* add predicates package ([ed62ed5](https://github.com/standardnotes/auth/commit/ed62ed516f5cf8784975f41680366bf0518ce491)) + # [1.4.0](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.3.14...@standardnotes/auth-server@1.4.0) (2022-07-06) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index 0bc7f955c..9119d80f7 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.4.0", + "version": "1.5.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/domain-events-infra/CHANGELOG.md b/packages/domain-events-infra/CHANGELOG.md index 8e9d3ffb4..e0ae41403 100644 --- a/packages/domain-events-infra/CHANGELOG.md +++ b/packages/domain-events-infra/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.7.2](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.1...@standardnotes/domain-events-infra@1.7.2) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/domain-events-infra + ## [1.7.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.7.0...@standardnotes/domain-events-infra@1.7.1) (2022-07-06) **Note:** Version bump only for package @standardnotes/domain-events-infra diff --git a/packages/domain-events-infra/package.json b/packages/domain-events-infra/package.json index 7ab9c80b6..e819e9f46 100644 --- a/packages/domain-events-infra/package.json +++ b/packages/domain-events-infra/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-events-infra", - "version": "1.7.1", + "version": "1.7.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/domain-events/CHANGELOG.md b/packages/domain-events/CHANGELOG.md index e239b0174..ec1bb3a24 100644 --- a/packages/domain-events/CHANGELOG.md +++ b/packages/domain-events/CHANGELOG.md @@ -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. +# [2.37.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.36.0...@standardnotes/domain-events@2.37.0) (2022-07-06) + +### Bug Fixes + +* scheduler to predicates imports ([1b35cf7](https://github.com/standardnotes/server/commit/1b35cf7a392fbe6c4b49889f92ffab6ddd7bb181)) + +### Features + +* add predicates package ([ed62ed5](https://github.com/standardnotes/server/commit/ed62ed516f5cf8784975f41680366bf0518ce491)) + # [2.36.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.35.0...@standardnotes/domain-events@2.36.0) (2022-07-06) ### Features diff --git a/packages/domain-events/package.json b/packages/domain-events/package.json index 51732ca27..317d589fa 100644 --- a/packages/domain-events/package.json +++ b/packages/domain-events/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-events", - "version": "2.36.0", + "version": "2.37.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 46e709098..c96c01f8d 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/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.1.13](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.1.12...@standardnotes/files-server@1.1.13) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/files-server + ## [1.1.12](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.1.11...@standardnotes/files-server@1.1.12) (2022-07-06) **Note:** Version bump only for package @standardnotes/files-server diff --git a/packages/files/package.json b/packages/files/package.json index 9fc1d2988..c9599264d 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files-server", - "version": "1.1.12", + "version": "1.1.13", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/predicates/CHANGELOG.md b/packages/predicates/CHANGELOG.md index 119025eda..548a8600e 100644 --- a/packages/predicates/CHANGELOG.md +++ b/packages/predicates/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.1.0 (2022-07-06) + +### Features + +* add predicates package ([ed62ed5](https://github.com/standardnotes/server/commit/ed62ed516f5cf8784975f41680366bf0518ce491)) + ## [1.1.3](https://github.com/standardnotes/snjs/compare/@standardnotes/scheduler@1.1.2...@standardnotes/scheduler@1.1.3) (2022-07-04) ### Bug Fixes diff --git a/packages/predicates/package.json b/packages/predicates/package.json index 00f471696..162e97ce5 100644 --- a/packages/predicates/package.json +++ b/packages/predicates/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/predicates", - "version": "1.0.0", + "version": "1.1.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/scheduler/CHANGELOG.md b/packages/scheduler/CHANGELOG.md index 260f90d61..88d0e9250 100644 --- a/packages/scheduler/CHANGELOG.md +++ b/packages/scheduler/CHANGELOG.md @@ -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.3.0](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.2.7...@standardnotes/scheduler-server@1.3.0) (2022-07-06) + +### Bug Fixes + +* scheduler to predicates imports ([1b35cf7](https://github.com/standardnotes/server/commit/1b35cf7a392fbe6c4b49889f92ffab6ddd7bb181)) + +### Features + +* add predicates package ([ed62ed5](https://github.com/standardnotes/server/commit/ed62ed516f5cf8784975f41680366bf0518ce491)) + ## [1.2.7](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.2.6...@standardnotes/scheduler-server@1.2.7) (2022-07-06) **Note:** Version bump only for package @standardnotes/scheduler-server diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index a79801acc..250622f4a 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/scheduler-server", - "version": "1.2.7", + "version": "1.3.0", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index f4e7d6722..01b761b1a 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.2.1](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.2.0...@standardnotes/syncing-server@1.2.1) (2022-07-06) + +**Note:** Version bump only for package @standardnotes/syncing-server + # [1.2.0](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.1.11...@standardnotes/syncing-server@1.2.0) (2022-07-06) ### Features diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index dfbc32fa9..79ddae6a1 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.2.0", + "version": "1.2.1", "engines": { "node": ">=16.0.0 <17.0.0" },