From fc5054c2edd9ba27bd3e732a10e30561fb104890 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 13 Feb 2023 18:30:50 +0000 Subject: [PATCH] 2.2.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ setup.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edc13c9..e9a4d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v2.2.1 (2023-02-13) +### Fix +* **vue3:** Layout attr update ([`d7a2492`](https://github.com/Kitware/trame-vuetify/commit/d7a24928141722415f8c8e2e94a63e3336bae19d)) +* **vue3:** Convert CamelCase attributes to snake_case ([`8a2d7c0`](https://github.com/Kitware/trame-vuetify/commit/8a2d7c0d3ddbd95bfbe0bd4194f5b5f012e9533e)) + ## v2.2.0 (2023-02-11) ### Feature * **vue3:** Add support for vue3 ([`494bfa6`](https://github.com/Kitware/trame-vuetify/commit/494bfa6d207114d8297b1b4c11e937e100dc2db8)) diff --git a/setup.cfg b/setup.cfg index 8bc1c6d..f46d959 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = trame-vuetify -version = 2.2.0 +version = 2.2.1 description = Vuetify widgets for trame long_description = file: README.rst long_description_content_type = text/x-rst