From d4ad2ba38e2868f8a0ff41fed1857659ae8b6552 Mon Sep 17 00:00:00 2001 From: k Date: Thu, 5 Dec 2019 22:30:10 +0100 Subject: [PATCH] 3.9.0 --- CHANGELOG.md | 5 +++++ haxelib.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed35512a..e80a4c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 3.9.0 - 2019-12-05 + +* Add `tabIndex` prop to `Button` +* Start branch `version/3.x` to continue development for v3 + ## 0.14.0 - 2019-01-29 * Rewrite base props for all components to avoid some blocking issues diff --git a/haxelib.json b/haxelib.json index b3b56146..3b2d5e41 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,8 +1,8 @@ { "name": "material-ui", "description": "Material UI - React components that implement Google's Material Design", - "version": "0.14.7", - "releasenote": "Allow children prop for Select (See CHANGELOG.md)", + "version": "3.9.0", + "releasenote": "Prepare for 4.0.0 (See CHANGELOG.md)", "url": "https://gitlab.com/k-labz/haxe-oss/haxe-material-ui", "license": "MIT", "tags": [],