Skip to content

Commit

Permalink
chore(all): prepare release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Sep 7, 2015
1 parent 3caf3a7 commit 1ae5e42
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 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": "0.2.0",
"version": "0.2.1",
"description": "A dialog plugin for Aurelia.",
"keywords": [
"aurelia",
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/dialog.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<link rel="stylesheet" href="./dialog.css">

<template>
<require from="./dialog.css"></require>
<content select="dialog-header"></content>
<content select="dialog-body"></content>
<content select="dialog-footer"></content>
Expand Down
2 changes: 1 addition & 1 deletion dist/commonjs/dialog.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<link rel="stylesheet" href="./dialog.css">

<template>
<require from="./dialog.css"></require>
<content select="dialog-header"></content>
<content select="dialog-body"></content>
<content select="dialog-footer"></content>
Expand Down
2 changes: 1 addition & 1 deletion dist/es6/dialog.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<link rel="stylesheet" href="./dialog.css">

<template>
<require from="./dialog.css"></require>
<content select="dialog-header"></content>
<content select="dialog-body"></content>
<content select="dialog-footer"></content>
Expand Down
2 changes: 1 addition & 1 deletion dist/system/dialog.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<link rel="stylesheet" href="./dialog.css">

<template>
<require from="./dialog.css"></require>
<content select="dialog-header"></content>
<content select="dialog-body"></content>
<content select="dialog-footer"></content>
Expand Down
8 changes: 8 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.2.1 (2015-09-07)


#### Bug Fixes

* **dialog:** Update link to `require` ([3caf3a7d](https://github.com/aurelia/dialog/commit/3caf3a7de0435754bd6707ad2e790efafd84b7dc))


## 0.2.0 (2015-09-05)


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

0 comments on commit 1ae5e42

Please sign in to comment.