Skip to content

Commit

Permalink
chore: 3.0.0-beta.2 release - update build files and snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
woothu committed Nov 21, 2019
1 parent cb2bfbe commit a37d685
Show file tree
Hide file tree
Showing 10 changed files with 127 additions and 128 deletions.
120 changes: 60 additions & 60 deletions dist/coreui-vue.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/coreui-vue.common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/coreui-vue.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -16424,7 +16424,7 @@ var script$p = {
},
togglerAttrs: function togglerAttrs() {
return {
'type': 'button',
'type': this.inNav ? null : 'button',
'aria-expanded': this.visible ? 'true' : 'false',
'aria-haspopup': 'true'
};
Expand Down
120 changes: 60 additions & 60 deletions dist/coreui-vue.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/coreui-vue.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/coreui-vue.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/coreui-vue.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coreui/vue",
"description": "CoreUI Vue Bootstrap 4 layout components",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "dist/coreui-vue.common.js",
"types": "src/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ exports[`CDropdown renders correctly inNav 1`] = `
class="additional-toggler-class nav-link bg-success"
href="#"
target="_self"
type="button"
>
Dropdown button
</a>
Expand Down

0 comments on commit a37d685

Please sign in to comment.