Skip to content

Commit

Permalink
chore(projects): release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
loicduong committed Jan 2, 2025
1 parent 05eaf5c commit 864cc42
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 8 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 &nbsp;-&nbsp; by **loicduong** [<samp>(36743)</samp>](https://github.com/dploc96/vue-naive-admin/commit/3674334)
- add mapxus map &nbsp;-&nbsp; by **loicduong** [<samp>(166fb)</samp>](https://github.com/dploc96/vue-naive-admin/commit/166fb26)
- add ag-grid &nbsp;-&nbsp; by **loicduong** [<samp>(d2fe4)</samp>](https://github.com/dploc96/vue-naive-admin/commit/d2fe432)
- add d3 &nbsp;-&nbsp; by **loicduong** [<samp>(61c62)</samp>](https://github.com/dploc96/vue-naive-admin/commit/61c62e0)
- remove mapxus &nbsp;-&nbsp; by **loicduong** [<samp>(f3806)</samp>](https://github.com/dploc96/vue-naive-admin/commit/f380688)
- add json editor vue &nbsp;-&nbsp; by **loicduong** [<samp>(f0327)</samp>](https://github.com/dploc96/vue-naive-admin/commit/f032714)
- add vue json pretty &nbsp;-&nbsp; by **loicduong** [<samp>(e29c7)</samp>](https://github.com/dploc96/vue-naive-admin/commit/e29c791)
- **projects**:
- remove vite plugin progress &nbsp;-&nbsp; by **loicduong** [<samp>(bc8f6)</samp>](https://github.com/dploc96/vue-naive-admin/commit/bc8f6a5)
- support show tab when not loggedIn &nbsp;-&nbsp; by **loicduong** [<samp>(1e5c4)</samp>](https://github.com/dploc96/vue-naive-admin/commit/1e5c446)
- multi language buttons support hiding &nbsp;-&nbsp; by **loicduong** [<samp>(e2815)</samp>](https://github.com/dploc96/vue-naive-admin/commit/e28150b)
- update auth background &nbsp;-&nbsp; by **loicduong** [<samp>(36418)</samp>](https://github.com/dploc96/vue-naive-admin/commit/364184a)

### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

- **hooks**:
- the total number before assigning a value to the table is incorrect &nbsp;-&nbsp; by **loicduong** [<samp>(1616f)</samp>](https://github.com/dploc96/vue-naive-admin/commit/1616fe1)
- **projects**:
- fix route guard hook onRouteSwitchWhenLoggedIn &nbsp;-&nbsp; by **loicduong** [<samp>(11142)</samp>](https://github.com/dploc96/vue-naive-admin/commit/111421d)
- check if init userInfo when initAuthRoute &nbsp;-&nbsp; by **loicduong** [<samp>(2c154)</samp>](https://github.com/dploc96/vue-naive-admin/commit/2c154b6)
- fix login success notification &nbsp;-&nbsp; by **loicduong** [<samp>(8acf7)</samp>](https://github.com/dploc96/vue-naive-admin/commit/8acf7a8)

### &nbsp;&nbsp;&nbsp;🛠 Optimizations

- **projects**:
- optimize vite &nbsp;-&nbsp; by **loicduong** [<samp>(bd039)</samp>](https://github.com/dploc96/vue-naive-admin/commit/bd039a0)
- optimize router guard &nbsp;-&nbsp; by **loicduong** [<samp>(7a6c3)</samp>](https://github.com/dploc96/vue-naive-admin/commit/7a6c314)
- use defu to fill added theme config &nbsp;-&nbsp; by **loicduong** [<samp>(0cdf5)</samp>](https://github.com/dploc96/vue-naive-admin/commit/0cdf5ee)

### &nbsp;&nbsp;&nbsp;🏡 Chore

- **deps**:
- update deps &nbsp;-&nbsp; by **loicduong** [<samp>(80155)</samp>](https://github.com/dploc96/vue-naive-admin/commit/8015534)
- **projects**:
- update deps &nbsp;-&nbsp; by **loicduong** [<samp>(e28cb)</samp>](https://github.com/dploc96/vue-naive-admin/commit/e28cba6)
- remove home warning &nbsp;-&nbsp; by **loicduong** [<samp>(19230)</samp>](https://github.com/dploc96/vue-naive-admin/commit/192306d)
- update license &nbsp;-&nbsp; by **loicduong** [<samp>(a0c91)</samp>](https://github.com/dploc96/vue-naive-admin/commit/a0c9128)
- update deps & fix vite config &nbsp;-&nbsp; by **loicduong** [<samp>(05eaf)</samp>](https://github.com/dploc96/vue-naive-admin/commit/05eaf5c)

### &nbsp;&nbsp;&nbsp;❤️ Contributors


[loicduong](mailto:[email protected])

## [v0.0.3](https://github.com/dploc96/vue-naive-admin/compare/v0.0.2...v0.0.3) (2024-12-02)

### &nbsp;&nbsp;&nbsp;🚨 Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/axios",
"version": "0.0.3",
"version": "0.0.4",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/color",
"version": "0.0.3",
"version": "0.0.4",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/hooks",
"version": "0.0.3",
"version": "0.0.4",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/materials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/materials",
"version": "0.0.3",
"version": "0.0.4",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ofetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/fetch",
"version": "0.0.3",
"version": "0.0.4",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/scripts",
"version": "0.0.3",
"version": "0.0.4",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa/utils",
"version": "0.0.3",
"version": "0.0.4",
"exports": {
".": "./src/index.ts"
},
Expand Down

0 comments on commit 864cc42

Please sign in to comment.