From 5a964bd7ba3b95223a2067dcca639da2f3cd1c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Sat, 30 Dec 2023 20:14:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20bump=20to=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 11 ++++++++++- backend/__init__.py | 2 +- package.json | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b2cee3d0..83d401de 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ # Change log -## 0.4.0 (2023-12-19) +## 0.4.1 (2023-12-30) + +- Fixed numerous problems with translations and libraries + due to 3rd party duplication via the component library. +- Chunked vendor output modules +- Fixed some code messed up during the last merge +- Linter clean up (bad css, unreachable returns...) +- Removed all mui full imports + +## 0.4.0 (2023-12-29) - Smart invoice pdf buttons (show progress, errors, completion) - Contract navigation diff --git a/backend/__init__.py b/backend/__init__.py index abeeedbf..f0ede3d3 100644 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -1 +1 @@ -__version__ = '0.4.0' +__version__ = '0.4.1' diff --git a/package.json b/package.json index e431ec1e..1709b796 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ov-representacio-ui", - "version": "0.4.0", + "version": "0.4.1", "private": true, "license": "AGPL-3.0", "type": "module", @@ -18,7 +18,7 @@ "@mui/icons-material": "^5.14.6", "@mui/material": "^5.14.6", "@prettier/plugin-xml": "^3.2.2", - "@somenergia/somenergia-ui": "^0.1.3", + "@somenergia/somenergia-ui": "^0.1.6", "axios": "^1.5.1", "i18next": "^23.4.5", "i18next-browser-languagedetector": "^7.2.0",