Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release master #763

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
".": "0.8.3",
"packages/client-ui": "0.8.3",
"packages/client-vue": "0.8.3",
"packages/core-http-kit": "0.8.3",
"packages/core-kit": "0.8.3",
"packages/core-realtime-kit": "0.7.4",
"packages/kit": "0.8.3",
"packages/messenger-kit": "0.7.4",
"packages/server-analysis-manager": "0.8.3",
"packages/server-analysis-manager-kit": "0.7.4",
"packages/server-core": "0.8.3",
"packages/server-core-realtime": "0.8.3",
"packages/server-http-kit": "0.8.3",
"packages/server-kit": "0.8.3",
"packages/server-messenger": "0.8.3",
"packages/server-realtime-kit": "0.8.3",
"packages/server-storage": "0.8.3",
"packages/storage-kit": "0.8.3"
".": "0.8.4",
"packages/client-ui": "0.8.4",
"packages/client-vue": "0.8.4",
"packages/core-http-kit": "0.8.4",
"packages/core-kit": "0.8.4",
"packages/core-realtime-kit": "0.7.5",
"packages/kit": "0.8.4",
"packages/messenger-kit": "0.7.5",
"packages/server-analysis-manager": "0.8.4",
"packages/server-analysis-manager-kit": "0.7.5",
"packages/server-core": "0.8.4",
"packages/server-core-realtime": "0.8.4",
"packages/server-http-kit": "0.8.4",
"packages/server-kit": "0.8.4",
"packages/server-messenger": "0.8.4",
"packages/server-realtime-kit": "0.8.4",
"packages/server-storage": "0.8.4",
"packages/storage-kit": "0.8.4"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.8.4](https://github.com/PrivateAIM/hub/compare/v0.8.3...v0.8.4) (2024-10-24)


### Features

* bump authup & implement async policy & permission evaluation ([#807](https://github.com/PrivateAIM/hub/issues/807)) ([d065562](https://github.com/PrivateAIM/hub/commit/d065562585076e26553ad5a39f4a5789f7e18f24))
* bump authup & vuecs packages + refactored navigation ([c4db8d5](https://github.com/PrivateAIM/hub/commit/c4db8d51588b3d701815e2ba2f9b80e594f3663f))
* delete project-node relation on analysis-node deletion (if possible) ([#794](https://github.com/PrivateAIM/hub/issues/794)) ([0e953e3](https://github.com/PrivateAIM/hub/commit/0e953e39bdd16329ebd3026395262ba3dd6631bb))
* enforce uniqueness for project name attribute ([#793](https://github.com/PrivateAIM/hub/issues/793)) ([0681249](https://github.com/PrivateAIM/hub/commit/0681249654e601c7cc4eec39a76ce8c2600ef7e9))
* handle permission-/policy-error in error middleware ([4b4fae4](https://github.com/PrivateAIM/hub/commit/4b4fae4fd048ddf9509af3d611a201484b0d4eaf))
* initial implementation of database-integrity service ([077fdd3](https://github.com/PrivateAIM/hub/commit/077fdd3aa5e29b285655289ff70c1c85f7d8219c))
* use authup nuxt module instead of manual plugin configuration ([8a87d4f](https://github.com/PrivateAIM/hub/commit/8a87d4f9b572266ded328067a9d18af76d5e76dc))


### Bug Fixes

* building and scanning master image command arguments ([95041ea](https://github.com/PrivateAIM/hub/commit/95041ea8a037171080cdb2e9e0f5024baf53080b))
* bump nuxt + vue & defining enum based component properties ([bdb65d2](https://github.com/PrivateAIM/hub/commit/bdb65d26fc95f7b61f3a7319d9e903ad316e315c))
* condition for exposing error via middleware ([e7a5fee](https://github.com/PrivateAIM/hub/commit/e7a5feec09eec7f63c91e13781b4abc19cb787f6))
* **deps:** bump locter from 2.1.1 to 2.1.2 ([#795](https://github.com/PrivateAIM/hub/issues/795)) ([fdb8cba](https://github.com/PrivateAIM/hub/commit/fdb8cba0c5a991a57ed9a26a324b9f2fed6caf5c))
* **deps:** bump locter from 2.1.2 to 2.1.4 ([#816](https://github.com/PrivateAIM/hub/issues/816)) ([0af403a](https://github.com/PrivateAIM/hub/commit/0af403a0eef7bca9c4f316e6598607c2897a8065))
* **deps:** bump socket.io from 4.7.5 to 4.8.0 ([#800](https://github.com/PrivateAIM/hub/issues/800)) ([2f05947](https://github.com/PrivateAIM/hub/commit/2f05947e33a9e6a97cd7a49853e49e171004dfd3))
* **deps:** bump typeorm-extension from 3.6.1 to 3.6.2 ([#810](https://github.com/PrivateAIM/hub/issues/810)) ([c9af9ae](https://github.com/PrivateAIM/hub/commit/c9af9aea537c4a51aae13f1059c1565180045a83))
* make analysis wizard step clickable ([#792](https://github.com/PrivateAIM/hub/issues/792)) ([3372b8a](https://github.com/PrivateAIM/hub/commit/3372b8ad509c3bca59fc56726b2e2bb7376cbfc0))
* remove Readable response type for bucket controllers ([f8a9fe0](https://github.com/PrivateAIM/hub/commit/f8a9fe0b8e274677cc3e0afee248103dcef8aebf))
* **storage:** allow filtering by bucket_id ([d53f24e](https://github.com/PrivateAIM/hub/commit/d53f24ec4ccdf7bcf42b47f87160d91d211ce943))

## [0.8.3](https://github.com/PrivateAIM/hub/compare/v0.8.2...v0.8.3) (2024-09-19)


Expand Down
Loading