Skip to content

Commit

Permalink
Merge pull request #46 from LooLzzz/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--docking-station

chore(main): release 0.4.2
  • Loading branch information
LooLzzz authored Sep 28, 2024
2 parents 7a773d2 + ffc52f9 commit bf58a55
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"docking-station-app": "0.4.1"
"docking-station-app": "0.4.2"
}
8 changes: 8 additions & 0 deletions docking-station-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.2](https://github.com/LooLzzz/docking-station/compare/v0.4.1...v0.4.2) (2024-09-28)


### Bug Fixes

* **web-ui:** correct computed min-height for 'CardsManager' component ([6b7de56](https://github.com/LooLzzz/docking-station/commit/6b7de56cf94ed8b6eee438367e1ba67162166a8f))
* **web-ui:** fixed 'Refresh All' refreshing each service individually instead of using the 'refetchComposeStacks' hook ([7a773d2](https://github.com/LooLzzz/docking-station/commit/7a773d21b12ded8295696130ce77aab6d739fdfd))

## [0.4.1](https://github.com/LooLzzz/docking-station/compare/v0.4.0...v0.4.1) (2024-09-27)


Expand Down
4 changes: 2 additions & 2 deletions docking-station-app/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 docking-station-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docking-station",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"scripts": {
"fastapi-dev": "cd ./src/app && fastapi dev api/main.py --reload --host 0.0.0.0 --port ${SERVER_PORT:-3001}",
Expand Down

0 comments on commit bf58a55

Please sign in to comment.