Skip to content

Commit

Permalink
chore(all): prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Nov 16, 2015
1 parent 95d5f04 commit 7322d9e
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 95 deletions.
18 changes: 9 additions & 9 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-ui-virtualization",
"version": "0.2.0",
"version": "0.3.0",
"description": "A plugin that provides a virtualized repeater and other virtualization services.",
"keywords": [
"aurelia",
Expand All @@ -17,14 +17,14 @@
"url": "http://github.com/aurelia/ui-virtualization"
},
"dependencies": {
"aurelia-binding": "^0.11.0",
"aurelia-dependency-injection": "^0.12.0",
"aurelia-framework": "^0.18.0",
"aurelia-logging": "^0.9.0",
"aurelia-logging-console": "^0.9.0",
"aurelia-path": "^0.11.0",
"aurelia-task-queue": "^0.9.0",
"aurelia-templating": "^0.17.0",
"aurelia-binding": "^1.0.0-beta.1.0.1",
"aurelia-dependency-injection": "^1.0.0-beta.1",
"aurelia-framework": "^1.0.0-beta.1",
"aurelia-logging": "^1.0.0-beta.1",
"aurelia-logging-console": "^1.0.0-beta.1",
"aurelia-path": "^1.0.0-beta.1",
"aurelia-task-queue": "^1.0.0-beta.1",
"aurelia-templating": "^1.0.0-beta.1",
"core-js": "zloirock/core-js"
}
}
26 changes: 10 additions & 16 deletions build/tasks/test.js
Original file line number Diff line number Diff line change
@@ -1,34 +1,30 @@
var gulp = require('gulp');
var karma = require('karma').server;
var Karma = require('karma').Server;

/**
* Run test once and exit
*/
gulp.task('test', function (done) {
karma.start({
configFile: __dirname + '/../../karma.conf.js',
singleRun: true
}, function(e) {
done();
});
new Karma({
configFile: __dirname + '/../../karma.conf.js',
singleRun: true
}, done).start();
});

/**
* Watch for file changes and re-run tests on each change
*/
gulp.task('tdd', function (done) {
karma.start({
configFile: __dirname + '/../../karma.conf.js'
}, function(e) {
done();
});
new Karma({
configFile: __dirname + '/../../karma.conf.js'
}, done).start();
});

