From fc2ed88ef0312c5df417777356f1eb7b81b72a99 Mon Sep 17 00:00:00 2001 From: Brian Shand Date: Mon, 3 Feb 2025 11:40:59 +0000 Subject: [PATCH] tag v5.0.1 --- CHANGELOG.md | 5 ++++- lib/ndr_ui/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf85a02..e6bfc9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ ## [Unreleased] +* no unreleased changes * + +## 5.0.1 / 2025-02-03 +### Fixed * fix cancel modal button * re-introdce `btn-default` style * fix `bootstrap_tab_nav_tag` helper method with required classes @@ -6,7 +10,6 @@ * fix offset class name in line with Bootstrap 5 upgrade * fix `bootstrap_alert_tag` style with close button option - ## 5.0.0 / 2025-01-24 ### Changed * Support Bootstrap to v5.3.3 diff --git a/lib/ndr_ui/version.rb b/lib/ndr_ui/version.rb index 3cc503e..89eaffc 100644 --- a/lib/ndr_ui/version.rb +++ b/lib/ndr_ui/version.rb @@ -2,5 +2,5 @@ # This stores the current version of the NdrUi gem. Use semantic versioning http://semver.org module NdrUi - VERSION = '5.0.0' + VERSION = '5.0.1' end