ember-bunsen-core
Advanced tools
Comparing version 0.10.2 to 0.10.3
module.exports = { | ||
afterInstall: function () { | ||
return this.addPackagesToProject([ | ||
{name: 'bunsen-core', target: '0.16.2'} | ||
{name: 'bunsen-core', target: '0.16.3'} | ||
]) | ||
@@ -6,0 +6,0 @@ .then(() => { |
@@ -0,1 +1,7 @@ | ||
# 0.10.3 | ||
* **Fixed** issue around `hasValidQuery` returning true even when query was invalid. | ||
# 0.10.2 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "ember-bunsen-core", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"description": "Core bunsen library for Ember apps", | ||
@@ -27,3 +27,3 @@ "directories": { | ||
"broccoli-asset-rev": "^2.4.6", | ||
"bunsen-core": "0.16.2", | ||
"bunsen-core": "0.16.3", | ||
"ember-cli": "2.8.0", | ||
@@ -30,0 +30,0 @@ "ember-cli-app-version": "^2.0.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
15066