diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index 10ee35346..7f9bdd9e7 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.2.2](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.2.1...@standardnotes/api-gateway@1.2.2) (2022-06-27) + +**Note:** Version bump only for package @standardnotes/api-gateway + ## [1.2.1](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.2.0...@standardnotes/api-gateway@1.2.1) (2022-06-27) ### Bug Fixes diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index c98735803..d91d836d7 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.2.1", + "version": "1.2.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 4c1ac155a..8427b6fe1 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/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.3.1](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.3.0...@standardnotes/auth-server@1.3.1) (2022-06-27) + +**Note:** Version bump only for package @standardnotes/auth-server + # [1.3.0](https://github.com/standardnotes/auth/compare/@standardnotes/auth-server@1.2.1...@standardnotes/auth-server@1.3.0) (2022-06-27) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index 05547aec1..2832269ff 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.3.0", + "version": "1.3.1", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 8114ca32c..b717751b1 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.7](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.1.6...@standardnotes/files-server@1.1.7) (2022-06-27) + +**Note:** Version bump only for package @standardnotes/files-server + ## [1.1.6](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.1.5...@standardnotes/files-server@1.1.6) (2022-06-27) **Note:** Version bump only for package @standardnotes/files-server diff --git a/packages/files/package.json b/packages/files/package.json index 4e95b91a8..05297ef72 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files-server", - "version": "1.1.6", + "version": "1.1.7", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/scheduler/CHANGELOG.md b/packages/scheduler/CHANGELOG.md index ec00e289a..bd000193e 100644 --- a/packages/scheduler/CHANGELOG.md +++ b/packages/scheduler/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.2](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.2.1...@standardnotes/scheduler-server@1.2.2) (2022-06-27) + +**Note:** Version bump only for package @standardnotes/scheduler-server + ## [1.2.1](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.2.0...@standardnotes/scheduler-server@1.2.1) (2022-06-27) ### Bug Fixes diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index 853ab33fb..f31a571b1 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/scheduler-server", - "version": "1.2.1", + "version": "1.2.2", "engines": { "node": ">=16.0.0 <17.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index b92009e04..682dfccbf 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.1.7](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.1.6...@standardnotes/syncing-server@1.1.7) (2022-06-27) + +**Note:** Version bump only for package @standardnotes/syncing-server + ## [1.1.6](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.1.5...@standardnotes/syncing-server@1.1.6) (2022-06-27) **Note:** Version bump only for package @standardnotes/syncing-server diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 5f7d0b406..96e346b94 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.1.6", + "version": "1.1.7", "engines": { "node": ">=16.0.0 <17.0.0" },