Skip to content

Commit a274e76

Browse files
author
semantic-release
committed
3.2.1
Automatically generated by python-semantic-release
1 parent 3e84c57 commit a274e76

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v3.2.1 (2026-02-02)
5+
6+
### Bug Fixes
7+
8+
- **vuetify3**: Fix drawer layout behavior with default value
9+
([`3e84c57`](https://github.com/Kitware/trame-vuetify/commit/3e84c57c67e837aa8965e612018d20b97f50a70c))
10+
11+
412
## v3.2.0 (2025-12-05)
513

614
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trame-vuetify"
3-
version = "3.2.0"
3+
version = "3.2.1"
44
description = "Vuetify widgets for trame"
55
authors = [
66
{name = "Kitware Inc."},

trame_vuetify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.2.0"
1+
__version__ = "3.2.1"

0 commit comments

Comments
 (0)