Merge pull request #134 from NoRedInk/zamboni--bump-to-5.21.0

Expose Button.V5 and bump version to 5.21.0.
This commit is contained in:
Gavin Panella 2018-10-12 10:24:27 +02:00 committed by GitHub
commit efbb35ada4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ {
"version": "5.20.2", "version": "5.21.0",
"summary": "UI Widgets we use at NRI", "summary": "UI Widgets we use at NRI",
"repository": "https://github.com/NoRedInk/noredink-ui.git", "repository": "https://github.com/NoRedInk/noredink-ui.git",
"license": "BSD3", "license": "BSD3",
@ -15,6 +15,7 @@
"Nri.Ui.Button.V2", "Nri.Ui.Button.V2",
"Nri.Ui.Button.V3", "Nri.Ui.Button.V3",
"Nri.Ui.Button.V4", "Nri.Ui.Button.V4",
"Nri.Ui.Button.V5",
"Nri.Ui.Checkbox.V1", "Nri.Ui.Checkbox.V1",
"Nri.Ui.Checkbox.V2", "Nri.Ui.Checkbox.V2",
"Nri.Ui.Checkbox.V3", "Nri.Ui.Checkbox.V3",