From 43d970440f0ffc7cbca2b8b86ff7dc5b6e59f276 Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Fri, 20 Oct 2023 17:52:15 -0700 Subject: [PATCH] Fix stuff --- README.md | 2 +- dist/vuetify-color-field.cjs.js | 2 +- dist/vuetify-color-field.es.js | 2 +- package.json | 2 +- src/stores/index.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 12ed86a..89122a3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

- NPM Package + NPM Package   diff --git a/dist/vuetify-color-field.cjs.js b/dist/vuetify-color-field.cjs.js index d5e4712..7a49167 100644 --- a/dist/vuetify-color-field.cjs.js +++ b/dist/vuetify-color-field.cjs.js @@ -1,6 +1,6 @@ "use strict";/** * @name @wdns/vuetify-color-field - * @version 1.0.0-beta.1 + * @version 1.0.0-beta.2 * @description Vuetify Color Field is a Vuetify VTextField Color Picker Component * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2023, __USERNAME__ diff --git a/dist/vuetify-color-field.es.js b/dist/vuetify-color-field.es.js index 697e941..7c687ce 100644 --- a/dist/vuetify-color-field.es.js +++ b/dist/vuetify-color-field.es.js @@ -2,7 +2,7 @@ import { Fragment as he, reactive as Jt, computed as f, watchEffect as Qt, toRef import { onClickOutside as fa } from "@vueuse/core"; /** * @name @wdns/vuetify-color-field - * @version 1.0.0-beta.1 + * @version 1.0.0-beta.2 * @description Vuetify Color Field is a Vuetify VTextField Color Picker Component * @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! (https://webdevnerdstuff.com) * @copyright Copyright 2023, __USERNAME__ diff --git a/package.json b/package.json index d59d286..449d4fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wdns/vuetify-color-field", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "description": "Vuetify Color Field is a Vuetify VTextField Color Picker Component", "private": false, "publishConfig": { diff --git a/src/stores/index.ts b/src/stores/index.ts index 0f96f09..302806f 100644 --- a/src/stores/index.ts +++ b/src/stores/index.ts @@ -7,7 +7,7 @@ export const useCoreStore = defineStore('core', () => { const storageName = 'vuetify-color-field'; // Links // - const repoBaseUrl = `https://github.com/webdevnerdstuff/${packageName}`; + const repoBaseUrl = `https://github.com/webdevnerdstuff/${storageName}`; const links = { changeLog: `${repoBaseUrl}/blob/main/CHANGELOG.md`, github: repoBaseUrl,