Skip to content

Commit 6690ac8

Browse files
Merge pull request #35 from webdevnerdstuff/patch-2
fix: links
2 parents 95e5a20 + 95fbc70 commit 6690ac8

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ npm i @wdns/vuetify-inline-fields
5858

5959
## Change Log
6060

61-
[CHANGELOG](https://github.com/webdevnerdstuff/vuetify-inline-fields/blob/master/CHANGELOG.md)
61+
[CHANGELOG](https://github.com/webdevnerdstuff/vuetify-inline-fields/blob/main/CHANGELOG.md)
6262

6363

6464
## License
6565

6666
Copyright (c) 2023 WebDevNerdStuff
67-
Licensed under the [MIT license](https://github.com/webdevnerdstuff/vuetify-inline-fields/blob/master/LICENSE.md).
67+
Licensed under the [MIT license](https://github.com/webdevnerdstuff/vuetify-inline-fields/blob/main/LICENSE.md).
6868

6969

7070
## Legal

dist/vuetify-inline-fields.cjs.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuetify-inline-fields.es.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useTheme as Sl } from "vuetify";
33
import { useWindowSize as oi } from "@vueuse/core";
44
/**
55
* @name @wdns/vuetify-inline-fields
6-
* @version 1.0.0-beta-1.12
6+
* @version 1.0.0-beta-1.14
77
* @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.
88
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
99
* @copyright Copyright 2023, WebDevNerdStuff

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdns/vuetify-inline-fields",
3-
"version": "1.0.0-beta-1.12",
3+
"version": "1.0.0-beta-1.14",
44
"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.",
55
"private": false,
66
"publishConfig": {

src/documentation/sections/LicenseSection.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<br />
2323
Licensed under the
2424
<a
25-
:href="`${links.repo}/blob/master/LICENSE.md`"
25+
:href="`${links.github}/blob/main/LICENSE.md`"
2626
target="_blank"
2727
>
2828
MIT License

src/stores/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const useCoreStore = defineStore('core', () => {
5555
...getters,
5656
links,
5757
package: packageJson,
58-
pluginVersion: packageJson.version,
5958
packageName,
59+
pluginVersion: packageJson.version,
6060
};
6161
});

0 commit comments

Comments
 (0)