-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.29.0](v0.28.2...v0.29.0) (2023-12-09) ### Bug Fixes * home shortcut action ([50c96cf](50c96cf)) * set unique jsx keys ([bad4b5e](bad4b5e)) ### Features * add undo redo nav buttons ([90992e0](90992e0)) * add useUndoable to BudgetContext ([135d1f1](135d1f1)) * add useundoable to context ([1e2daf0](1e2daf0)) * consolidate export, currency and version into settings button ([42f06ac](42f06ac)) * save history only on specific actions ([903c859](903c859)) * undo budget deletion button in notification ([f3d413c](f3d413c))
- Loading branch information
1 parent
4a0fd59
commit 4ce3d3e
Showing
3 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "guitos", | ||
"version": "0.28.2", | ||
"version": "0.29.0", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
|