Skip to content

Commit

Permalink
0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgamlem3 committed Dec 14, 2024
1 parent 195e290 commit a64a419
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Changelog

## 0.5.6
- Upgrade to React 19
- Upgrade to AG Grid 33
- Upgrade to Vite 6

## 0.5.5
- Upgrade packages
- Switch to css & lightningcss
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dnd-spell-organizer",
"license": "MIT",
"version": "0.5.5",
"version": "0.5.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Footer = () => {

return (
<div className="footer">
<span className="version">Version: 0.5.5</span>
<span className="version">Version: 0.5.6</span>
<div className="links">
<Button variant="link" onClick={openHelpModal}>
Help
Expand Down
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const rollbarConfig = {
enabled: import.meta.env.MODE === "production",
captureUncaught: true,
captureUnhandledRejections: true,
code_version: "0.5.5",
code_version: "0.5.6",
source_map_enabled: true,
};

Expand Down

0 comments on commit a64a419

Please sign in to comment.