bug-versions
Advanced tools
Comparing version 1.17.4 to 1.18.0
1.18.0 / 2018-12-11 | ||
================== | ||
**features** | ||
* [[`adc4435`](http://github.com/cnpm/bug-versions/commit/adc4435ba0eb615abeacf2ad5846413763faba36)] - feat: add vue bug version (#28) (Kevin Zhong <<willworks@users.noreply.github.com>>) | ||
**fixes** | ||
* [[`493b5da`](http://github.com/cnpm/bug-versions/commit/493b5da32d4c1419ab875595b6851199668e1e4a)] - fix: vue 2.5.{18, 19} => 2.5.17 (Kevin Zhong <<willworks@users.noreply.github.com>>) | ||
1.17.4 / 2018-12-01 | ||
@@ -3,0 +12,0 @@ ================== |
{ | ||
"name": "bug-versions", | ||
"version": "1.17.4", | ||
"version": "1.18.0", | ||
"description": "collect all bug versions on npm package", | ||
@@ -212,2 +212,32 @@ "main": "index.js", | ||
} | ||
}, | ||
"vue": { | ||
"2.5.19": { | ||
"version": "2.5.17", | ||
"reason": "https://github.com/vuejs/vue/pull/9173" | ||
}, | ||
"2.5.18": { | ||
"version": "2.5.17", | ||
"reason": "https://github.com/vuejs/vue/pull/9173" | ||
} | ||
}, | ||
"vue-server-renderer": { | ||
"2.5.19": { | ||
"version": "2.5.17", | ||
"reason": "https://github.com/vuejs/vue/pull/9173" | ||
}, | ||
"2.5.18": { | ||
"version": "2.5.17", | ||
"reason": "https://github.com/vuejs/vue/pull/9173" | ||
} | ||
}, | ||
"vue-template-compiler": { | ||
"2.5.19": { | ||
"version": "2.5.17", | ||
"reason": "https://github.com/vuejs/vue/pull/9173" | ||
}, | ||
"2.5.18": { | ||
"version": "2.5.17", | ||
"reason": "https://github.com/vuejs/vue/pull/9173" | ||
} | ||
} | ||
@@ -214,0 +244,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15853