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

Commit 1a64934

Browse files
committed
Bump version to 0.18.0.
1 parent 567e477 commit 1a64934

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# master
1+
# 0.18.0
22
Move "gentypeconfig" inside bsconfig.json. Using a file gentypeconfig.json is deprecated.
33
Remove support for deprecated @genFlow annotation, and genflowconfig.json file.
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reason genType 0.17.0
1+
# Reason genType 0.18.0
22

33
> **Disclosure:** This project used to be called `genFlow` but has been renamed to `genType`. To migrate from an earlier version, use `@genType` annotations, change the path to use `gentype.native`, and move the config inside `bsconfig.json`.
44
@@ -28,10 +28,10 @@ Wrappers for using ReasonReact components from JavaScript are generated when the
2828
# Will download and automatically untar the file in the current directory as gentype.native
2929
3030
# MacOS
31-
curl -L https://github.com/cristianoc/genType/releases/download/v0.17.0/gentype-macos.tar.gz | tar xz
31+
curl -L https://github.com/cristianoc/genType/releases/download/v0.18.0/gentype-macos.tar.gz | tar xz
3232
3333
# Linux
34-
curl -L https://github.com/cristianoc/genType/releases/download/v0.17.0/gentype-linux.tar.gz | tar xz
34+
curl -L https://github.com/cristianoc/genType/releases/download/v0.18.0/gentype-linux.tar.gz | tar xz
3535
```
3636

3737
# Quick Start: Set up genType in existing TypeScript / Flow / BuckleScript project

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gentype",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Use Reason values from Javascript: vanilla, or TypeScript/FlowType-annotated",
55
"license": "MIT",
66
"scripts": {

src/GenType.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
open GenTypeCommon;
66

7-
let version = "0.17.0";
7+
let version = "0.18.0";
88

99
let signFile = s => s;
1010

0 commit comments

Comments
 (0)