Skip to content

Commit

Permalink
chore(all): prepare release 2.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 21, 2019
1 parent ccf150f commit fb75f90
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 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-dialog",
"version": "2.0.0-rc.4",
"version": "2.0.0-rc.5",
"description": "A dialog plugin for Aurelia.",
"keywords": [
"aurelia",
Expand Down
4 changes: 1 addition & 3 deletions dist/umd/aurelia-dialog.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('aurelia-pal'), require('aurelia-dependency-injection'), require('aurelia-templating')) :
typeof define === 'function' && define.amd ? define(['exports', 'aurelia-pal', 'aurelia-dependency-injection', 'aurelia-templating'], factory) :
(global = global || self, factory(global.dialog = {}, global.au, global.au, global.au));
(global = global || self, factory((global.au = global.au || {}, global.au.dialog = {}), global.au, global.au, global.au));
}(this, function (exports, aureliaPal, aureliaDependencyInjection, aureliaTemplating) { 'use strict';

class Renderer {
Expand Down Expand Up @@ -659,6 +659,4 @@
exports.DialogService = DialogService;
exports.DialogController = DialogController;

Object.defineProperty(exports, '__esModule', { value: true });

}));
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="2.0.0-rc.5"></a>
# [2.0.0-rc.5](https://github.com/aurelia/dialog/compare/2.0.0-rc.4...2.0.0-rc.5) (2019-01-21)


### Bug Fixes

* **build:** correct namespace for umd build ([b3b08e7](https://github.com/aurelia/dialog/commit/b3b08e7))



<a name="2.0.0-rc.4"></a>
# [2.0.0-rc.4](https://github.com/aurelia/dialog/compare/2.0.0-rc.3...2.0.0-rc.4) (2019-01-19)

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-dialog",
"version": "2.0.0-rc.4",
"version": "2.0.0-rc.5",
"description": "A dialog plugin for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit fb75f90

Please sign in to comment.