Skip to content

Commit f0214c2

Browse files
author
Pooya Parsa
committed
⚡ 0.10.2
1 parent 4fdc703 commit f0214c2

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727

2828
> [Bootstrap 4](https://v4-alpha.getbootstrap.com/) components for [Vue.js 2](https://vuejs.org/)
2929
30-
🚧 Under development 1.0.0 will come soon.
31-
👻 Lot's of improvements specially on docs are coming.
32-
⚠ If you are using older versions, please read usage guides below.
30+
🚧 Release notes:
31+
- [0.10.2](https://github.com/bootstrap-vue/bootstrap-vue/releases/tag/v0.10.2)
32+
33+
If you are using older versions, please read usage guides below.
3334
⚠ bootstrap-vue now has a separate css file for packaging quality improvements.
3435

3536
# Getting started

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-vue",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "Bootstrap 4 Components for Vue.js 2",
55
"main": "dist/bootstrap-vue.common.js",
66
"web": "dist/bootstrap-vue.js",
@@ -48,7 +48,7 @@
4848
"lodash": "latest",
4949
"markdown-loader": "^2.0.0",
5050
"marked": "^0.3.6",
51-
"nuxt": "^0.10.0",
51+
"nuxt": "^0.10.3",
5252
"rollup": "^0.41.6",
5353
"rollup-plugin-buble": "^0.15.0",
5454
"rollup-plugin-commonjs": "^8.0.2",

yarn.lock

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,9 +1152,9 @@ clap@^1.0.9:
11521152
dependencies:
11531153
chalk "^1.1.3"
11541154

1155-
clean-css@4.0.x:
1156-
version "4.0.9"
1157-
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.0.9.tgz#63ff450b3f939508cc0cd2989bb9daaedc98333e"
1155+
clean-css@4.0.x, clean-css@^4.0.10:
1156+
version "4.0.10"
1157+
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.0.10.tgz#6be448d6ba8c767654ebe11f158b97a887cb713f"
11581158
dependencies:
11591159
source-map "0.5.x"
11601160

@@ -1165,12 +1165,6 @@ clean-css@^3.3.0:
11651165
commander "2.8.x"
11661166
source-map "0.4.x"
11671167

1168-
clean-css@^4.0.10:
1169-
version "4.0.10"
1170-
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.0.10.tgz#6be448d6ba8c767654ebe11f158b97a887cb713f"
1171-
dependencies:
1172-
source-map "0.5.x"
1173-
11741168
cli-boxes@^1.0.0:
11751169
version "1.0.0"
11761170
resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143"
@@ -2797,7 +2791,7 @@ html-loader@^0.4.5:
27972791
loader-utils "^1.0.2"
27982792
object-assign "^4.1.0"
27992793

2800-
html-minifier@^3.0.1:
2794+
html-minifier@^3.0.1, html-minifier@^3.2.3:
28012795
version "3.4.1"
28022796
resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.4.1.tgz#0bf3c54d7f116d500b78c51fc4246039922dc250"
28032797
dependencies:
@@ -2810,7 +2804,7 @@ html-minifier@^3.0.1:
28102804
relateurl "0.2.x"
28112805
uglify-js "2.8.x"
28122806

2813-
html-minifier@^3.2.3, html-minifier@^3.4.2:
2807+
html-minifier@^3.4.2:
28142808
version "3.4.2"
28152809
resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.4.2.tgz#31896baaf735c1d95f7a0b7291f9dc36c0720752"
28162810
dependencies:
@@ -3883,9 +3877,9 @@ number-is-nan@^1.0.0:
38833877
version "1.0.1"
38843878
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
38853879

3886-
nuxt@^0.10.0:
3887-
version "0.10.0"
3888-
resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-0.10.0.tgz#e63bf503383af5d5b671704d60822a8772046b0a"
3880+
nuxt@^0.10.3:
3881+
version "0.10.3"
3882+
resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-0.10.3.tgz#739872e43b7e3a77d8b52686d2fc20bb3bbc92bd"
38893883
dependencies:
38903884
ansi-html "^0.0.7"
38913885
autoprefixer "^6.7.7"
@@ -3908,6 +3902,7 @@ nuxt@^0.10.0:
39083902
lru-cache "^4.0.2"
39093903
memory-fs "^0.4.1"
39103904
pify "^2.3.0"
3905+
post-compile-webpack-plugin "^0.1.1"
39113906
preload-webpack-plugin "^1.2.1"
39123907
progress-bar-webpack-plugin "^1.9.3"
39133908
script-ext-html-webpack-plugin "^1.7.1"
@@ -3923,7 +3918,7 @@ nuxt@^0.10.0:
39233918
vue-ssr-webpack-plugin "^1.0.2"
39243919
vue-template-compiler "^2.2.5"
39253920
vuex "^2.2.1"
3926-
webpack "^2.3.1"
3921+
webpack "^2.3.2"
39273922
webpack-bundle-analyzer "^2.3.1"
39283923
webpack-dev-middleware "^1.10.1"
39293924
webpack-hot-middleware "^2.17.1"
@@ -4203,6 +4198,10 @@ pluralize@^1.2.1:
42034198
version "1.2.1"
42044199
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-1.2.1.tgz#d1a21483fd22bb41e58a12fa3421823140897c45"
42054200

4201+
post-compile-webpack-plugin@^0.1.1:
4202+
version "0.1.1"
4203+
resolved "https://registry.yarnpkg.com/post-compile-webpack-plugin/-/post-compile-webpack-plugin-0.1.1.tgz#1b1a0eea890ce748556ca49e066a48c900e0b370"
4204+
42064205
postcss-calc@^5.2.0:
42074206
version "5.3.1"
42084207
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-5.3.1.tgz#77bae7ca928ad85716e2fda42f261bf7c1d65b5e"
@@ -5290,9 +5289,9 @@ source-list-map@^0.1.7:
52905289
version "0.1.8"
52915290
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106"
52925291

5293-
source-list-map@^1.0.1:
5294-
version "1.0.1"
5295-
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-1.0.1.tgz#cc1fc17122ae0a51978024c2cc0f8c35659026b8"
5292+
source-list-map@^1.1.1:
5293+
version "1.1.1"
5294+
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-1.1.1.tgz#1a33ac210ca144d1e561f906ebccab5669ff4cb4"
52965295

52975296
source-map-support@^0.4.0, source-map-support@^0.4.2:
52985297
version "0.4.13"
@@ -5889,16 +5888,16 @@ webpack-hot-middleware@^2.17.1:
58895888
querystring "^0.2.0"
58905889
strip-ansi "^3.0.0"
58915890

5892-
webpack-sources@^0.2.0:
5893-
version "0.2.0"
5894-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.2.0.tgz#fea93ba840f16cdd3f246f0ee95f88a9492c69fb"
5891+
webpack-sources@^0.2.3:
5892+
version "0.2.3"
5893+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.2.3.tgz#17c62bfaf13c707f9d02c479e0dcdde8380697fb"
58955894
dependencies:
5896-
source-list-map "^1.0.1"
5895+
source-list-map "^1.1.1"
58975896
source-map "~0.5.3"
58985897

5899-
webpack@^2.3.1:
5900-
version "2.3.1"
5901-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.3.1.tgz#55bce8baffe7c1f9dc3029adc048643b448318a8"
5898+
webpack@^2.3.2:
5899+
version "2.3.2"
5900+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.3.2.tgz#7d521e6f0777a3a58985c69425263fdfe977b458"
59025901
dependencies:
59035902
acorn "^4.0.4"
59045903
acorn-dynamic-import "^2.0.0"
@@ -5918,7 +5917,7 @@ webpack@^2.3.1:
59185917
tapable "~0.2.5"
59195918
uglify-js "^2.8.5"
59205919
watchpack "^1.3.1"
5921-
webpack-sources "^0.2.0"
5920+
webpack-sources "^0.2.3"
59225921
yargs "^6.0.0"
59235922

59245923
whet.extend@~0.9.9:

0 commit comments

Comments
 (0)