Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit dfd4977

Browse files
author
Steffan
committed
v1.1.1
1 parent 41318e8 commit dfd4977

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ $ npm install vue-fields
1616
```
1717

1818
### CDN
19-
Available on [jsdelivr](https://cdn.jsdelivr.net/npm/[email protected].0) or [unpkg](https://unpkg.com/[email protected].0).
19+
Available on [jsdelivr](https://cdn.jsdelivr.net/npm/[email protected].1) or [unpkg](https://unpkg.com/[email protected].1).
2020
```html
21-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0"></script>
21+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
2222
```
2323

2424
## Changelog

dist/vue-fields.common.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-fields v1.1.0
2+
* vue-fields v1.1.1
33
* https://github.com/pagekit/vue-fields
44
* Released under the MIT License.
55
*/
@@ -631,7 +631,7 @@ var Plugin = {
631631
Vue.component('field', Field);
632632
Vue.component('fields', Fields);
633633
},
634-
version: '1.1.0'
634+
version: '1.1.1'
635635
};
636636

637637
if (typeof window !== 'undefined' && window.Vue) {

dist/vue-fields.esm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-fields v1.1.0
2+
* vue-fields v1.1.1
33
* https://github.com/pagekit/vue-fields
44
* Released under the MIT License.
55
*/
@@ -629,7 +629,7 @@ var Plugin = {
629629
Vue.component('field', Field);
630630
Vue.component('fields', Fields);
631631
},
632-
version: '1.1.0'
632+
version: '1.1.1'
633633
};
634634

635635
if (typeof window !== 'undefined' && window.Vue) {

dist/vue-fields.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-fields v1.1.0
2+
* vue-fields v1.1.1
33
* https://github.com/pagekit/vue-fields
44
* Released under the MIT License.
55
*/
@@ -635,7 +635,7 @@
635635
Vue.component('field', Field);
636636
Vue.component('fields', Fields);
637637
},
638-
version: '1.1.0'
638+
version: '1.1.1'
639639
};
640640

641641
if (typeof window !== 'undefined' && window.Vue) {

dist/vue-fields.min.js

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-fields",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "The form fields generator for Vue.js",
55
"homepage": "https://github.com/pagekit/vue-fields",
66
"license": "MIT",

0 commit comments

Comments
 (0)