From 90036084a162904e931b40f9013acbde633d5310 Mon Sep 17 00:00:00 2001 From: Renee Tremlab Date: Wed, 3 Jun 2020 14:32:09 -0700 Subject: [PATCH 1/2] bump to 9.5.0 --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 4165c16a..3ebbbfec 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "NoRedInk/noredink-ui", "summary": "UI Widgets we use at NRI", "license": "BSD-3-Clause", - "version": "9.4.0", + "version": "9.5.0", "exposed-modules": [ "Nri.Ui", "Nri.Ui.Accordion.V1", @@ -91,4 +91,4 @@ "avh4/elm-program-test": "3.1.0 <= v < 4.0.0", "elm-explorations/test": "1.2.0 <= v < 2.0.0" } -} +} \ No newline at end of file From 752852cae19d9a65609332d6bac4da592aad861b Mon Sep 17 00:00:00 2001 From: Renee Tremlab Date: Thu, 4 Jun 2020 14:13:02 -0700 Subject: [PATCH 2/2] bump 9.5.1 to fix 9.5.0 issue --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 3ebbbfec..d807f1b3 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "NoRedInk/noredink-ui", "summary": "UI Widgets we use at NRI", "license": "BSD-3-Clause", - "version": "9.5.0", + "version": "9.5.1", "exposed-modules": [ "Nri.Ui", "Nri.Ui.Accordion.V1",