Skip to content

Commit

Permalink
🏗️ bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javikalsan committed Jan 23, 2024
1 parent 2c5ba6b commit 7ce8edf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 0.5.0 (2024-01-23)

- Hijack implementation

## 0.4.2 (2024-01-03)

- Fix: details failed because misspelled attribute name
Expand Down Expand Up @@ -50,7 +54,7 @@
- New reusable components:
- TableEditor: to show list of items with actions
- SimpleTable: to show data sheets
- SnackbarMessages: listen messages and show temporary error messages
- SnackbarMessages: listen messages and show temporary error messages
- ErrorSplash: to show static errors
- RGPD check required to access
- UI check API version to match and do a full reload after a countdown
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.2'
__version__ = '0.5.0'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ov-representacio-ui",
"version": "0.4.2",
"version": "0.5.0",
"private": true,
"license": "AGPL-3.0",
"type": "module",
Expand Down

0 comments on commit 7ce8edf

Please sign in to comment.