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 #669

Merged
merged 1 commit into from
Aug 28, 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.1",
"packages/client-ui": "0.8.1",
"packages/client-vue": "0.8.1",
"packages/core-http-kit": "0.8.1",
"packages/core-kit": "0.8.1",
"packages/core-realtime-kit": "0.7.2",
"packages/kit": "0.8.1",
"packages/messenger-kit": "0.7.2",
"packages/server-analysis-manager": "0.8.1",
"packages/server-analysis-manager-kit": "0.7.2",
"packages/server-core": "0.8.1",
"packages/server-core-realtime": "0.8.1",
"packages/server-http-kit": "0.8.1",
"packages/server-kit": "0.8.1",
"packages/server-messenger": "0.8.1",
"packages/server-realtime-kit": "0.8.1",
"packages/server-storage": "0.8.1",
"packages/storage-kit": "0.8.1"
".": "0.8.2",
"packages/client-ui": "0.8.2",
"packages/client-vue": "0.8.2",
"packages/core-http-kit": "0.8.2",
"packages/core-kit": "0.8.2",
"packages/core-realtime-kit": "0.7.3",
"packages/kit": "0.8.2",
"packages/messenger-kit": "0.7.3",
"packages/server-analysis-manager": "0.8.2",
"packages/server-analysis-manager-kit": "0.7.3",
"packages/server-core": "0.8.2",
"packages/server-core-realtime": "0.8.2",
"packages/server-http-kit": "0.8.2",
"packages/server-kit": "0.8.2",
"packages/server-messenger": "0.8.2",
"packages/server-realtime-kit": "0.8.2",
"packages/server-storage": "0.8.2",
"packages/storage-kit": "0.8.2"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.8.2](https://github.com/PrivateAIM/hub/compare/v0.8.1...v0.8.2) (2024-08-28)


### Features

* intiital chart templates with minimal configuration ([#661](https://github.com/PrivateAIM/hub/issues/661)) ([f793577](https://github.com/PrivateAIM/hub/commit/f7935774e777cb60ffa81de3ae1ed1ac81b27507))


### Bug Fixes

* avoid infinite redirects in client ui ([47a2554](https://github.com/PrivateAIM/hub/commit/47a2554e7c53d01c7aee54d3c5c527aee25ce3e4))
* code inspection/download button ([#684](https://github.com/PrivateAIM/hub/issues/684)) ([4a987a5](https://github.com/PrivateAIM/hub/commit/4a987a5ed88c734e6ee58d311303052d88119bb1))
* **deps:** bump locter from 2.1.0 to 2.1.1 ([#685](https://github.com/PrivateAIM/hub/issues/685)) ([e5e0860](https://github.com/PrivateAIM/hub/commit/e5e086024d7a9157c1833aa656bcc91a0574e4a9))
* downgrade to nuxt v3.12.4 ([4222d38](https://github.com/PrivateAIM/hub/commit/4222d3874339e725e646ab789f12b264ec2d1704))
* master-image-picker - switching between groups ([#687](https://github.com/PrivateAIM/hub/issues/687)) ([e14df50](https://github.com/PrivateAIM/hub/commit/e14df508d6c366f30ae5257e3b95915d67c35d9d))
* remove root path of excluded paths ([4745b8e](https://github.com/PrivateAIM/hub/commit/4745b8eecc55165b79d438fcd880ccf9d80853f4))
* service robot view in admin area ([f9072b9](https://github.com/PrivateAIM/hub/commit/f9072b9e1c2c0ae932a0d74dd8e897a593742225))
* temporary fix for routing issue ([a6764c2](https://github.com/PrivateAIM/hub/commit/a6764c2862ff10490d8cf7284c14bf37aab22e8c))

## [0.8.1](https://github.com/PrivateAIM/hub/compare/v0.8.0...v0.8.1) (2024-08-19)


Expand Down
Loading