Skip to content

Commit 439f72a

Browse files
authored
Patch 1.0.3 (DesignRevision#7)
* chore: update BS 4.1.3, Shards 2.1.0 * chore: update dist
1 parent eda1cfb commit 439f72a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

dist/shards-vue.common.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Shards Vue v1.0.2 (https://designrevision.com/downloads/shards-vue/)
3-
* Based on: Bootstrap 4.0.0 (https://getbootstrap.com)
4-
* Based on: Shards ^2.0.3 (https://designrevision.com/downloads/shards/)
2+
* Shards Vue v1.0.3 (https://designrevision.com/downloads/shards-vue/)
3+
* Based on: Bootstrap ^4.1.3 (https://getbootstrap.com)
4+
* Based on: Shards ^2.1.0 (https://designrevision.com/downloads/shards/)
55
* Copyright 2017-2018 DesignRevision (https://designrevision.com)
66
* Copyright 2017-2018 Catalin Vasile (http://catalin.me)
77
*/

dist/shards-vue.esm.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Shards Vue v1.0.2 (https://designrevision.com/downloads/shards-vue/)
3-
* Based on: Bootstrap 4.0.0 (https://getbootstrap.com)
4-
* Based on: Shards ^2.0.3 (https://designrevision.com/downloads/shards/)
2+
* Shards Vue v1.0.3 (https://designrevision.com/downloads/shards-vue/)
3+
* Based on: Bootstrap ^4.1.3 (https://getbootstrap.com)
4+
* Based on: Shards ^2.1.0 (https://designrevision.com/downloads/shards/)
55
* Copyright 2017-2018 DesignRevision (https://designrevision.com)
66
* Copyright 2017-2018 Catalin Vasile (http://catalin.me)
77
*/

dist/shards-vue.umd.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Shards Vue v1.0.2 (https://designrevision.com/downloads/shards-vue/)
3-
* Based on: Bootstrap 4.0.0 (https://getbootstrap.com)
4-
* Based on: Shards ^2.0.3 (https://designrevision.com/downloads/shards/)
2+
* Shards Vue v1.0.3 (https://designrevision.com/downloads/shards-vue/)
3+
* Based on: Bootstrap ^4.1.3 (https://getbootstrap.com)
4+
* Based on: Shards ^2.1.0 (https://designrevision.com/downloads/shards/)
55
* Copyright 2017-2018 DesignRevision (https://designrevision.com)
66
* Copyright 2017-2018 Catalin Vasile (http://catalin.me)
77
*/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shards-vue",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"description": "A free, beautiful and modern Vue.js UI kit based on the Shards UI kit.",
66
"main": "dist/shards-vue.common.js",
@@ -83,11 +83,11 @@
8383
}
8484
],
8585
"dependencies": {
86-
"bootstrap": "4.0.0",
86+
"bootstrap": "^4.1.3",
87+
"shards-ui": "^2.1.0",
8788
"lodash.xor": "^4.5.0",
8889
"nouislider": "^11.1.0",
8990
"popper.js": "^1.14.4",
90-
"shards-ui": "^2.0.3",
9191
"vue-clickaway": "^2.2.2",
9292
"vuejs-datepicker": "^1.5.3"
9393
},

0 commit comments

Comments
 (0)