Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jul 2, 2021
1 parent 1821939 commit 0ea91ef
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.3.4 (2021-07-02)

#### :house: Internal
* `gettext-parser`
* [#29](https://github.com/fabscale/ember-gettext/pull/29) chore(deps): bump @babel/parser from 7.14.4 to 7.14.7 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#28](https://github.com/fabscale/ember-gettext/pull/28) chore(deps): bump @glimmer/syntax from 0.79.3 to 0.80.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* `ember-l10n`, `gettext-parser`
* [#42](https://github.com/fabscale/ember-gettext/pull/42) Update dev dependencies ([@mydea](https://github.com/mydea))
* `ember-l10n`
* [#32](https://github.com/fabscale/ember-gettext/pull/32) chore(deps): bump ember-fetch from 8.0.4 to 8.1.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#39](https://github.com/fabscale/ember-gettext/pull/39) chore(deps): bump broccoli-funnel from 3.0.6 to 3.0.8 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#25](https://github.com/fabscale/ember-gettext/pull/25) Update dev dependencies to latest versions ([@mydea](https://github.com/mydea))

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

## v0.3.3 (2021-05-20)

#### :rocket: Enhancement
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.3.3",
"version": "0.3.4",
"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.3.3",
"version": "0.3.4",
"private": false,
"description": "Handle translations in your Ember app with gettext.",
"keywords": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"ember-fetch": "^8.1.0"
},
"devDependencies": {
"@ember-gettext/gettext-parser": "0.3.3",
"@ember-gettext/gettext-parser": "0.3.4",
"@ember/optional-features": "~2.0.0",
"@ember/test-helpers": "~2.2.8",
"@embroider/test-setup": "~0.42.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.3.3",
"version": "0.3.4",
"private": false,
"description": "Parse and generate .po files.",
"keywords": [
Expand Down

0 comments on commit 0ea91ef

Please sign in to comment.