From 864cc4288b6361498c173daee1e43152a8e84ebc Mon Sep 17 00:00:00 2001 From: loicduong Date: Thu, 2 Jan 2025 15:30:52 +0700 Subject: [PATCH] chore(projects): release v0.0.4 --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++ package.json | 2 +- packages/axios/package.json | 2 +- packages/color/package.json | 2 +- packages/hooks/package.json | 2 +- packages/materials/package.json | 2 +- packages/ofetch/package.json | 2 +- packages/scripts/package.json | 2 +- packages/utils/package.json | 2 +- 9 files changed, 57 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e3ea43..4757c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,55 @@ # Changelog +## [v0.0.4](https://github.com/dploc96/vue-naive-admin/compare/v0.0.3...v0.0.4) (2025-01-02) + +###    🚀 Features + +- **components**: + - add vue3-google-map  -  by **loicduong** [(36743)](https://github.com/dploc96/vue-naive-admin/commit/3674334) + - add mapxus map  -  by **loicduong** [(166fb)](https://github.com/dploc96/vue-naive-admin/commit/166fb26) + - add ag-grid  -  by **loicduong** [(d2fe4)](https://github.com/dploc96/vue-naive-admin/commit/d2fe432) + - add d3  -  by **loicduong** [(61c62)](https://github.com/dploc96/vue-naive-admin/commit/61c62e0) + - remove mapxus  -  by **loicduong** [(f3806)](https://github.com/dploc96/vue-naive-admin/commit/f380688) + - add json editor vue  -  by **loicduong** [(f0327)](https://github.com/dploc96/vue-naive-admin/commit/f032714) + - add vue json pretty  -  by **loicduong** [(e29c7)](https://github.com/dploc96/vue-naive-admin/commit/e29c791) +- **projects**: + - remove vite plugin progress  -  by **loicduong** [(bc8f6)](https://github.com/dploc96/vue-naive-admin/commit/bc8f6a5) + - support show tab when not loggedIn  -  by **loicduong** [(1e5c4)](https://github.com/dploc96/vue-naive-admin/commit/1e5c446) + - multi language buttons support hiding  -  by **loicduong** [(e2815)](https://github.com/dploc96/vue-naive-admin/commit/e28150b) + - update auth background  -  by **loicduong** [(36418)](https://github.com/dploc96/vue-naive-admin/commit/364184a) + +###    🐞 Bug Fixes + +- **hooks**: + - the total number before assigning a value to the table is incorrect  -  by **loicduong** [(1616f)](https://github.com/dploc96/vue-naive-admin/commit/1616fe1) +- **projects**: + - fix route guard hook onRouteSwitchWhenLoggedIn  -  by **loicduong** [(11142)](https://github.com/dploc96/vue-naive-admin/commit/111421d) + - check if init userInfo when initAuthRoute  -  by **loicduong** [(2c154)](https://github.com/dploc96/vue-naive-admin/commit/2c154b6) + - fix login success notification  -  by **loicduong** [(8acf7)](https://github.com/dploc96/vue-naive-admin/commit/8acf7a8) + +###    🛠 Optimizations + +- **projects**: + - optimize vite  -  by **loicduong** [(bd039)](https://github.com/dploc96/vue-naive-admin/commit/bd039a0) + - optimize router guard  -  by **loicduong** [(7a6c3)](https://github.com/dploc96/vue-naive-admin/commit/7a6c314) + - use defu to fill added theme config  -  by **loicduong** [(0cdf5)](https://github.com/dploc96/vue-naive-admin/commit/0cdf5ee) + +###    🏡 Chore + +- **deps**: + - update deps  -  by **loicduong** [(80155)](https://github.com/dploc96/vue-naive-admin/commit/8015534) +- **projects**: + - update deps  -  by **loicduong** [(e28cb)](https://github.com/dploc96/vue-naive-admin/commit/e28cba6) + - remove home warning  -  by **loicduong** [(19230)](https://github.com/dploc96/vue-naive-admin/commit/192306d) + - update license  -  by **loicduong** [(a0c91)](https://github.com/dploc96/vue-naive-admin/commit/a0c9128) + - update deps & fix vite config  -  by **loicduong** [(05eaf)](https://github.com/dploc96/vue-naive-admin/commit/05eaf5c) + +###    ❤️ Contributors + + +[loicduong](mailto:mikhailcolt@gmail.com) + ## [v0.0.3](https://github.com/dploc96/vue-naive-admin/compare/v0.0.2...v0.0.3) (2024-12-02) ###    🚨 Breaking Changes diff --git a/package.json b/package.json index e8708c6..4232bcc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-naive-admin", "type": "module", - "version": "0.0.3", + "version": "0.0.4", "description": "A fresh and elegant admin template, based on Vue3, Vite6, TypeScript, NaiveUI and UnoCSS.", "author": { "name": "Loic Duong", diff --git a/packages/axios/package.json b/packages/axios/package.json index fb461a9..8200819 100644 --- a/packages/axios/package.json +++ b/packages/axios/package.json @@ -1,6 +1,6 @@ { "name": "@sa/axios", - "version": "0.0.3", + "version": "0.0.4", "exports": { ".": "./src/index.ts" }, diff --git a/packages/color/package.json b/packages/color/package.json index f32921b..034d081 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@sa/color", - "version": "0.0.3", + "version": "0.0.4", "exports": { ".": "./src/index.ts" }, diff --git a/packages/hooks/package.json b/packages/hooks/package.json index b0f4c66..b94a8a9 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@sa/hooks", - "version": "0.0.3", + "version": "0.0.4", "exports": { ".": "./src/index.ts" }, diff --git a/packages/materials/package.json b/packages/materials/package.json index d231de3..103005a 100644 --- a/packages/materials/package.json +++ b/packages/materials/package.json @@ -1,6 +1,6 @@ { "name": "@sa/materials", - "version": "0.0.3", + "version": "0.0.4", "exports": { ".": "./src/index.ts" }, diff --git a/packages/ofetch/package.json b/packages/ofetch/package.json index c1e0c28..4a038f1 100644 --- a/packages/ofetch/package.json +++ b/packages/ofetch/package.json @@ -1,6 +1,6 @@ { "name": "@sa/fetch", - "version": "0.0.3", + "version": "0.0.4", "exports": { ".": "./src/index.ts" }, diff --git a/packages/scripts/package.json b/packages/scripts/package.json index bf4d06e..9776004 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@sa/scripts", - "version": "0.0.3", + "version": "0.0.4", "exports": { ".": "./src/index.ts" }, diff --git a/packages/utils/package.json b/packages/utils/package.json index 2dbefb3..e4c687e 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@sa/utils", - "version": "0.0.3", + "version": "0.0.4", "exports": { ".": "./src/index.ts" },