Skip to content

Commit 131550e

Browse files
committed
chore: 3.0.0-beta.7 release
- update build files and dependencies - update snapshots - update vetur files - update README.md
1 parent a9654d5 commit 131550e

14 files changed

+6469
-285
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![NPM][npm-coreui-vue-badge-latest]][npm-coreui-vue]
55
[![Downloads](https://img.shields.io/npm/dm/@coreui/vue.svg?style=flat-square)][coreui]
66
[![Build](https://img.shields.io/github/workflow/status/coreui/coreui-vue/Node%20CI/v3-next?style=flat-square)][coreui]
7+
[![License](https://img.shields.io/npm/l/@coreui/vue?style=flat-square)][coreui]
8+
[![Coverage](https://img.shields.io/badge/test%20coverage%203.0.0--beta.7%20version-100%25-yellowgreen)][coreui]
79

810
[npm-coreui-vue]: https://www.npmjs.com/package/@coreui/vue
911
[npm-coreui-vue-badge-latest]: https://img.shields.io/npm/v/@coreui/vue/latest?style=flat-square&color=brightgreen

build/buildVscodeHints.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function generateTags (content) {
7575
description: ''
7676
}
7777
})
78-
return JSON.stringify(tags)
78+
return JSON.stringify(tags, null, 2)
7979
}
8080

8181
function generateAttributes (content) {
@@ -100,7 +100,7 @@ function generateAttributes (content) {
100100
})
101101
}
102102
})
103-
return JSON.stringify(attributes)
103+
return JSON.stringify(attributes, null, 2)
104104
}
105105

106106
function toKebabCase (str) {

dist/coreui-vue.common.js

Lines changed: 123 additions & 122 deletions
Large diffs are not rendered by default.

dist/coreui-vue.common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/coreui-vue.umd.js

Lines changed: 123 additions & 122 deletions
Large diffs are not rendered by default.

dist/coreui-vue.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/coreui-vue.umd.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/coreui-vue.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vetur/coreui-attributes.json

Lines changed: 4226 additions & 1 deletion
Large diffs are not rendered by default.

dist/vetur/coreui-tags.json

Lines changed: 1956 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)