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

Commit c378a13

Browse files
committed
Release 1.0.0-beta.0
1 parent 89229ea commit c378a13

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="1.0.0-beta.0"></a>
2+
# 1.0.0-beta.0 (2019-04-14)
3+
4+
5+
### ✅ Tests
6+
7+
* **type:** Add typechecking on example project ([63e6194](https://github.com/tpucci/react-gondola/commit/63e6194))
8+
9+
10+
### 📝 Documentation
11+
12+
* **CHANGELOG:** Add Changelog ([6feac09](https://github.com/tpucci/react-gondola/commit/6feac09))
13+
14+
15+
### 🚀 Deploys
16+
17+
* **version:** Initialize version to 0.0.0 ([89229ea](https://github.com/tpucci/react-gondola/commit/89229ea))
18+
119
<a name="1.0.1"></a>
220
## [1.0.1](https://github.com/tpucci/react-gondola/compare/1.0.1-beta.0...1.0.1) (2019-04-14)
321

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

0 commit comments

Comments
 (0)