Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Nov 26, 2021
1 parent fb7d082 commit 570b235
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@




## v0.8.1 (2021-11-26)

#### :rocket: Enhancement
* `ember-l10n`
* [#92](https://github.com/fabscale/ember-gettext/pull/92) Do not auto-generate empty en.json file, but assert instead ([@mydea](https://github.com/mydea))

#### :bug: Bug Fix
* `ember-l10n`
* [#91](https://github.com/fabscale/ember-gettext/pull/91) Ensure default blueprint runs on `ember install` ([@mydea](https://github.com/mydea))

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

## v0.8.0 (2021-11-26)

#### :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.8.0",
"version": "0.8.1",
"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.8.0",
"version": "0.8.1",
"private": false,
"description": "Handle translations in your Ember app with gettext.",
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"ember-cli-htmlbars": "^6.0.0"
},
"devDependencies": {
"@ember-gettext/gettext-parser": "0.8.0",
"@ember-gettext/gettext-parser": "0.8.1",
"@ember/optional-features": "~2.0.0",
"@ember/test-helpers": "~2.5.0",
"@embroider/compat": "^0.47.2",
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.8.0",
"version": "0.8.1",
"private": false,
"description": "Parse and generate .po files.",
"keywords": [
Expand Down

0 comments on commit 570b235

Please sign in to comment.