Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 23, 2024
1 parent d60987c commit f9689b8
Show file tree
Hide file tree
Showing 14 changed files with 186 additions and 69 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.4.0](https://github.com/PrivateAIM/hub/compare/root-v0.4.0...root-v0.4.0) (2024-05-23)


### Features

* initial implementation of server-realtime-kit package ([#380](https://github.com/PrivateAIM/hub/issues/380)) ([3963b66](https://github.com/PrivateAIM/hub/commit/3963b66d27dcb857041eefed824297f35a32d1b6))
* move redis singleton management to kit package ([285b073](https://github.com/PrivateAIM/hub/commit/285b073eede72ea342f1f4e75e5f00593c51fafd))
* move service factories/singletons to server-kit-package ([#387](https://github.com/PrivateAIM/hub/issues/387)) ([669d352](https://github.com/PrivateAIM/hub/commit/669d3526893c8bc2d2dd8fe78f423783c5d7e317))
* server-http-kit package with validation, authup & request utils/helpers ([#375](https://github.com/PrivateAIM/hub/issues/375)) ([7762a2f](https://github.com/PrivateAIM/hub/commit/7762a2f81ea8dfcd77fc8c7f8d64bb91ad2bcd4f))
* use kit package for singleton management of the logger ([61bbe21](https://github.com/PrivateAIM/hub/commit/61bbe215202ba1366d0b44bdd81a6b9b24a4a531))


### Bug Fixes

* **deps:** bump express-validator from 7.0.1 to 7.1.0 ([#384](https://github.com/PrivateAIM/hub/issues/384)) ([572a429](https://github.com/PrivateAIM/hub/commit/572a42981fb9dcfcaed8fa784c18afa1a897eddc))

## [0.4.0](https://github.com/PrivateAIM/hub/compare/root-v0.3.0...root-v0.4.0) (2024-05-15)


Expand Down
136 changes: 68 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jest-serial-runner": "^1.2.0",
"nx": "^19.0.4",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rollup": "^4.17.2",
"ts-jest": "^29.1.2",
"typescript": "5.4.5",
"workspaces-publish": "^1.4.4"
Expand Down
7 changes: 7 additions & 0 deletions packages/client-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/PrivateAIM/hub/compare/client-ui-v0.4.0...client-ui-v0.4.0) (2024-05-23)


### Miscellaneous Chores

* **client-ui:** Synchronize main versions

## [0.4.0](https://github.com/PrivateAIM/hub/compare/client-ui-v0.3.0...client-ui-v0.4.0) (2024-05-15)


Expand Down
7 changes: 7 additions & 0 deletions packages/client-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/PrivateAIM/hub/compare/client-vue-v0.4.0...client-vue-v0.4.0) (2024-05-23)


### Miscellaneous Chores

* **client-vue:** Synchronize main versions

## [0.4.0](https://github.com/PrivateAIM/hub/compare/client-vue-v0.3.0...client-vue-v0.4.0) (2024-05-15)


Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/PrivateAIM/hub/compare/core-v0.4.0...core-v0.4.0) (2024-05-23)


### Features

* server-http-kit package with validation, authup & request utils/helpers ([#375](https://github.com/PrivateAIM/hub/issues/375)) ([7762a2f](https://github.com/PrivateAIM/hub/commit/7762a2f81ea8dfcd77fc8c7f8d64bb91ad2bcd4f))

## [0.4.0](https://github.com/PrivateAIM/hub/compare/core-v0.3.0...core-v0.4.0) (2024-05-15)


Expand Down
7 changes: 7 additions & 0 deletions packages/server-analysis-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/PrivateAIM/hub/compare/server-analysis-manager-v0.4.0...server-analysis-manager-v0.4.0) (2024-05-23)


### Features

* move service factories/singletons to server-kit-package ([#387](https://github.com/PrivateAIM/hub/issues/387)) ([669d352](https://github.com/PrivateAIM/hub/commit/669d3526893c8bc2d2dd8fe78f423783c5d7e317))

## [0.4.0](https://github.com/PrivateAIM/hub/compare/server-analysis-manager-v0.3.0...server-analysis-manager-v0.4.0) (2024-05-15)


Expand Down
15 changes: 15 additions & 0 deletions packages/server-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.4.0](https://github.com/PrivateAIM/hub/compare/server-core-v0.4.0...server-core-v0.4.0) (2024-05-23)


### Features

* move redis singleton management to kit package ([285b073](https://github.com/PrivateAIM/hub/commit/285b073eede72ea342f1f4e75e5f00593c51fafd))
* move service factories/singletons to server-kit-package ([#387](https://github.com/PrivateAIM/hub/issues/387)) ([669d352](https://github.com/PrivateAIM/hub/commit/669d3526893c8bc2d2dd8fe78f423783c5d7e317))
* server-http-kit package with validation, authup & request utils/helpers ([#375](https://github.com/PrivateAIM/hub/issues/375)) ([7762a2f](https://github.com/PrivateAIM/hub/commit/7762a2f81ea8dfcd77fc8c7f8d64bb91ad2bcd4f))
* use kit package for singleton management of the logger ([61bbe21](https://github.com/PrivateAIM/hub/commit/61bbe215202ba1366d0b44bdd81a6b9b24a4a531))


### Bug Fixes

* **deps:** bump express-validator from 7.0.1 to 7.1.0 ([#384](https://github.com/PrivateAIM/hub/issues/384)) ([572a429](https://github.com/PrivateAIM/hub/commit/572a42981fb9dcfcaed8fa784c18afa1a897eddc))

## [0.4.0](https://github.com/PrivateAIM/hub/compare/server-core-v0.3.0...server-core-v0.4.0) (2024-05-15)


Expand Down
13 changes: 13 additions & 0 deletions packages/server-http-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.4.0](https://github.com/PrivateAIM/hub/compare/server-http-kit-v0.4.0...server-http-kit-v0.4.0) (2024-05-23)


### Features

* server-http-kit package with validation, authup & request utils/helpers ([#375](https://github.com/PrivateAIM/hub/issues/375)) ([7762a2f](https://github.com/PrivateAIM/hub/commit/7762a2f81ea8dfcd77fc8c7f8d64bb91ad2bcd4f))


### Bug Fixes

* **deps:** bump express-validator from 7.0.1 to 7.1.0 ([#384](https://github.com/PrivateAIM/hub/issues/384)) ([572a429](https://github.com/PrivateAIM/hub/commit/572a42981fb9dcfcaed8fa784c18afa1a897eddc))
Loading

0 comments on commit f9689b8

Please sign in to comment.