diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 489990b3c..feea8f583 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/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. +## [2.34.1](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.34.0...@standardnotes/analytics@2.34.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [2.34.0](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.33.4...@standardnotes/analytics@2.34.0) (2023-11-27) ### Features diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 042ad4748..dc572217a 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/analytics", - "version": "2.34.0", + "version": "2.34.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -14,8 +14,8 @@ "provenance": true }, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/analytics" }, "license": "AGPL-3.0-or-later", diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index 0545cb78e..af017686f 100644 --- a/packages/api-gateway/CHANGELOG.md +++ b/packages/api-gateway/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.87.1](https://github.com/standardnotes/server/compare/@standardnotes/api-gateway@1.87.0...@standardnotes/api-gateway@1.87.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.87.0](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.86.6...@standardnotes/api-gateway@1.87.0) (2023-11-27) ### Features diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index 2c4c41ee7..b3c2544b6 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.87.0", + "version": "1.87.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -12,8 +12,8 @@ "dist/src/**/*.d.ts" ], "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/api-gateway" }, "author": "Karol Sójko ", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 812b4c0dd..80f30e512 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.174.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.174.0...@standardnotes/auth-server@1.174.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.174.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.173.2...@standardnotes/auth-server@1.174.0) (2023-11-27) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index 081ffe1d8..e3958455e 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.174.0", + "version": "1.174.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -14,8 +14,8 @@ "provenance": true }, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/auth" }, "scripts": { diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index dfc26e4d6..6d58d316d 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/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.52.1](https://github.com/standardnotes/server/compare/@standardnotes/common@1.52.0...@standardnotes/common@1.52.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.52.0](https://github.com/standardnotes/server/compare/@standardnotes/common@1.51.0...@standardnotes/common@1.52.0) (2023-11-27) ### Features diff --git a/packages/common/package.json b/packages/common/package.json index cc2601c25..dcb3f9611 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/common", - "version": "1.52.0", + "version": "1.52.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -17,8 +17,8 @@ "provenance": true }, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/common" }, "license": "AGPL-3.0-or-later", diff --git a/packages/domain-core/CHANGELOG.md b/packages/domain-core/CHANGELOG.md index 0c32d421e..c35a800e3 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.41.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-core@1.41.0...@standardnotes/domain-core@1.41.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.41.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-core@1.40.0...@standardnotes/domain-core@1.41.0) (2023-11-27) ### Features diff --git a/packages/domain-core/package.json b/packages/domain-core/package.json index 3e27f1762..11ffb8e2a 100644 --- a/packages/domain-core/package.json +++ b/packages/domain-core/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-core", - "version": "1.41.0", + "version": "1.41.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -16,8 +16,8 @@ "provenance": true }, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/domain-core" }, "author": "Standard Notes", diff --git a/packages/domain-events-infra/CHANGELOG.md b/packages/domain-events-infra/CHANGELOG.md index 6ba61c80b..5f3848f56 100644 --- a/packages/domain-events-infra/CHANGELOG.md +++ b/packages/domain-events-infra/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.22.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.22.0...@standardnotes/domain-events-infra@1.22.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.22.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.21.4...@standardnotes/domain-events-infra@1.22.0) (2023-11-27) ### Features diff --git a/packages/domain-events-infra/package.json b/packages/domain-events-infra/package.json index bdb1dd456..4f843d822 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.22.0", + "version": "1.22.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -16,8 +16,8 @@ "provenance": true }, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/domain-events-infra" }, "author": "Standard Notes", diff --git a/packages/domain-events/CHANGELOG.md b/packages/domain-events/CHANGELOG.md index aa27b3e3a..edd904287 100644 --- a/packages/domain-events/CHANGELOG.md +++ b/packages/domain-events/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. +## [2.137.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.137.0...@standardnotes/domain-events@2.137.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [2.137.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.136.0...@standardnotes/domain-events@2.137.0) (2023-11-27) ### Features diff --git a/packages/domain-events/package.json b/packages/domain-events/package.json index 3588764bd..05f1538aa 100644 --- a/packages/domain-events/package.json +++ b/packages/domain-events/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-events", - "version": "2.137.0", + "version": "2.137.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -16,8 +16,8 @@ "provenance": true }, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/domain-events" }, "author": "Standard Notes", diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 2d066e1ea..04f972e03 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/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.36.1](https://github.com/standardnotes/server/compare/@standardnotes/files-server@1.36.0...@standardnotes/files-server@1.36.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.36.0](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.35.2...@standardnotes/files-server@1.36.0) (2023-11-27) ### Features diff --git a/packages/files/package.json b/packages/files/package.json index 4f28b85a9..8a7b6d3fc 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files-server", - "version": "1.36.0", + "version": "1.36.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -8,8 +8,8 @@ "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/files" }, "authors": [ diff --git a/packages/grpc/CHANGELOG.md b/packages/grpc/CHANGELOG.md index c188f64ce..d60c5d097 100644 --- a/packages/grpc/CHANGELOG.md +++ b/packages/grpc/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.3.1](https://github.com/standardnotes/server/compare/@standardnotes/grpc@1.3.0...@standardnotes/grpc@1.3.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.3.0](https://github.com/standardnotes/server/compare/@standardnotes/grpc@1.2.0...@standardnotes/grpc@1.3.0) (2023-11-27) ### Features diff --git a/packages/grpc/package.json b/packages/grpc/package.json index 2ee0e65e6..4c5f3e307 100644 --- a/packages/grpc/package.json +++ b/packages/grpc/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/grpc", - "version": "1.3.0", + "version": "1.3.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -17,8 +17,8 @@ "provenance": true }, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/grpc" }, "license": "AGPL-3.0-or-later", diff --git a/packages/home-server/CHANGELOG.md b/packages/home-server/CHANGELOG.md index b88efe794..80fa11169 100644 --- a/packages/home-server/CHANGELOG.md +++ b/packages/home-server/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.22.1](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.22.0...@standardnotes/home-server@1.22.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.22.0](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.21.11...@standardnotes/home-server@1.22.0) (2023-11-27) ### Features diff --git a/packages/home-server/package.json b/packages/home-server/package.json index 60662965d..b58c6c8cb 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/home-server", - "version": "1.22.0", + "version": "1.22.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -8,8 +8,8 @@ "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/home-server" }, "author": "Karol Sójko ", diff --git a/packages/predicates/CHANGELOG.md b/packages/predicates/CHANGELOG.md index cb40f9172..61b7ee0fc 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.8.1](https://github.com/standardnotes/server/compare/@standardnotes/predicates@1.8.0...@standardnotes/predicates@1.8.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.8.0](https://github.com/standardnotes/server/compare/@standardnotes/predicates@1.7.0...@standardnotes/predicates@1.8.0) (2023-11-27) ### Features diff --git a/packages/predicates/package.json b/packages/predicates/package.json index 088931585..ab583f740 100644 --- a/packages/predicates/package.json +++ b/packages/predicates/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/predicates", - "version": "1.8.0", + "version": "1.8.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -17,8 +17,8 @@ "provenance": true }, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/predicates" }, "license": "AGPL-3.0-or-later", diff --git a/packages/revisions/CHANGELOG.md b/packages/revisions/CHANGELOG.md index 21070e5fb..41ed0766e 100644 --- a/packages/revisions/CHANGELOG.md +++ b/packages/revisions/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.51.1](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.51.0...@standardnotes/revisions-server@1.51.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.51.0](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.50.2...@standardnotes/revisions-server@1.51.0) (2023-11-27) ### Features diff --git a/packages/revisions/package.json b/packages/revisions/package.json index 6a96bb0d9..6bb7f5a69 100644 --- a/packages/revisions/package.json +++ b/packages/revisions/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/revisions-server", - "version": "1.51.0", + "version": "1.51.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -8,8 +8,8 @@ "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/revisions" }, "author": "Karol Sójko ", diff --git a/packages/scheduler/CHANGELOG.md b/packages/scheduler/CHANGELOG.md index a87bfc470..8332d0af8 100644 --- a/packages/scheduler/CHANGELOG.md +++ b/packages/scheduler/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.27.6](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.27.5...@standardnotes/scheduler-server@1.27.6) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + ## [1.27.5](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.27.4...@standardnotes/scheduler-server@1.27.5) (2023-11-27) **Note:** Version bump only for package @standardnotes/scheduler-server diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index d7d51ca7a..b2d671b8c 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,13 +1,13 @@ { "name": "@standardnotes/scheduler-server", - "version": "1.27.5", + "version": "1.27.6", "engines": { "node": ">=18.0.0 <21.0.0" }, "private": true, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/scheduler" }, "description": "Scheduler Server", diff --git a/packages/security/CHANGELOG.md b/packages/security/CHANGELOG.md index f46a18780..b2a801edd 100644 --- a/packages/security/CHANGELOG.md +++ b/packages/security/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.17.1](https://github.com/standardnotes/server/compare/@standardnotes/security@1.17.0...@standardnotes/security@1.17.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.17.0](https://github.com/standardnotes/server/compare/@standardnotes/security@1.16.0...@standardnotes/security@1.17.0) (2023-11-27) ### Features diff --git a/packages/security/package.json b/packages/security/package.json index eaf175aed..8ea1a1308 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/security", - "version": "1.17.0", + "version": "1.17.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -17,8 +17,8 @@ "provenance": true }, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/security" }, "license": "AGPL-3.0-or-later", diff --git a/packages/settings/CHANGELOG.md b/packages/settings/CHANGELOG.md index bf0355ee7..8dc40bad9 100644 --- a/packages/settings/CHANGELOG.md +++ b/packages/settings/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.23.1](https://github.com/standardnotes/server/compare/@standardnotes/settings@1.23.0...@standardnotes/settings@1.23.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.23.0](https://github.com/standardnotes/server/compare/@standardnotes/settings@1.22.0...@standardnotes/settings@1.23.0) (2023-11-27) ### Features diff --git a/packages/settings/package.json b/packages/settings/package.json index 53afe673e..3d08e4cde 100644 --- a/packages/settings/package.json +++ b/packages/settings/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/settings", - "version": "1.23.0", + "version": "1.23.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -17,8 +17,8 @@ "provenance": true }, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/settings" }, "license": "AGPL-3.0-or-later", diff --git a/packages/sncrypto-node/CHANGELOG.md b/packages/sncrypto-node/CHANGELOG.md index 8fe238ad9..a42217b11 100644 --- a/packages/sncrypto-node/CHANGELOG.md +++ b/packages/sncrypto-node/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.16.1](https://github.com/standardnotes/server/compare/@standardnotes/sncrypto-node@1.16.0...@standardnotes/sncrypto-node@1.16.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.16.0](https://github.com/standardnotes/server/compare/@standardnotes/sncrypto-node@1.15.6...@standardnotes/sncrypto-node@1.16.0) (2023-11-27) ### Features diff --git a/packages/sncrypto-node/package.json b/packages/sncrypto-node/package.json index bbaa73974..d5b2cd468 100644 --- a/packages/sncrypto-node/package.json +++ b/packages/sncrypto-node/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/sncrypto-node", - "version": "1.16.0", + "version": "1.16.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -18,8 +18,8 @@ "provenance": true }, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/sncrypto-node" }, "scripts": { diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 990f38c28..bbc320951 100644 --- a/packages/syncing-server/CHANGELOG.md +++ b/packages/syncing-server/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.126.1](https://github.com/standardnotes/server/compare/@standardnotes/syncing-server@1.126.0...@standardnotes/syncing-server@1.126.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.126.0](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.125.2...@standardnotes/syncing-server@1.126.0) (2023-11-27) ### Features diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index da10245a1..76bdcdd71 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.126.0", + "version": "1.126.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -8,8 +8,8 @@ "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/syncing-server" }, "author": "Karol Sójko ", diff --git a/packages/time/CHANGELOG.md b/packages/time/CHANGELOG.md index 8d990e165..a2f041eb4 100644 --- a/packages/time/CHANGELOG.md +++ b/packages/time/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.18.1](https://github.com/standardnotes/server/compare/@standardnotes/time@1.18.0...@standardnotes/time@1.18.1) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + # [1.18.0](https://github.com/standardnotes/server/compare/@standardnotes/time@1.17.0...@standardnotes/time@1.18.0) (2023-11-27) ### Features diff --git a/packages/time/package.json b/packages/time/package.json index ad2cbe6f0..ae234c0d8 100644 --- a/packages/time/package.json +++ b/packages/time/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/time", - "version": "1.18.0", + "version": "1.18.1", "engines": { "node": ">=18.0.0 <21.0.0" }, @@ -16,8 +16,8 @@ "provenance": true }, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/time" }, "author": "Standard Notes", diff --git a/packages/websockets/CHANGELOG.md b/packages/websockets/CHANGELOG.md index 8d9543be2..4a0c0747d 100644 --- a/packages/websockets/CHANGELOG.md +++ b/packages/websockets/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.20.4](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.20.3...@standardnotes/websockets-server@1.20.4) (2023-11-27) + +### Bug Fixes + +* repository config in package.json files ([ed1bf37](https://github.com/standardnotes/server/commit/ed1bf37287af23a25b8388ada95f0acdec8f71ea)) + ## [1.20.3](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.20.2...@standardnotes/websockets-server@1.20.3) (2023-11-27) **Note:** Version bump only for package @standardnotes/websockets-server diff --git a/packages/websockets/package.json b/packages/websockets/package.json index fd49a476c..8ee61b602 100644 --- a/packages/websockets/package.json +++ b/packages/websockets/package.json @@ -1,13 +1,13 @@ { "name": "@standardnotes/websockets-server", - "version": "1.20.3", + "version": "1.20.4", "engines": { "node": ">=18.0.0 <21.0.0" }, "private": true, "repository": { - "type" : "git", - "url" : "git@github.com:standardnotes/server.git", + "type": "git", + "url": "git@github.com:standardnotes/server.git", "directory": "packages/websockets" }, "description": "Websockets Server",