From b510284e01afbc257cc8d2501b4b59d2871c847e Mon Sep 17 00:00:00 2001 From: standardci Date: Wed, 23 Aug 2023 06:47:38 +0000 Subject: [PATCH] chore(release): publish new version - @standardnotes/analytics@2.25.16 - @standardnotes/api-gateway@1.71.1 - @standardnotes/auth-server@1.134.0 - @standardnotes/domain-events-infra@1.12.13 - @standardnotes/domain-events@2.116.0 - @standardnotes/event-store@1.11.22 - @standardnotes/files-server@1.22.0 - @standardnotes/home-server@1.15.0 - @standardnotes/revisions-server@1.26.10 - @standardnotes/scheduler-server@1.20.26 - @standardnotes/security@1.11.0 - @standardnotes/syncing-server@1.83.0 - @standardnotes/websockets-server@1.10.20 --- packages/analytics/CHANGELOG.md | 4 ++++ packages/analytics/package.json | 2 +- packages/api-gateway/CHANGELOG.md | 4 ++++ packages/api-gateway/package.json | 2 +- packages/auth/CHANGELOG.md | 6 ++++++ packages/auth/package.json | 2 +- packages/domain-events-infra/CHANGELOG.md | 4 ++++ packages/domain-events-infra/package.json | 2 +- packages/domain-events/CHANGELOG.md | 6 ++++++ packages/domain-events/package.json | 2 +- packages/event-store/CHANGELOG.md | 4 ++++ packages/event-store/package.json | 2 +- packages/files/CHANGELOG.md | 6 ++++++ packages/files/package.json | 2 +- packages/home-server/CHANGELOG.md | 6 ++++++ packages/home-server/package.json | 2 +- packages/revisions/CHANGELOG.md | 4 ++++ packages/revisions/package.json | 2 +- packages/scheduler/CHANGELOG.md | 4 ++++ packages/scheduler/package.json | 2 +- packages/security/CHANGELOG.md | 6 ++++++ packages/security/package.json | 2 +- packages/syncing-server/CHANGELOG.md | 6 ++++++ packages/syncing-server/package.json | 2 +- packages/websockets/CHANGELOG.md | 4 ++++ packages/websockets/package.json | 2 +- 26 files changed, 77 insertions(+), 13 deletions(-) diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 57d7b9ec3..900e965d2 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.25.16](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.25.15...@standardnotes/analytics@2.25.16) (2023-08-23) + +**Note:** Version bump only for package @standardnotes/analytics + ## [2.25.15](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.25.14...@standardnotes/analytics@2.25.15) (2023-08-22) **Note:** Version bump only for package @standardnotes/analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 1a7880b37..702e273fa 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/analytics", - "version": "2.25.15", + "version": "2.25.16", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/api-gateway/CHANGELOG.md b/packages/api-gateway/CHANGELOG.md index a30375c58..d236c59e2 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.71.1](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.71.0...@standardnotes/api-gateway@1.71.1) (2023-08-23) + +**Note:** Version bump only for package @standardnotes/api-gateway + # [1.71.0](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.70.5...@standardnotes/api-gateway@1.71.0) (2023-08-22) ### Features diff --git a/packages/api-gateway/package.json b/packages/api-gateway/package.json index c9bc12db5..93c305dc5 100644 --- a/packages/api-gateway/package.json +++ b/packages/api-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/api-gateway", - "version": "1.71.0", + "version": "1.71.1", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index baf7707d9..939f7337c 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.134.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.133.0...@standardnotes/auth-server@1.134.0) (2023-08-23) + +### Features + +* add handling file moving and updating storage quota ([#705](https://github.com/standardnotes/server/issues/705)) ([205a1ed](https://github.com/standardnotes/server/commit/205a1ed637b626be13fc656276508f3c7791024f)) + # [1.133.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.132.0...@standardnotes/auth-server@1.133.0) (2023-08-22) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index 9a277ca56..329e51220 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/auth-server", - "version": "1.133.0", + "version": "1.134.0", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/domain-events-infra/CHANGELOG.md b/packages/domain-events-infra/CHANGELOG.md index c389b3495..c534d6e41 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.12.13](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.12.12...@standardnotes/domain-events-infra@1.12.13) (2023-08-23) + +**Note:** Version bump only for package @standardnotes/domain-events-infra + ## [1.12.12](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.12.11...@standardnotes/domain-events-infra@1.12.12) (2023-08-22) **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 1aa577fd8..0176d4522 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.12.12", + "version": "1.12.13", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/domain-events/CHANGELOG.md b/packages/domain-events/CHANGELOG.md index c2c979fc9..758ecbda5 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.116.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.115.1...@standardnotes/domain-events@2.116.0) (2023-08-23) + +### Features + +* add handling file moving and updating storage quota ([#705](https://github.com/standardnotes/server/issues/705)) ([205a1ed](https://github.com/standardnotes/server/commit/205a1ed637b626be13fc656276508f3c7791024f)) + ## [2.115.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.115.0...@standardnotes/domain-events@2.115.1) (2023-08-22) **Note:** Version bump only for package @standardnotes/domain-events diff --git a/packages/domain-events/package.json b/packages/domain-events/package.json index bf25e1252..2d798793f 100644 --- a/packages/domain-events/package.json +++ b/packages/domain-events/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/domain-events", - "version": "2.115.1", + "version": "2.116.0", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/event-store/CHANGELOG.md b/packages/event-store/CHANGELOG.md index b3b29f7b1..e7cc9d98a 100644 --- a/packages/event-store/CHANGELOG.md +++ b/packages/event-store/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.11.22](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.11.21...@standardnotes/event-store@1.11.22) (2023-08-23) + +**Note:** Version bump only for package @standardnotes/event-store + ## [1.11.21](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.11.20...@standardnotes/event-store@1.11.21) (2023-08-22) **Note:** Version bump only for package @standardnotes/event-store diff --git a/packages/event-store/package.json b/packages/event-store/package.json index 02c2c9056..e56ae6efe 100644 --- a/packages/event-store/package.json +++ b/packages/event-store/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/event-store", - "version": "1.11.21", + "version": "1.11.22", "description": "Event Store Service", "private": true, "main": "dist/src/index.js", diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 43814b7b0..df94bac36 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.22.0](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.21.0...@standardnotes/files-server@1.22.0) (2023-08-23) + +### Features + +* add handling file moving and updating storage quota ([#705](https://github.com/standardnotes/files/issues/705)) ([205a1ed](https://github.com/standardnotes/files/commit/205a1ed637b626be13fc656276508f3c7791024f)) + # [1.21.0](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.20.4...@standardnotes/files-server@1.21.0) (2023-08-22) ### Features diff --git a/packages/files/package.json b/packages/files/package.json index e4c4f40bb..9c96ef5a5 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files-server", - "version": "1.21.0", + "version": "1.22.0", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/home-server/CHANGELOG.md b/packages/home-server/CHANGELOG.md index 37889c405..a99643aca 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.15.0](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.14.2...@standardnotes/home-server@1.15.0) (2023-08-23) + +### Features + +* add handling file moving and updating storage quota ([#705](https://github.com/standardnotes/server/issues/705)) ([205a1ed](https://github.com/standardnotes/server/commit/205a1ed637b626be13fc656276508f3c7791024f)) + ## [1.14.2](https://github.com/standardnotes/server/compare/@standardnotes/home-server@1.14.1...@standardnotes/home-server@1.14.2) (2023-08-22) **Note:** Version bump only for package @standardnotes/home-server diff --git a/packages/home-server/package.json b/packages/home-server/package.json index b89bcbfa7..db597671e 100644 --- a/packages/home-server/package.json +++ b/packages/home-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/home-server", - "version": "1.14.2", + "version": "1.15.0", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/revisions/CHANGELOG.md b/packages/revisions/CHANGELOG.md index 1f99568f7..d2fc8abdb 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.26.10](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.26.9...@standardnotes/revisions-server@1.26.10) (2023-08-23) + +**Note:** Version bump only for package @standardnotes/revisions-server + ## [1.26.9](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.26.8...@standardnotes/revisions-server@1.26.9) (2023-08-22) **Note:** Version bump only for package @standardnotes/revisions-server diff --git a/packages/revisions/package.json b/packages/revisions/package.json index 55e9128c0..78ac37f18 100644 --- a/packages/revisions/package.json +++ b/packages/revisions/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/revisions-server", - "version": "1.26.9", + "version": "1.26.10", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/scheduler/CHANGELOG.md b/packages/scheduler/CHANGELOG.md index f58eee932..8c4ef39d4 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.20.26](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.20.25...@standardnotes/scheduler-server@1.20.26) (2023-08-23) + +**Note:** Version bump only for package @standardnotes/scheduler-server + ## [1.20.25](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.20.24...@standardnotes/scheduler-server@1.20.25) (2023-08-22) **Note:** Version bump only for package @standardnotes/scheduler-server diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index e46553761..c316760e7 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/scheduler-server", - "version": "1.20.25", + "version": "1.20.26", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/security/CHANGELOG.md b/packages/security/CHANGELOG.md index d80b00c8f..386443c27 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.11.0](https://github.com/standardnotes/server/compare/@standardnotes/security@1.10.0...@standardnotes/security@1.11.0) (2023-08-23) + +### Features + +* add handling file moving and updating storage quota ([#705](https://github.com/standardnotes/server/issues/705)) ([205a1ed](https://github.com/standardnotes/server/commit/205a1ed637b626be13fc656276508f3c7791024f)) + # [1.10.0](https://github.com/standardnotes/server/compare/@standardnotes/security@1.9.0...@standardnotes/security@1.10.0) (2023-08-22) ### Features diff --git a/packages/security/package.json b/packages/security/package.json index a1d586854..2f637f8eb 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/security", - "version": "1.10.0", + "version": "1.11.0", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/syncing-server/CHANGELOG.md b/packages/syncing-server/CHANGELOG.md index 4deb24f6a..8bca2f085 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.83.0](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.82.0...@standardnotes/syncing-server@1.83.0) (2023-08-23) + +### Features + +* add handling file moving and updating storage quota ([#705](https://github.com/standardnotes/syncing-server-js/issues/705)) ([205a1ed](https://github.com/standardnotes/syncing-server-js/commit/205a1ed637b626be13fc656276508f3c7791024f)) + # [1.82.0](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.81.0...@standardnotes/syncing-server@1.82.0) (2023-08-22) ### Features diff --git a/packages/syncing-server/package.json b/packages/syncing-server/package.json index 1ee16b71f..a20fca1b3 100644 --- a/packages/syncing-server/package.json +++ b/packages/syncing-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/syncing-server", - "version": "1.82.0", + "version": "1.83.0", "engines": { "node": ">=18.0.0 <21.0.0" }, diff --git a/packages/websockets/CHANGELOG.md b/packages/websockets/CHANGELOG.md index a994f5416..ffabde2d4 100644 --- a/packages/websockets/CHANGELOG.md +++ b/packages/websockets/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.10.20](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.10.19...@standardnotes/websockets-server@1.10.20) (2023-08-23) + +**Note:** Version bump only for package @standardnotes/websockets-server + ## [1.10.19](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.10.18...@standardnotes/websockets-server@1.10.19) (2023-08-22) **Note:** Version bump only for package @standardnotes/websockets-server diff --git a/packages/websockets/package.json b/packages/websockets/package.json index 465893ddd..183d6cc79 100644 --- a/packages/websockets/package.json +++ b/packages/websockets/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/websockets-server", - "version": "1.10.19", + "version": "1.10.20", "engines": { "node": ">=18.0.0 <21.0.0" },