Skip to content

fix: links #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ npm i @wdns/vuetify-inline-fields

## Change Log

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


## License

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


## Legal
Expand Down
2 changes: 1 addition & 1 deletion dist/vuetify-inline-fields.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vuetify-inline-fields.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useTheme as Sl } from "vuetify";
import { useWindowSize as oi } from "@vueuse/core";
/**
* @name @wdns/vuetify-inline-fields
* @version 1.0.0-beta-1.12
* @version 1.0.0-beta-1.14
* @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! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)
* @copyright Copyright 2023, WebDevNerdStuff
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdns/vuetify-inline-fields",
"version": "1.0.0-beta-1.12",
"version": "1.0.0-beta-1.14",
"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,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/sections/LicenseSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<br />
Licensed under the
<a
:href="`${links.repo}/blob/master/LICENSE.md`"
:href="`${links.github}/blob/main/LICENSE.md`"
target="_blank"
>
MIT License
Expand Down
2 changes: 1 addition & 1 deletion src/stores/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const useCoreStore = defineStore('core', () => {
...getters,
links,
package: packageJson,
pluginVersion: packageJson.version,
packageName,
pluginVersion: packageJson.version,
};
});