Skip to content

Commit

Permalink
feat: v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
0x30 committed Jan 5, 2024
1 parent cd0142d commit 530a782
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [v1.0.10](https://github.com/0x30/vue-navigation/compare/d44ddf2e0c4d6ebf7008131af52e782a0effccfe...cd0142d0aa14b452f7f1d74ef1537fcf1b405080)

* 主要修改 loading 展示逻辑
* Popup show 方法修改为 promise 方法
* 目录结构调整

## 1.0.9

fix: 修复 router stack 层级关系([87ced3](https://github.com/0x30/vue-navigation/commit/87ced36ab360578edb6d887abe2142847af0682e))
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x30/vue-navigation-layout",
"version": "1.0.9",
"version": "1.0.10",
"scripts": {
"build": "vue-tsc && vite build",
"pub": "npm run build && npm publish --access public --registry https://registry.npmjs.org"
Expand Down

0 comments on commit 530a782

Please sign in to comment.