Skip to content

Commit

Permalink
1.4.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 29, 2024
1 parent dee1ce2 commit f0c5553
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# CHANGELOG


## v1.4.3 (2024-11-29)

### Bug Fixes

- **frontend**: Fix initial theme incorrectly rendered on detail pages;
([`dee1ce2`](https://github.com/t03i/TMVisDB/commit/dee1ce22d88d373e995f755c5be928b69af93a59))

Issue was caused by skeleton UI not handling modeSwitches on SSR. Cf: -
https://github.com/skeletonlabs/skeleton/issues/2598#issuecomment-2070622735 -
https://github.com/skeletonlabs/skeleton/issues/905#issuecomment-1445231511

### Build System

- **frontend**: Update dependencies
([`221786b`](https://github.com/t03i/TMVisDB/commit/221786bdd86d59069428dd1731769428d66d67e0))


## v1.4.2 (2024-11-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion backend/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright 2024 Tobias Olenyi.
# SPDX-License-Identifier: Apache-2.0
__version__ = "1.4.2"
__version__ = "1.4.3"
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "app"
version = "1.4.2"
version = "1.4.3"
description = "API for the tmvis project database"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion backend/uv.lock

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.4.2",
"version": "1.4.3",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit f0c5553

Please sign in to comment.