Skip to content

Commit 2dfe4bf

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2022-03-16) ### Bug Fixes * fix the dist files not exist in npm tarball ([c4c83c8](c4c83c8))
1 parent c4c83c8 commit 2dfe4bf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/router/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/liuweiGL/react-stack-router/compare/v1.0.0...v1.0.1) (2022-03-16)
2+
3+
4+
### Bug Fixes
5+
6+
* fix the dist files not exist in npm tarball ([c4c83c8](https://github.com/liuweiGL/react-stack-router/commit/c4c83c8f5900a17376431ac19d3d865ff27300e1))
7+
18
# 1.0.0 (2022-03-16)
29

310

packages/router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-stack-router",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "react 手机端路由",
55
"keywords": [
66
"react-router",
@@ -42,4 +42,4 @@
4242
"tslib": "^2.3.1",
4343
"typescript": "^4.6.2"
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)