fix/electron-vue-ui-state #1

Merged
rizary merged 11 commits from fix/electron-vue-ui-state into master 2025-06-23 03:03:20 +00:00
2 changed files with 7 additions and 5 deletions
Showing only changes of commit 451a8b689c - Show all commits

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
## v1.0.0 (2025-01-26) ## v0.1.0 (2025-01-26)
### 🚀 Enhancements ### 🚀 Enhancements
@ -20,6 +20,7 @@
- Clean up and format changelog (f6347f1) - Clean up and format changelog (f6347f1)
- Add comprehensive commit convention guide (d415a7c) - Add comprehensive commit convention guide (d415a7c)
- Finalize changelog format and remove duplicates (a21e60c)
### 🧹 Chore ### 🧹 Chore
@ -27,7 +28,7 @@
#### ⚠️ Breaking Changes #### ⚠️ Breaking Changes
- **ESLint configuration migrated to flat config system** - Projects using this codebase will need to update their ESLint setup - **ESLint configuration migrated to flat config system**
### ❤️ Contributors ### ❤️ Contributors

View file

@ -1,8 +1,8 @@
{ {
"name": "Ziya", "name": "Ziya",
"productName": "Ziya", "productName": "Ziya",
"version": "1.0.0", "version": "0.1.0",
"description": "One Stop Shop for your trading needs", "description": "One stop shop for your trading habit",
"type": "module", "type": "module",
"main": ".vite/build/main.cjs", "main": ".vite/build/main.cjs",
"scripts": { "scripts": {
@ -19,7 +19,8 @@
"format": "prettier --write .", "format": "prettier --write .",
"changelog": "changelogen --output CHANGELOG.md", "changelog": "changelogen --output CHANGELOG.md",
"changelog:release": "changelogen --release --output CHANGELOG.md", "changelog:release": "changelogen --release --output CHANGELOG.md",
"release": "pnpm run changelog:release && git add CHANGELOG.md && git commit -m 'chore: update changelog' && git push" "release": "changelogen --release --push",
"release:dry": "changelogen --release --no-commit --no-tag"
}, },
"keywords": [], "keywords": [],
"author": "rizary", "author": "rizary",