Skip to content

Commit f489418

Browse files
committed
1.1.0
1 parent 4c75606 commit f489418

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,23 @@
77

88

99

10+
# [1.1.0](https://github.com/VuePlusOrg/vue3-base/compare/v1.0.0...v1.1.0) (2022-12-30)
11+
12+
13+
### Bug Fixes
14+
15+
* **use-request:** fix the problem that environment variables cannot be read normally ([103a632](https://github.com/VuePlusOrg/vue3-base/commit/103a6320364aafbcb0d7758b26c22c4a5fe74ca3))
16+
17+
18+
### Features
19+
20+
* **layout:** add layout module ([dcf621a](https://github.com/VuePlusOrg/vue3-base/commit/dcf621a1780942260b636494da51697d372fe7bd))
21+
22+
23+
### Performance Improvements
24+
25+
* **home-view:** clean up unnecessary logic of HomeView ([4c75606](https://github.com/VuePlusOrg/vue3-base/commit/4c75606ac1fee80aa9b3709daca799713e901520))
26+
* **use-log-out & use-request & user-store:** remove the useLogOut hook ([0d601cb](https://github.com/VuePlusOrg/vue3-base/commit/0d601cb3b34463861acdf8766976cf7bf1985525))
27+
* **user-store:** Modify the default gender to -1 ([ebc4dd2](https://github.com/VuePlusOrg/vue3-base/commit/ebc4dd20e380c7fcaa305b327e9f333d6a45c82f))
28+
* **views:** add route name for page ([2e7bf2d](https://github.com/VuePlusOrg/vue3-base/commit/2e7bf2d143488887fd2cb602dd9e0f3d6549e1e8))
29+
* **views:** remove counter page & mock page ([d6a9a67](https://github.com/VuePlusOrg/vue3-base/commit/d6a9a67d3f218355975a4e2bdc099d6f08bbc382))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-base",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "A Vue3-based project infrastructure that can help you quickly and engineer Vue3-based project development.",
66
"author": {

0 commit comments

Comments
 (0)