Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpucci committed Jul 13, 2019
1 parent 71a2ee4 commit 34b4bc5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="1.4.0"></a>
# [1.4.0](https://github.com/tpucci/react-gondola/compare/1.3.0...1.4.0) (2019-07-13)


### ♻️ Code Refactoring

* **createStop:** remove unused key prop ([475e436](https://github.com/tpucci/react-gondola/commit/475e436))


### ✨ Features

* **transitions:** support slide transitions ([fba8b03](https://github.com/tpucci/react-gondola/commit/fba8b03))


### 🐛 Bug Fixes

* **macos:** move capital folder Transitions to transitions ([dc4e1b1](https://github.com/tpucci/react-gondola/commit/dc4e1b1))
* **node_modules:** fix missing postinstall script ([3c3440f](https://github.com/tpucci/react-gondola/commit/3c3440f))


### 📝 Documentation

* **transitions:** add guides/transitions ([c42f166](https://github.com/tpucci/react-gondola/commit/c42f166))

<a name="1.3.0"></a>
# [1.3.0](https://github.com/tpucci/react-gondola/compare/1.2.3...1.3.0) (2019-07-02)

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": "react-gondola",
"version": "1.3.0",
"version": "1.4.0",
"description": "React Native declarative navigation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 34b4bc5

Please sign in to comment.