Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 932a5c8

Browse files
committed
Release 2.0.1
1 parent 30c60af commit 932a5c8

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="2.0.1"></a>
2+
## [2.0.1](https://github.com/tpucci/react-gondola/compare/2.0.0...2.0.1) (2019-07-28)
3+
4+
5+
### 🐛 Bug Fixes
6+
7+
* **android:** fix example for Android ([30c60af](https://github.com/tpucci/react-gondola/commit/30c60af))
8+
* **recompose:** fix error due to import order ([df1c5ed](https://github.com/tpucci/react-gondola/commit/df1c5ed))
9+
110
<a name="2.0.0"></a>
211
# [2.0.0](https://github.com/tpucci/react-gondola/compare/1.4.0...2.0.0) (2019-07-27)
312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-gondola",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "React Native declarative navigation",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)