Skip to content

Commit

Permalink
🏗️ bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 30, 2023
1 parent 11bd5a2 commit 5a964bd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion backend/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.0'
__version__ = '0.4.1'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ov-representacio-ui",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"license": "AGPL-3.0",
"type": "module",
Expand All @@ -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",
Expand Down

0 comments on commit 5a964bd

Please sign in to comment.