Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 27, 2016
1 parent a0d7ff7 commit 25f38b3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 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-i18n",
"version": "1.0.0-rc.1.0.0",
"version": "1.0.0",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",
Expand Down
17 changes: 17 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="1.0.0"></a>
# [1.0.0](https://github.com/aurelia/i18n/compare/1.0.0-rc.1.0.0...v1.0.0) (2016-07-27)


### Bug Fixes

* **binding:** sourceExpression only once ([5963396](https://github.com/aurelia/i18n/commit/5963396))
* **i18n:** make sure translations parameters are always applied ([3060e7a](https://github.com/aurelia/i18n/commit/3060e7a)), closes [#116](https://github.com/aurelia/i18n/issues/116)
* **i18n.update-translations.spec.js:** set locale before testing to be sure 1st translation is applied ([0496b41](https://github.com/aurelia/i18n/commit/0496b41))
* **logger:** use LogManager instead console ([b6ffedb](https://github.com/aurelia/i18n/commit/b6ffedb))
* **logging:** use aurelia-logging ([d2552e7](https://github.com/aurelia/i18n/commit/d2552e7))
* **nf-vc:** changed signature of NfValueConverter ([168f556](https://github.com/aurelia/i18n/commit/168f556))
* **relativeTime:** fix fallbackLng reading ([ffb0dcb](https://github.com/aurelia/i18n/commit/ffb0dcb))
* **updateTranslation:** check elem param ([e8373a8](https://github.com/aurelia/i18n/commit/e8373a8))



<a name="1.0.0-rc.1.0.0"></a>
# [1.0.0-rc.1.0.0](https://github.com/aurelia/i18n/compare/1.0.0-beta.1.0.4...v1.0.0-rc.1.0.0) (2016-06-22)

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-i18n",
"version": "1.0.0-rc.1.0.0",
"version": "1.0.0",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 25f38b3

Please sign in to comment.