Skip to content

Commit

Permalink
chore(all): prepare release 1.3.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 21, 2018
1 parent 0e14f8d commit 1245bed
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-framework",
"version": "1.3.0-rc.1",
"version": "1.3.0-rc.2",
"description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.",
"keywords": [
"aurelia",
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/aurelia-framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ define(['exports', 'aurelia-dependency-injection', 'aurelia-binding', 'aurelia-m
var _this6 = this;

var plugin = { moduleId: name, resourcesRelativeTo: [name, ''], config: config || {} };
this.plugin(plugin);
this.info.push(plugin);

this.preTask(function () {
var relativeTo = [name, _this6.bootstrapperName];
Expand Down
2 changes: 1 addition & 1 deletion dist/aurelia-framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ export class FrameworkConfiguration {

_addNormalizedPlugin(name, config) {
let plugin = { moduleId: name, resourcesRelativeTo: [name, ''], config: config || {} };
this.plugin(plugin);
this.info.push(plugin);

this.preTask(() => {
let relativeTo = [name, this.bootstrapperName];
Expand Down
2 changes: 1 addition & 1 deletion dist/commonjs/aurelia-framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ var FrameworkConfiguration = function () {
var _this6 = this;

var plugin = { moduleId: name, resourcesRelativeTo: [name, ''], config: config || {} };
this.plugin(plugin);
this.info.push(plugin);

this.preTask(function () {
var relativeTo = [name, _this6.bootstrapperName];
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/aurelia-framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ export let FrameworkConfiguration = class FrameworkConfiguration {

_addNormalizedPlugin(name, config) {
let plugin = { moduleId: name, resourcesRelativeTo: [name, ''], config: config || {} };
this.plugin(plugin);
this.info.push(plugin);

this.preTask(() => {
let relativeTo = [name, this.bootstrapperName];
Expand Down
2 changes: 1 addition & 1 deletion dist/native-modules/aurelia-framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ var FrameworkConfiguration = function () {
var _this6 = this;

var plugin = { moduleId: name, resourcesRelativeTo: [name, ''], config: config || {} };
this.plugin(plugin);
this.info.push(plugin);

this.preTask(function () {
var relativeTo = [name, _this6.bootstrapperName];
Expand Down
2 changes: 1 addition & 1 deletion dist/system/aurelia-framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ System.register(['aurelia-logging', 'aurelia-dependency-injection', 'aurelia-loa
var _this6 = this;

var plugin = { moduleId: name, resourcesRelativeTo: [name, ''], config: config || {} };
this.plugin(plugin);
this.info.push(plugin);

this.preTask(function () {
var relativeTo = [name, _this6.bootstrapperName];
Expand Down
10 changes: 10 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.3.0-rc.2"></a>
# [1.3.0-rc.2](https://github.com/aurelia/framework/compare/1.3.0-rc.1...1.3.0-rc.2) (2018-06-21)


### Bug Fixes

* **FrameworkConfiguration:** use private info ([5a51394](https://github.com/aurelia/framework/commit/5a51394))



<a name="1.3.0-rc.1"></a>
# [1.3.0-rc.1](https://github.com/aurelia/framework/compare/1.2.0...1.3.0-rc.1) (2018-06-21)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-framework",
"version": "1.3.0-rc.1",
"version": "1.3.0-rc.2",
"description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 1245bed

Please sign in to comment.