Skip to content

Commit

Permalink
chore: release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Feb 6, 2025
1 parent 466f9aa commit 8d2978c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.4

Increase color brightness.

## 0.3.2

Fix render crash.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squarified",
"version": "0.3.2",
"version": "0.3.4",
"description": "squarified tree map",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
1 change: 0 additions & 1 deletion scripts/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export type Theme = 'light' | 'dark'
function updateTeme(theme: Theme) {
localStorage.setItem('theme', theme)
docDataset.theme = theme
console.log(`Theme set to ${theme}`, docDataset)
}

function toggleTheme() {
Expand Down

0 comments on commit 8d2978c

Please sign in to comment.