Skip to content

Commit

Permalink
chore(release): cut 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2021-07-07)

### Bug Fixes

* generate translations before linting ([cbf4feb](cbf4feb))
* handle UNAPPROVED_ABOVE status ([114e1f5](114e1f5))
* import src/locales/index.js ([b87eb7d](b87eb7d))
* throw on unknown approval state ([ac2f2c7](ac2f2c7))
* update @dhis2/ui in order to render status tag icon correctly ([fbf6396](fbf6396))
  • Loading branch information
dhis2-bot committed Jul 7, 2021
1 parent 9985071 commit 5996c13
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.4.1](https://github.com/dhis2/approval-app/compare/v1.4.0...v1.4.1) (2021-07-07)


### Bug Fixes

* generate translations before linting ([cbf4feb](https://github.com/dhis2/approval-app/commit/cbf4feb9deb1beb2fab3dbc8c322b48f83ff621c))
* handle UNAPPROVED_ABOVE status ([114e1f5](https://github.com/dhis2/approval-app/commit/114e1f5f6469efcc29dd3eaba8e95f0a95aac2b4))
* import src/locales/index.js ([b87eb7d](https://github.com/dhis2/approval-app/commit/b87eb7d6dd51dcbcfa1ddbcb9e156e0b78b72ed3))
* throw on unknown approval state ([ac2f2c7](https://github.com/dhis2/approval-app/commit/ac2f2c712ceb951332ccd323580770937c38446f))
* update @dhis2/ui in order to render status tag icon correctly ([fbf6396](https://github.com/dhis2/approval-app/commit/fbf63966d29033379e9728e6d630c7549af17cbe))

# [1.4.0](https://github.com/dhis2/approval-app/compare/v1.3.0...v1.4.0) (2021-07-06)


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": "approval-app",
"version": "1.4.0",
"version": "1.4.1",
"description": "",
"license": "BSD-3-Clause",
"private": true,
Expand Down

0 comments on commit 5996c13

Please sign in to comment.