aurelia-task-queue
Advanced tools
Comparing version 1.0.0-beta.2.0.1 to 1.0.0-rc.1.0.0
{ | ||
"name": "aurelia-task-queue", | ||
"version": "1.0.0-beta.2.0.1", | ||
"version": "1.0.0-rc.1.0.0", | ||
"description": "A simple task queue for the browser that enables the queuing of both standard tasks and micro tasks.", | ||
@@ -23,4 +23,4 @@ "keywords": [ | ||
"dependencies": { | ||
"aurelia-pal": "^1.0.0-beta.1.3.0" | ||
"aurelia-pal": "^1.0.0-rc.1.0.0" | ||
} | ||
} |
var gulp = require('gulp'); | ||
var runSequence = require('run-sequence'); | ||
var paths = require('../paths'); | ||
var changelog = require('conventional-changelog'); | ||
var fs = require('fs'); | ||
var bump = require('gulp-bump'); | ||
var args = require('../args'); | ||
var conventionalChangelog = require('gulp-conventional-changelog'); | ||
gulp.task('changelog', function () { | ||
return gulp.src(paths.doc + '/CHANGELOG.md', { | ||
buffer: false | ||
}).pipe(conventionalChangelog({ | ||
preset: 'angular' | ||
})) | ||
.pipe(gulp.dest(paths.doc)); | ||
}); | ||
gulp.task('bump-version', function(){ | ||
@@ -15,14 +24,2 @@ return gulp.src(['./package.json', './bower.json']) | ||
gulp.task('changelog', function(callback) { | ||
var pkg = JSON.parse(fs.readFileSync('./package.json', 'utf-8')); | ||
return changelog({ | ||
repository: pkg.repository.url, | ||
version: pkg.version, | ||
file: paths.doc + '/CHANGELOG.md' | ||
}, function(err, log) { | ||
fs.writeFileSync(paths.doc + '/CHANGELOG.md', log); | ||
}); | ||
}); | ||
gulp.task('prepare-release', function(callback){ | ||
@@ -29,0 +26,0 @@ return runSequence( |
@@ -16,4 +16,4 @@ System.config({ | ||
map: { | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.3.0", | ||
"aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0-beta.2.0.1", | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0", | ||
"aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0-rc.1.0.0", | ||
"babel": "npm:babel-core@5.8.38", | ||
@@ -46,4 +46,4 @@ "babel-runtime": "npm:babel-runtime@5.8.38", | ||
}, | ||
"npm:aurelia-pal-browser@1.0.0-beta.2.0.1": { | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.3.0" | ||
"npm:aurelia-pal-browser@1.0.0-rc.1.0.0": { | ||
"aurelia-pal": "npm:aurelia-pal@1.0.0-rc.1.0.0" | ||
}, | ||
@@ -50,0 +50,0 @@ "npm:babel-runtime@5.8.38": { |
@@ -0,1 +1,6 @@ | ||
<a name="1.0.0-rc.1.0.0"></a> | ||
# [1.0.0-rc.1.0.0](https://github.com/aurelia/task-queue/compare/1.0.0-beta.2.0.1...v1.0.0-rc.1.0.0) (2016-06-22) | ||
### 1.0.0-beta.1.2.1 (2016-05-10) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "aurelia-task-queue", | ||
"version": "1.0.0-beta.2.0.1", | ||
"version": "1.0.0-rc.1.0.0", | ||
"description": "A simple task queue for the browser that enables the queuing of both standard tasks and micro tasks.", | ||
@@ -32,6 +32,6 @@ "keywords": [ | ||
"peerDependencies": { | ||
"aurelia-pal": "^1.0.0-beta.1.3.0" | ||
"aurelia-pal": "^1.0.0-rc.1.0.0" | ||
}, | ||
"dependencies": { | ||
"aurelia-pal": "^1.0.0-beta.1.3.0" | ||
"aurelia-pal": "^1.0.0-rc.1.0.0" | ||
}, | ||
@@ -46,12 +46,12 @@ "devDependencies": { | ||
"dependencies": { | ||
"aurelia-pal": "^1.0.0-beta.1.3.0" | ||
"aurelia-pal": "^1.0.0-rc.1.0.0" | ||
}, | ||
"devDependencies": { | ||
"aurelia-tools": "^0.2.1", | ||
"babel-dts-generator": "^0.5.1", | ||
"babel-eslint": "^6.0.4", | ||
"aurelia-tools": "^0.2.3", | ||
"babel-dts-generator": "^0.6.0", | ||
"babel-eslint": "^6.0.5", | ||
"babel-plugin-syntax-flow": "^6.8.0", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-plugin-transform-es2015-modules-amd": "^6.8.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3", | ||
"babel-plugin-transform-es2015-modules-systemjs": "^6.9.0", | ||
@@ -63,4 +63,3 @@ "babel-plugin-transform-flow-strip-types": "^6.8.0", | ||
"babel-preset-stage-1": "^6.5.0", | ||
"conventional-changelog": "1.1.0", | ||
"del": "^2.2.0", | ||
"del": "^2.2.1", | ||
"gulp": "^3.9.1", | ||
@@ -70,2 +69,3 @@ "gulp-babel": "^6.1.2", | ||
"gulp-concat": "^2.6.0", | ||
"gulp-conventional-changelog": "^1.1.0", | ||
"gulp-eslint": "^2.0.0", | ||
@@ -91,4 +91,4 @@ "gulp-ignore": "^2.0.1", | ||
"through2": "^2.0.1", | ||
"typedoc": "^0.4.2", | ||
"typescript": "^1.9.0-dev.20160613-1.0", | ||
"typedoc": "^0.4.4", | ||
"typescript": "^1.9.0-dev.20160622-1.0", | ||
"vinyl": "^1.1.1", | ||
@@ -95,0 +95,0 @@ "vinyl-paths": "^2.1.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
124795
1892
Updatedaurelia-pal@^1.0.0-rc.1.0.0