Skip to content

Commit

Permalink
chore(projects): release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loicduong committed Sep 8, 2024
1 parent 2fdb35c commit 8c1b33d
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
@@ -0,0 +1,49 @@
# Changelog


## [v0.0.1](https://github.com/dploc96/vue-naive-admin/compare/undefined...v0.0.1) (2024-09-08)

###    🚀 Features

- **core**:
- update project &nbsp;-&nbsp; by @loicduong [<samp>(47d5d)</samp>](https://github.com/dploc96/vue-naive-admin/commit/47d5d1b)
- update project &nbsp;-&nbsp; by @loicduong [<samp>(627fe)</samp>](https://github.com/dploc96/vue-naive-admin/commit/627fe49)
- add show authentication route environment variable &nbsp;-&nbsp; by **locdp** [<samp>(ebe45)</samp>](https://github.com/dploc96/vue-naive-admin/commit/ebe45a5)
- does the configuration support automatic updates &nbsp;-&nbsp; by @loicduong [<samp>(72caf)</samp>](https://github.com/dploc96/vue-naive-admin/commit/72caf95)
- add app error handler #27 &nbsp;-&nbsp; by **loicduong** in https://github.com/dploc96/vue-naive-admin/issues/27 [<samp>(5766d)</samp>](https://github.com/dploc96/vue-naive-admin/commit/5766d84)
- add response to flatRequest when success in @sa/axios &nbsp;-&nbsp; by **loicduong** [<samp>(6f72e)</samp>](https://github.com/dploc96/vue-naive-admin/commit/6f72e6c)
- add runtime config &nbsp;-&nbsp; by **loicduong** [<samp>(efbe9)</samp>](https://github.com/dploc96/vue-naive-admin/commit/efbe9cb)

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

- **core**:
- avoid retrieving cached html #5 &nbsp;-&nbsp; by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/5 [<samp>(06984)</samp>](https://github.com/dploc96/vue-naive-admin/commit/06984fa)
- remove redundant lint packages #7 &nbsp;-&nbsp; by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/7 [<samp>(94fda)</samp>](https://github.com/dploc96/vue-naive-admin/commit/94fda3e)
- fix unmet peer eslint #9 &nbsp;-&nbsp; by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/9 [<samp>(7b2eb)</samp>](https://github.com/dploc96/vue-naive-admin/commit/7b2ebe8)
- avoid retrieving cached HTML #5 &nbsp;-&nbsp; by **locdp** in https://github.com/dploc96/vue-naive-admin/issues/5 [<samp>(a38d2)</samp>](https://github.com/dploc96/vue-naive-admin/commit/a38d2ca)
- fix login redirect &nbsp;-&nbsp; by **locdp** [<samp>(ee00b)</samp>](https://github.com/dploc96/vue-naive-admin/commit/ee00b75)
- fix lint &nbsp;-&nbsp; by @loicduong [<samp>(b1dfa)</samp>](https://github.com/dploc96/vue-naive-admin/commit/b1dfaa0)
- fix vertical-mix-menu when sider collapse #23 &nbsp;-&nbsp; by **locdp** in https://github.com/dploc96/vue-naive-admin/issues/23 [<samp>(8870e)</samp>](https://github.com/dploc96/vue-naive-admin/commit/8870ebf)
- fix breadcrumb when activeMenu is parent menu #25 &nbsp;-&nbsp; by **loicduong** in https://github.com/dploc96/vue-naive-admin/issues/25 [<samp>(3f4f2)</samp>](https://github.com/dploc96/vue-naive-admin/commit/3f4f2ea)
- fix refresh token when meet multi requests &nbsp;-&nbsp; by **loicduong** [<samp>(02138)</samp>](https://github.com/dploc96/vue-naive-admin/commit/0213814)

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

- **core**: optimize menu selectedKey &nbsp;-&nbsp; by **loicduong** [<samp>(66ab8)</samp>](https://github.com/dploc96/vue-naive-admin/commit/66ab892)

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

- **core**:
- add port env #3 &nbsp;-&nbsp; by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/3 [<samp>(e0e10)</samp>](https://github.com/dploc96/vue-naive-admin/commit/e0e10df)
- rename the typing folder &nbsp;-&nbsp; by @loicduong [<samp>(c1c7a)</samp>](https://github.com/dploc96/vue-naive-admin/commit/c1c7a87)
- merge constant & enum folders &nbsp;-&nbsp; by @loicduong [<samp>(01076)</samp>](https://github.com/dploc96/vue-naive-admin/commit/0107624)
- update logo #16 &nbsp;-&nbsp; by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/16 [<samp>(1b07a)</samp>](https://github.com/dploc96/vue-naive-admin/commit/1b07a9b)
- update default proxy #18 &nbsp;-&nbsp; by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/18 [<samp>(1abd7)</samp>](https://github.com/dploc96/vue-naive-admin/commit/1abd76e)
- remove staging environment #21 &nbsp;-&nbsp; by @loicduong in https://github.com/dploc96/vue-naive-admin/issues/21 [<samp>(afdd0)</samp>](https://github.com/dploc96/vue-naive-admin/commit/afdd055)
- update deps &nbsp;-&nbsp; by @loicduong [<samp>(7b6a6)</samp>](https://github.com/dploc96/vue-naive-admin/commit/7b6a69f)

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

[![loicduong](https://github.com/loicduong.png?size=48)](https://github.com/loicduong)&nbsp;&nbsp;
[loicduong](mailto:[email protected]),&nbsp;[locdp](mailto:[email protected]),&nbsp;

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.0",
"version": "0.0.1",
"description": "A fresh and elegant admin template, based on Vue3、Vite3、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.0",
"version": "0.0.1",
"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.0",
"version": "0.0.1",
"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.0",
"version": "0.0.1",
"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.0",
"version": "0.0.1",
"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.0",
"version": "0.0.1",
"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.0",
"version": "0.0.1",
"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.0",
"version": "0.0.1",
"exports": {
".": "./src/index.ts"
},
Expand Down

0 comments on commit 8c1b33d

Please sign in to comment.