From f3472ebbb838d8623a05866600e41f1a7c986b41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:51:55 +0000 Subject: [PATCH] chore: release master --- CHANGELOG.md | 28 +++++++++++++++++++ packages/client-ui/CHANGELOG.md | 15 ++++++++++ packages/client-vue/CHANGELOG.md | 18 ++++++++++++ packages/core-http-kit/CHANGELOG.md | 13 +++++++++ packages/core-kit/CHANGELOG.md | 7 +++++ packages/core-realtime-kit/CHANGELOG.md | 9 ++++++ packages/kit/CHANGELOG.md | 7 +++++ packages/messenger-kit/CHANGELOG.md | 8 ++++++ .../server-analysis-manager-kit/CHANGELOG.md | 8 ++++++ packages/server-analysis-manager/CHANGELOG.md | 13 +++++++++ packages/server-core-realtime/CHANGELOG.md | 7 +++++ packages/server-core/CHANGELOG.md | 21 ++++++++++++++ packages/server-http-kit/CHANGELOG.md | 7 +++++ packages/server-kit/CHANGELOG.md | 12 ++++++++ packages/server-messenger/CHANGELOG.md | 8 ++++++ packages/server-realtime-kit/CHANGELOG.md | 7 +++++ packages/server-storage/CHANGELOG.md | 9 ++++++ packages/storage-kit/CHANGELOG.md | 7 +++++ 18 files changed, 204 insertions(+) create mode 100644 packages/messenger-kit/CHANGELOG.md create mode 100644 packages/server-messenger/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e9caff7cb..2f6e3facd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/root-v0.5.0...root-v0.5.0) (2024-06-24) + + +### Features + +* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f)) +* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46)) +* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088)) +* tar use new onReadEntry in favor of deprecated onentry fn ([9294bc0](https://github.com/PrivateAIM/hub/commit/9294bc01db06c194a112e6ac51df4defc94363f7)) + + +### Bug Fixes + +* admin node robot & registry view ([a4c5239](https://github.com/PrivateAIM/hub/commit/a4c5239b34df2c9a4210994b9ec7531932615576)) +* analysis-bucket-file delete operation & auth plugin nuxt-app access ([86e3a2d](https://github.com/PrivateAIM/hub/commit/86e3a2da2b780c1080c83b761f3b0a189c3580de)) +* api routes analysis-bucket-file api client ([d0a9e73](https://github.com/PrivateAIM/hub/commit/d0a9e73271acb7d4b403500097a5cc3e3a30b599)) +* **deps:** bump amqp-extension from 4.0.0-beta.2 to 4.0.0-beta.3 ([#457](https://github.com/PrivateAIM/hub/issues/457)) ([2585ea2](https://github.com/PrivateAIM/hub/commit/2585ea2b22b969c21e82b3b92b2e795198dd5f44)) +* **deps:** bump minio from 8.0.0 to 8.0.1 ([#478](https://github.com/PrivateAIM/hub/issues/478)) ([4df786b](https://github.com/PrivateAIM/hub/commit/4df786b10b385504e0ee1a384699541fcb0954b5)) +* **deps:** bump tar from 7.2.0 to 7.4.0 ([#471](https://github.com/PrivateAIM/hub/issues/471)) ([c2ca2e6](https://github.com/PrivateAIM/hub/commit/c2ca2e6877d5230efeba311d4b4de8e97bbadadf)) +* entity delete component ([1d691ca](https://github.com/PrivateAIM/hub/commit/1d691cabd1adbf9f7c70a06f01f4886cebf4c0c7)) +* http node read handler ([19c41b7](https://github.com/PrivateAIM/hub/commit/19c41b7184460b4bf9c30652fa0944fb4431deea)) +* node assign action for projects & analysis ([d6eff55](https://github.com/PrivateAIM/hub/commit/d6eff55addb47c5fd14798f2bd3e0b6cc8e4b2da)) +* project-node read endpoint ([6c46153](https://github.com/PrivateAIM/hub/commit/6c46153114eec1f6aaa9e9fd1dae0bc69519ef89)) +* remove node email attribute ([66ee923](https://github.com/PrivateAIM/hub/commit/66ee923c424468e79eba39766ce5fd8443d79811)) +* restriction for analysis-node collection endpoint ([73412f9](https://github.com/PrivateAIM/hub/commit/73412f95d1b13ccacf45bfa4e99dcdcc1ea4dfef)) +* **storage:** add missing logger configuration + enhanced db queries ([5fd1515](https://github.com/PrivateAIM/hub/commit/5fd15156cb6aaae254a2710bb832a58ce789c20d)) +* **storage:** use primary key as minio bucket name + persist minio storage in docker-compose ([cfc4cbb](https://github.com/PrivateAIM/hub/commit/cfc4cbbb3df1cfe1a6c56cae7fc1efffd44971d9)) + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/root-v0.4.0...root-v0.5.0) (2024-06-12) diff --git a/packages/client-ui/CHANGELOG.md b/packages/client-ui/CHANGELOG.md index 14f6be73a..483990624 100644 --- a/packages/client-ui/CHANGELOG.md +++ b/packages/client-ui/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/client-ui-v0.5.0...client-ui-v0.5.0) (2024-06-24) + + +### Features + +* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f)) +* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46)) +* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088)) + + +### Bug Fixes + +* admin node robot & registry view ([a4c5239](https://github.com/PrivateAIM/hub/commit/a4c5239b34df2c9a4210994b9ec7531932615576)) +* analysis-bucket-file delete operation & auth plugin nuxt-app access ([86e3a2d](https://github.com/PrivateAIM/hub/commit/86e3a2da2b780c1080c83b761f3b0a189c3580de)) + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/client-ui-v0.4.0...client-ui-v0.5.0) (2024-06-12) diff --git a/packages/client-vue/CHANGELOG.md b/packages/client-vue/CHANGELOG.md index 0cd4e4fa1..009c21847 100644 --- a/packages/client-vue/CHANGELOG.md +++ b/packages/client-vue/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/client-vue-v0.5.0...client-vue-v0.5.0) (2024-06-24) + + +### Features + +* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f)) +* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46)) +* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088)) + + +### Bug Fixes + +* admin node robot & registry view ([a4c5239](https://github.com/PrivateAIM/hub/commit/a4c5239b34df2c9a4210994b9ec7531932615576)) +* analysis-bucket-file delete operation & auth plugin nuxt-app access ([86e3a2d](https://github.com/PrivateAIM/hub/commit/86e3a2da2b780c1080c83b761f3b0a189c3580de)) +* entity delete component ([1d691ca](https://github.com/PrivateAIM/hub/commit/1d691cabd1adbf9f7c70a06f01f4886cebf4c0c7)) +* node assign action for projects & analysis ([d6eff55](https://github.com/PrivateAIM/hub/commit/d6eff55addb47c5fd14798f2bd3e0b6cc8e4b2da)) +* remove node email attribute ([66ee923](https://github.com/PrivateAIM/hub/commit/66ee923c424468e79eba39766ce5fd8443d79811)) + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/client-vue-v0.4.0...client-vue-v0.5.0) (2024-06-12) diff --git a/packages/core-http-kit/CHANGELOG.md b/packages/core-http-kit/CHANGELOG.md index f452433a8..f7faa1eb5 100644 --- a/packages/core-http-kit/CHANGELOG.md +++ b/packages/core-http-kit/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/core-http-kit-v0.5.0...core-http-kit-v0.5.0) (2024-06-24) + + +### Features + +* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f)) +* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46)) + + +### Bug Fixes + +* api routes analysis-bucket-file api client ([d0a9e73](https://github.com/PrivateAIM/hub/commit/d0a9e73271acb7d4b403500097a5cc3e3a30b599)) + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/core-http-kit-v0.4.0...core-http-kit-v0.5.0) (2024-06-12) diff --git a/packages/core-kit/CHANGELOG.md b/packages/core-kit/CHANGELOG.md index 5a9da2d27..30790cd4b 100644 --- a/packages/core-kit/CHANGELOG.md +++ b/packages/core-kit/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/core-kit-v0.5.0...core-kit-v0.5.0) (2024-06-24) + + +### Features + +* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46)) + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/core-v0.4.0...core-v0.5.0) (2024-06-12) diff --git a/packages/core-realtime-kit/CHANGELOG.md b/packages/core-realtime-kit/CHANGELOG.md index 5ae43e031..770a1831a 100644 --- a/packages/core-realtime-kit/CHANGELOG.md +++ b/packages/core-realtime-kit/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/core-realtime-kit-v0.5.0...core-realtime-kit-v0.5.0) (2024-06-24) + + +### Features + +* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f)) +* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46)) +* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088)) + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/core-realtime-kit-v0.4.0...core-realtime-kit-v0.5.0) (2024-06-12) diff --git a/packages/kit/CHANGELOG.md b/packages/kit/CHANGELOG.md index 2fd7482ae..4fcbf1797 100644 --- a/packages/kit/CHANGELOG.md +++ b/packages/kit/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/kit-v0.5.0...kit-v0.5.0) (2024-06-24) + + +### Miscellaneous Chores + +* **kit:** Synchronize main versions + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/kit-v0.4.0...kit-v0.5.0) (2024-06-12) diff --git a/packages/messenger-kit/CHANGELOG.md b/packages/messenger-kit/CHANGELOG.md new file mode 100644 index 000000000..ff02aeb66 --- /dev/null +++ b/packages/messenger-kit/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.5.0](https://github.com/PrivateAIM/hub/compare/messenger-kit-v0.5.0...messenger-kit-v0.5.0) (2024-06-24) + + +### Features + +* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088)) diff --git a/packages/server-analysis-manager-kit/CHANGELOG.md b/packages/server-analysis-manager-kit/CHANGELOG.md index 3aaca6de2..9dbb8896c 100644 --- a/packages/server-analysis-manager-kit/CHANGELOG.md +++ b/packages/server-analysis-manager-kit/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-analysis-manager-kit-v0.5.0...server-analysis-manager-kit-v0.5.0) (2024-06-24) + + +### Features + +* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f)) +* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46)) + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-analysis-manager-kit-v0.4.0...server-analysis-manager-kit-v0.5.0) (2024-06-12) diff --git a/packages/server-analysis-manager/CHANGELOG.md b/packages/server-analysis-manager/CHANGELOG.md index 8558b61ff..2d681ecf8 100644 --- a/packages/server-analysis-manager/CHANGELOG.md +++ b/packages/server-analysis-manager/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-analysis-manager-v0.5.0...server-analysis-manager-v0.5.0) (2024-06-24) + + +### Features + +* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f)) +* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46)) + + +### Bug Fixes + +* **deps:** bump amqp-extension from 4.0.0-beta.2 to 4.0.0-beta.3 ([#457](https://github.com/PrivateAIM/hub/issues/457)) ([2585ea2](https://github.com/PrivateAIM/hub/commit/2585ea2b22b969c21e82b3b92b2e795198dd5f44)) + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-analysis-manager-v0.4.0...server-analysis-manager-v0.5.0) (2024-06-12) diff --git a/packages/server-core-realtime/CHANGELOG.md b/packages/server-core-realtime/CHANGELOG.md index bcf485877..5a18b4d6b 100644 --- a/packages/server-core-realtime/CHANGELOG.md +++ b/packages/server-core-realtime/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-core-realtime-v0.5.0...server-core-realtime-v0.5.0) (2024-06-24) + + +### Features + +* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088)) + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-realtime-v0.4.0...server-realtime-v0.5.0) (2024-06-12) diff --git a/packages/server-core/CHANGELOG.md b/packages/server-core/CHANGELOG.md index 1bbe635f1..6fc0d94ed 100644 --- a/packages/server-core/CHANGELOG.md +++ b/packages/server-core/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-core-v0.5.0...server-core-v0.5.0) (2024-06-24) + + +### Features + +* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f)) +* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46)) +* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088)) +* tar use new onReadEntry in favor of deprecated onentry fn ([9294bc0](https://github.com/PrivateAIM/hub/commit/9294bc01db06c194a112e6ac51df4defc94363f7)) + + +### Bug Fixes + +* analysis-bucket-file delete operation & auth plugin nuxt-app access ([86e3a2d](https://github.com/PrivateAIM/hub/commit/86e3a2da2b780c1080c83b761f3b0a189c3580de)) +* **deps:** bump amqp-extension from 4.0.0-beta.2 to 4.0.0-beta.3 ([#457](https://github.com/PrivateAIM/hub/issues/457)) ([2585ea2](https://github.com/PrivateAIM/hub/commit/2585ea2b22b969c21e82b3b92b2e795198dd5f44)) +* **deps:** bump tar from 7.2.0 to 7.4.0 ([#471](https://github.com/PrivateAIM/hub/issues/471)) ([c2ca2e6](https://github.com/PrivateAIM/hub/commit/c2ca2e6877d5230efeba311d4b4de8e97bbadadf)) +* http node read handler ([19c41b7](https://github.com/PrivateAIM/hub/commit/19c41b7184460b4bf9c30652fa0944fb4431deea)) +* project-node read endpoint ([6c46153](https://github.com/PrivateAIM/hub/commit/6c46153114eec1f6aaa9e9fd1dae0bc69519ef89)) +* remove node email attribute ([66ee923](https://github.com/PrivateAIM/hub/commit/66ee923c424468e79eba39766ce5fd8443d79811)) +* restriction for analysis-node collection endpoint ([73412f9](https://github.com/PrivateAIM/hub/commit/73412f95d1b13ccacf45bfa4e99dcdcc1ea4dfef)) + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-core-v0.4.0...server-core-v0.5.0) (2024-06-12) diff --git a/packages/server-http-kit/CHANGELOG.md b/packages/server-http-kit/CHANGELOG.md index f4760cc2c..6b77663f2 100644 --- a/packages/server-http-kit/CHANGELOG.md +++ b/packages/server-http-kit/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-http-kit-v0.5.0...server-http-kit-v0.5.0) (2024-06-24) + + +### Miscellaneous Chores + +* **server-http-kit:** Synchronize main versions + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-http-kit-v0.4.0...server-http-kit-v0.5.0) (2024-06-12) diff --git a/packages/server-kit/CHANGELOG.md b/packages/server-kit/CHANGELOG.md index ced899d44..65cdfde60 100644 --- a/packages/server-kit/CHANGELOG.md +++ b/packages/server-kit/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-kit-v0.5.0...server-kit-v0.5.0) (2024-06-24) + + +### Features + +* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f)) + + +### Bug Fixes + +* **deps:** bump amqp-extension from 4.0.0-beta.2 to 4.0.0-beta.3 ([#457](https://github.com/PrivateAIM/hub/issues/457)) ([2585ea2](https://github.com/PrivateAIM/hub/commit/2585ea2b22b969c21e82b3b92b2e795198dd5f44)) + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-kit-v0.4.0...server-kit-v0.5.0) (2024-06-12) diff --git a/packages/server-messenger/CHANGELOG.md b/packages/server-messenger/CHANGELOG.md new file mode 100644 index 000000000..4f4d6d6d5 --- /dev/null +++ b/packages/server-messenger/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-messenger-v0.5.0...server-messenger-v0.5.0) (2024-06-24) + + +### Features + +* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088)) diff --git a/packages/server-realtime-kit/CHANGELOG.md b/packages/server-realtime-kit/CHANGELOG.md index 23ed960a4..399a9ccf7 100644 --- a/packages/server-realtime-kit/CHANGELOG.md +++ b/packages/server-realtime-kit/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-realtime-kit-v0.5.0...server-realtime-kit-v0.5.0) (2024-06-24) + + +### Features + +* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088)) + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-realtime-kit-v0.4.0...server-realtime-kit-v0.5.0) (2024-06-12) diff --git a/packages/server-storage/CHANGELOG.md b/packages/server-storage/CHANGELOG.md index 74bdd0e8f..911d92449 100644 --- a/packages/server-storage/CHANGELOG.md +++ b/packages/server-storage/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-storage-v0.5.0...server-storage-v0.5.0) (2024-06-24) + + +### Bug Fixes + +* **deps:** bump minio from 8.0.0 to 8.0.1 ([#478](https://github.com/PrivateAIM/hub/issues/478)) ([4df786b](https://github.com/PrivateAIM/hub/commit/4df786b10b385504e0ee1a384699541fcb0954b5)) +* **storage:** add missing logger configuration + enhanced db queries ([5fd1515](https://github.com/PrivateAIM/hub/commit/5fd15156cb6aaae254a2710bb832a58ce789c20d)) +* **storage:** use primary key as minio bucket name + persist minio storage in docker-compose ([cfc4cbb](https://github.com/PrivateAIM/hub/commit/cfc4cbbb3df1cfe1a6c56cae7fc1efffd44971d9)) + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-storage-v0.4.0...server-storage-v0.5.0) (2024-06-12) diff --git a/packages/storage-kit/CHANGELOG.md b/packages/storage-kit/CHANGELOG.md index c0fb3c611..3024cd991 100644 --- a/packages/storage-kit/CHANGELOG.md +++ b/packages/storage-kit/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/PrivateAIM/hub/compare/storage-kit-v0.5.0...storage-kit-v0.5.0) (2024-06-24) + + +### Miscellaneous Chores + +* **storage-kit:** Synchronize main versions + ## [0.5.0](https://github.com/PrivateAIM/hub/compare/storage-kit-v0.4.0...storage-kit-v0.5.0) (2024-06-12)