From 4a00d9ca9f4a0cc2f9f8a13305829dab0daeb907 Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Fri, 16 Jan 2026 14:47:25 +0800 Subject: [PATCH] v0.3.19 --- addon/components/input-group.hbs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon/components/input-group.hbs b/addon/components/input-group.hbs index 9143abe2..63cc84ea 100644 --- a/addon/components/input-group.hbs +++ b/addon/components/input-group.hbs @@ -1,6 +1,6 @@
{{#if (and @name (not @hideLabel))}} - + {{/if}} {{#if (has-block)}} {{yield this.id @name}} diff --git a/package.json b/package.json index b1df8723..be086fa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fleetbase/ember-ui", - "version": "0.3.18", + "version": "0.3.19", "description": "Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.", "keywords": [ "fleetbase-ui",