Skip to content

Commit

Permalink
[1.2.1] Two small but good changes :) (#51)
Browse files Browse the repository at this point in the history
1.2.1
  • Loading branch information
buffet-time authored Jul 23, 2024
1 parent a4c2964 commit 16a6cf6
Show file tree
Hide file tree
Showing 7 changed files with 626 additions and 603 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@
- Features/ Enhancements
- Improve accessibility
- Improve UX
- Have temporary storage of removed albums from resizing to refill
- Have a loading state image as images are lazy loaded
- Add more options to sorting stored charts
- And add folders

## Version 1.2.1 - July 23, 2024

- Features/ Enhancements
- Have temporary storage of removed albums from resizing to refill
- accidentally resize? np they're still there!
- Bug Fixes
- Fixed incorrect non-null assertion

## Version 1.2.0 - July 14, 2024

- Features/ Enhancements
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "musicchartsite",
"description": "A website to create Music Charts",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"private": "true",
"author": {
Expand Down Expand Up @@ -37,33 +37,33 @@
"html2canvas": "^1.4.1",
"marked": "^13.0.2",
"pako": "^2.1.0",
"vue": "^3.4.31"
"vue": "^3.4.33"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"@nabla/vite-plugin-eslint": "^2.0.4",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@unocss/eslint-config": "^0.61.3",
"@unocss/transformer-directives": "^0.61.3",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@unocss/eslint-config": "^0.61.5",
"@unocss/transformer-directives": "^0.61.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-depend": "^0.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-depend": "^0.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",
"husky": "^9.0.11",
"husky": "^9.1.1",
"prettier": "^3.3.3",
"rollup-plugin-swc-minify": "^1.1.1",
"typescript": "^5.5.3",
"unocss": "^0.61.3",
"vite": "^5.3.3",
"typescript": "^5.5.4",
"unocss": "^0.61.5",
"vite": "^5.3.4",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.26"
"vue-tsc": "^2.0.28"
}
}
Loading

0 comments on commit 16a6cf6

Please sign in to comment.