Skip to content

Commit

Permalink
chore(*): release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckotzbauer committed Jul 27, 2018
1 parent 1b4f416 commit 004aad0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/system/aurelia-knockout.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
System.register(["aurelia-pal", "./knockout-bindable", "./knockout-composition", "./knockout-custom-attribute", "./require-polyfill"], function (exports_1, context_1) {
"use strict";
var aurelia_pal_1, knockout_custom_attribute_1, knockout_composition_1, require_polyfill_1;
var __moduleName = context_1 && context_1.id;
function configure(frameworkConfig) {
// register custom attribute
Expand All @@ -12,7 +13,6 @@ System.register(["aurelia-pal", "./knockout-bindable", "./knockout-composition",
knockout_custom_attribute_1.KnockoutCustomAttribute.register();
}
exports_1("configure", configure);
var aurelia_pal_1, knockout_custom_attribute_1, knockout_composition_1, require_polyfill_1;
var exportedNames_1 = {
"configure": true
};
Expand Down
2 changes: 1 addition & 1 deletion dist/system/knockout-bindable.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ System.register(["aurelia-binding", "aurelia-templating", "aurelia-dependency-in
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
var __moduleName = context_1 && context_1.id;
var aurelia_binding_1, aurelia_templating_1, aurelia_dependency_injection_1, ko, KnockoutBindable;
var __moduleName = context_1 && context_1.id;
return {
setters: [
function (aurelia_binding_1_1) {
Expand Down
2 changes: 1 addition & 1 deletion dist/system/knockout-composition.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ System.register(["knockout", "aurelia-dependency-injection", "aurelia-loader", "
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
var ko, aurelia_dependency_injection_1, aurelia_loader_1, aurelia_templating_1, KnockoutComposition;
var __moduleName = context_1 && context_1.id;
function endsWith(s, suffix) {
return s.indexOf(suffix, s.length - suffix.length) !== -1;
Expand Down Expand Up @@ -54,7 +55,6 @@ System.register(["knockout", "aurelia-dependency-injection", "aurelia-loader", "
function loadModule(moduleId, loader) {
return loader.loadModule(moduleId);
}
var ko, aurelia_dependency_injection_1, aurelia_loader_1, aurelia_templating_1, KnockoutComposition;
return {
setters: [
function (ko_1) {
Expand Down
2 changes: 1 addition & 1 deletion dist/system/knockout-custom-attribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ System.register(["aurelia-dependency-injection", "aurelia-templating", "knockout
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
var aurelia_dependency_injection_1, aurelia_templating_1, ko, KnockoutCustomAttribute;
var __moduleName = context_1 && context_1.id;
function getFirstBoundChild(rootNode) {
var data = ko.dataFor(rootNode);
Expand All @@ -21,7 +22,6 @@ System.register(["aurelia-dependency-injection", "aurelia-templating", "knockout
}
return null;
}
var aurelia_dependency_injection_1, aurelia_templating_1, ko, KnockoutCustomAttribute;
return {
setters: [
function (aurelia_dependency_injection_1_1) {
Expand Down
2 changes: 1 addition & 1 deletion dist/system/require-polyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ System.register(["aurelia-loader", "aurelia-dependency-injection"], function (ex
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
var __moduleName = context_1 && context_1.id;
var aurelia_loader_1, aurelia_dependency_injection_1, RequirePolyfill;
var __moduleName = context_1 && context_1.id;
return {
setters: [
function (aurelia_loader_1_1) {
Expand Down
7 changes: 7 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 2.3.0

Released on July 27, 2018.

- Updated dependencies (includes update to [email protected])


## Version 2.2.0

Released on April 04, 2018.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-knockout",
"version": "2.2.0",
"version": "2.3.0",
"main": "dist/commonjs/aurelia-knockout.js",
"author": "Christian Kotzbauer <[email protected]> (Twitter: https://twitter.com/ckotzbauer1)",
"license": "MIT",
Expand Down

0 comments on commit 004aad0

Please sign in to comment.