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

Commit bc921db

Browse files
committed
Release 1.2.1
1 parent a776294 commit bc921db

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="1.2.1"></a>
2+
## [1.2.1](https://github.com/tpucci/react-gondola/compare/1.2.0...1.2.1) (2019-06-04)
3+
4+
5+
### 🐛 Bug Fixes
6+
7+
* **Navigation:** Fix typing issue ([e78209d](https://github.com/tpucci/react-gondola/commit/e78209d))
8+
9+
10+
### 📝 Documentation
11+
12+
* **API:** Write basic API references and usage ([4546108](https://github.com/tpucci/react-gondola/commit/4546108))
13+
* **docz:** correct mistakes ([5009c4a](https://github.com/tpucci/react-gondola/commit/5009c4a))
14+
* **docz:** Install dependencie on doc site build ([fc8f577](https://github.com/tpucci/react-gondola/commit/fc8f577))
15+
* **README:** Correct mistakes ([0f33924](https://github.com/tpucci/react-gondola/commit/0f33924))
16+
117
<a name="1.2.0"></a>
218
# [1.2.0](https://github.com/tpucci/react-gondola/compare/1.1.0...1.2.0) (2019-05-23)
319

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": "1.2.0",
3+
"version": "1.2.1",
44
"description": "React Native declarative navigation",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)