diff --git a/dist/vuetify-inline-fields.cjs.js b/dist/vuetify-inline-fields.cjs.js index 14c1a6e..54bada8 100644 --- a/dist/vuetify-inline-fields.cjs.js +++ b/dist/vuetify-inline-fields.cjs.js @@ -1,6 +1,6 @@ "use strict";var Al=Object.create;var Dt=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var _l=Object.getOwnPropertyNames;var El=Object.getPrototypeOf,Ol=Object.prototype.hasOwnProperty;var zl=(n,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of _l(o))!Ol.call(n,r)&&r!==t&&Dt(n,r,{get:()=>o[r],enumerable:!(l=Pl(o,r))||l.enumerable});return n};var Oe=(n,o,t)=>(t=n!=null?Al(El(n)):{},zl(o||!n||!n.__esModule?Dt(t,"default",{value:n,enumerable:!0}):t,n));/** * @name vuetify-inline-fields - * @version 1.0.0-beta-1.5 + * @version 1.0.0-beta-1.6 * @description Vuetify Inline Fields Component Library offers a comprehensive collection of reusable UI components to create elegant and efficient inline form fields within your applications. * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2023, WebDevNerdStuff diff --git a/dist/vuetify-inline-fields.es.js b/dist/vuetify-inline-fields.es.js index 9152dc6..a0c76f8 100644 --- a/dist/vuetify-inline-fields.es.js +++ b/dist/vuetify-inline-fields.es.js @@ -3,7 +3,7 @@ import { useTheme as cl } from "vuetify"; import { useWindowSize as Ea } from "@vueuse/core"; /** * @name vuetify-inline-fields - * @version 1.0.0-beta-1.5 + * @version 1.0.0-beta-1.6 * @description Vuetify Inline Fields Component Library offers a comprehensive collection of reusable UI components to create elegant and efficient inline form fields within your applications. * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2023, WebDevNerdStuff diff --git a/package.json b/package.json index 476de4a..5dacfa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuetify-inline-fields", - "version": "1.0.0-beta-1.5", + "version": "1.0.0-beta-1.6", "description": "Vuetify Inline Fields Component Library offers a comprehensive collection of reusable UI components to create elegant and efficient inline form fields within your applications.", "private": false, "main": "dist/vuetify-inline-fields.cjs.js",