feat: upgrade version to v1.2.0 (#784)

* feat: upgrade version to v1.2.0

- Update version number to 1.2.0 in all package.json files
- Add v1.2.0 placeholder in CHANGELOG.md with custom SQL cleanup feature
- Upgrade dependencies

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: update @unhead/vue import path for v2.x compatibility

Change import from '@unhead/vue' to '@unhead/vue/client' for createHead

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Dream Hunter
2025-12-12 00:10:20 +08:00
committed by GitHub
parent b933aef7d9
commit 0f2836eebb
9 changed files with 857 additions and 823 deletions

View File

@@ -1,5 +1,5 @@
import { createApp } from 'vue'
import { createHead } from '@unhead/vue'
import { createHead } from '@unhead/vue/client'
import App from './App.vue'
import router from './router'