Skip to content

Commit

Permalink
发布 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
listenzz committed May 17, 2021
1 parent 4ed2428 commit 224d5ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4.7

### Android specific

- 修复调用 `setRoot` 时,不正常抛 `IllegalStateException` 的问题

## 1.4.6

- 优化 stack 路由选择,当 props 为空对象时,pop 到现有页面而不是 redirect
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hybrid-navigation",
"description": "React Native Navigation that supports seamless navigation between Native and React.",
"version": "1.4.6",
"version": "1.4.7",
"keywords": [
"react-native",
"navigation",
Expand Down

0 comments on commit 224d5ea

Please sign in to comment.