From cb1fa9a55c2d87563122891dcb02d1aa8451c1e1 Mon Sep 17 00:00:00 2001 From: Gavin Panella Date: Fri, 12 Oct 2018 10:07:14 +0200 Subject: [PATCH] Expose Button.V5 and bump version to 5.21.0. --- elm-package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elm-package.json b/elm-package.json index daab9e58..193c4a78 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,5 +1,5 @@ { - "version": "5.20.2", + "version": "5.21.0", "summary": "UI Widgets we use at NRI", "repository": "https://github.com/NoRedInk/noredink-ui.git", "license": "BSD3", @@ -15,6 +15,7 @@ "Nri.Ui.Button.V2", "Nri.Ui.Button.V3", "Nri.Ui.Button.V4", + "Nri.Ui.Button.V5", "Nri.Ui.Checkbox.V1", "Nri.Ui.Checkbox.V2", "Nri.Ui.Checkbox.V3",