Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Aug 3, 2021
1 parent 75c21f7 commit c3d598e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@

## v0.5.0 (2021-08-03)

#### :rocket: Enhancement
* `ember-l10n`
* [#47](https://github.com/fabscale/ember-gettext/pull/47) feat: Cache locale data to avoid repeated fetches ([@mydea](https://github.com/mydea))

#### :house: Internal
* `ember-l10n`
* [#56](https://github.com/fabscale/ember-gettext/pull/56) feat: Add test waiters to ensure everything is settled ([@mydea](https://github.com/mydea))
* [#55](https://github.com/fabscale/ember-gettext/pull/55) chore(deps-dev): bump @ember/test-helpers from 2.2.8 to 2.2.9 ([@dependabot[bot]](https://github.com/apps/dependabot))
* `gettext-parser`
* [#48](https://github.com/fabscale/ember-gettext/pull/48) chore(deps): bump chalk from 4.1.1 to 4.1.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#52](https://github.com/fabscale/ember-gettext/pull/52) chore(deps): bump @babel/parser from 7.14.7 to 7.14.9 ([@dependabot[bot]](https://github.com/apps/dependabot))

#### Committers: 1
- Francesco Novy ([@mydea](https://github.com/mydea))

## v0.4.0 (2021-07-13)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"private": true,
"repository": "https://github.com/fabscale/ember-gettext",
Expand Down
4 changes: 2 additions & 2 deletions packages/ember-l10n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-gettext/ember-l10n",
"version": "0.4.0",
"version": "0.5.0",
"private": false,
"description": "Handle translations in your Ember app with gettext.",
"keywords": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"ember-fetch": "^8.1.0"
},
"devDependencies": {
"@ember-gettext/gettext-parser": "0.4.0",
"@ember-gettext/gettext-parser": "0.5.0",
"@ember/optional-features": "~2.0.0",
"@ember/test-helpers": "~2.2.9",
"@embroider/test-setup": "~0.43.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gettext-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-gettext/gettext-parser",
"version": "0.4.0",
"version": "0.5.0",
"private": false,
"description": "Parse and generate .po files.",
"keywords": [
Expand Down

0 comments on commit c3d598e

Please sign in to comment.