Skip to content

Commit

Permalink
feat(rollup): add getDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
novlan1 committed Sep 21, 2024
1 parent 0184a16 commit e683e33
Show file tree
Hide file tree
Showing 13 changed files with 18,525 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ temp
*.bak

package-lock.json
pnpm-lock.yaml
# pnpm-lock.yaml

.env.local

Expand Down
21 changes: 21 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# 更新日志

### [1.3.104](https://github.com/novlan1/t-comm/compare/v1.3.103...v1.3.104) (2024-09-14)


### Features 🎉

* **deps:** add getDeps ([29dd61d](https://github.com/novlan1/t-comm/commit/29dd61d897f2afac6da2497f3eeb23f39f5df358))

### [1.3.103](https://github.com/novlan1/t-comm/compare/v1.3.102...v1.3.103) (2024-09-11)


### Features 🎉

* 防止router报错 ([b07be67](https://github.com/novlan1/t-comm/commit/b07be67e998c6cfb9a79459648bc9788002303f7))

### [1.3.102](https://github.com/novlan1/t-comm/compare/v1.3.101...v1.3.102) (2024-09-11)


### Features 🎉

* **router:** add hook-router and getUniRouteName ([a0273af](https://github.com/novlan1/t-comm/commit/a0273afdec01b8a8a7fbe1a532bef2ecdf5f96c6))

### [1.3.101](https://github.com/novlan1/t-comm/compare/v1.3.100...v1.3.101) (2024-09-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "t-comm",
"version": "1.3.101",
"version": "1.3.104",
"description": "丰富易用的工具库",
"main": "lib/index.js",
"module": "lib/index.esm.js",
Expand Down
Loading

0 comments on commit e683e33

Please sign in to comment.