/**
* Run test once with code coverage and exit
*/
gulp.task('cover', function (done) {
karma.start({
new Karma({
configFile: __dirname + '/../../karma.conf.js',
singleRun: true,
reporters: ['coverage'],
Expand All @@ -40,7 +36,5 @@ gulp.task('cover', function (done) {
type: 'html',
dir: 'build/reports/coverage'
}
}, function (e) {
done();
});
}, done).start();
});
116 changes: 58 additions & 58 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,69 +13,19 @@ System.config({
},

map: {
"aurelia-binding": "github:aurelia/binding@0.11.0",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.12.0",
"aurelia-framework": "github:aurelia/framework@0.18.0",
"aurelia-logging": "github:aurelia/logging@0.9.0",
"aurelia-logging-console": "github:aurelia/logging-console@0.9.0",
"aurelia-path": "github:aurelia/path@0.11.0",
"aurelia-task-queue": "github:aurelia/task-queue@0.9.0",
"aurelia-templating": "github:aurelia/templating@0.17.0",
"aurelia-binding": "npm:aurelia-binding@1.0.0-beta.1.0.1",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@1.0.0-beta.1",
"aurelia-framework": "npm:aurelia-framework@1.0.0-beta.1",
"aurelia-logging": "npm:aurelia-logging@1.0.0-beta.1",
"aurelia-logging-console": "npm:aurelia-logging-console@1.0.0-beta.1",
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1",
"aurelia-task-queue": "npm:aurelia-task-queue@1.0.0-beta.1",
"aurelia-templating": "npm:aurelia-templating@1.0.0-beta.1",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected]",
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]",
"github:aurelia/[email protected]": {
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-pal": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-pal": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-pal": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-pal": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-pal": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-pal": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-pal": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"assert": "npm:[email protected]"
},
Expand All @@ -91,6 +41,56 @@ System.config({
"npm:[email protected]": {
"util": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-metadata": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]",
"aurelia-task-queue": "npm:[email protected]",
"core-js": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-logging": "npm:[email protected]",
"aurelia-metadata": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]",
"core-js": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-binding": "npm:[email protected]",
"aurelia-dependency-injection": "npm:[email protected]",
"aurelia-loader": "npm:[email protected]",
"aurelia-logging": "npm:[email protected]",
"aurelia-metadata": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]",
"aurelia-path": "npm:[email protected]",
"aurelia-task-queue": "npm:[email protected]",
"aurelia-templating": "npm:[email protected]",
"core-js": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-metadata": "npm:[email protected]",
"aurelia-path": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-logging": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-pal": "npm:[email protected]",
"core-js": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-pal": "npm:[email protected]"
},
"npm:[email protected]": {
"aurelia-binding": "npm:[email protected]",
"aurelia-dependency-injection": "npm:[email protected]",
"aurelia-loader": "npm:[email protected]",
"aurelia-logging": "npm:[email protected]",
"aurelia-metadata": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]",
"aurelia-path": "npm:[email protected]",
"aurelia-task-queue": "npm:[email protected]",
"core-js": "npm:[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
Expand Down
3 changes: 3 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.0 (2015-11-16)


## 0.2.0 (2015-11-10)


Expand Down
36 changes: 24 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-ui-virtualization",
"version": "0.2.0",
"version": "0.3.0",
"description": "A plugin that provides a virtualized repeater and other virtualization services.",
"keywords": [
"aurelia",
Expand All @@ -18,31 +18,43 @@
"type": "git",
"url": "http://github.com/aurelia/ui-virtualization"
},
"jspmNodeConversion": false,
"jspm": {
"main": "index",
"format": "amd",
"directories": {
"lib": "dist/amd"
},
"dependencies": {
"aurelia-binding": "github:aurelia/binding@^0.11.0",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@^0.12.0",
"aurelia-framework": "github:aurelia/framework@^0.18.0",
"aurelia-logging": "github:aurelia/logging@^0.9.0",
"aurelia-logging-console": "github:aurelia/logging-console@^0.9.0",
"aurelia-path": "github:aurelia/path@^0.11.0",
"aurelia-task-queue": "github:aurelia/task-queue@^0.9.0",
"aurelia-templating": "github:aurelia/templating@^0.17.0",
"aurelia-binding": "npm:aurelia-binding@^1.0.0-beta.1.0.1",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0-beta.1",
"aurelia-framework": "npm:aurelia-framework@^1.0.0-beta.1",
"aurelia-logging": "npm:aurelia-logging@^1.0.0-beta.1",
"aurelia-logging-console": "npm:aurelia-logging-console@^1.0.0-beta.1",
"aurelia-path": "npm:aurelia-path@^1.0.0-beta.1",
"aurelia-task-queue": "npm:aurelia-task-queue@^1.0.0-beta.1",
"aurelia-templating": "npm:aurelia-templating@^1.0.0-beta.1",
"core-js": "npm:core-js@^1.2.6"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.22",
"babel-runtime": "npm:babel-runtime@^5.8.20"
}
},
"dependencies": {
"aurelia-binding": "^1.0.0-beta.1.0.1",
"aurelia-dependency-injection": "^1.0.0-beta.1",
"aurelia-framework": "^1.0.0-beta.1",
"aurelia-logging": "^1.0.0-beta.1",
"aurelia-logging-console": "^1.0.0-beta.1",
"aurelia-path": "^1.0.0-beta.1",
"aurelia-task-queue": "^1.0.0-beta.1",
"aurelia-templating": "^1.0.0-beta.1",
"core-js": "^1.2.6"
},
"devDependencies": {
"aurelia-tools": "^0.1.3",
"babel-dts-generator": "^0.2.16",
"babel-dts-generator": "^0.2.17",
"browser-sync": "^2.9.11",
"conventional-changelog": "0.0.11",
"del": "^1.1.0",
Expand All @@ -53,12 +65,12 @@
"gulp-yuidoc": "^0.1.2",
"jasmine-core": "^2.1.3",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.28",
"karma": "^0.13.15",
"karma-babel-preprocessor": "^5.2.1",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.3.1",
"karma-jasmine": "^0.3.5",
"karma-jasmine-ajax": "git://github.com/martingust/karma-jasmine-ajax.git",
"karma-jasmine-ajax": "^0.1.13",
"karma-jspm": "^1.1.5",
"object.assign": "^1.0.3",
"require-dir": "^0.1.0",
Expand Down

0 comments on commit 7322d9e

Please sign in to comment.