Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
chore(release): cut 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2020-05-19)

### Bug Fixes

* correctly select and use user locale and application title text [DHIS2-8525] [DHIS2-8723] ([#399](#399)) ([404428a](404428a))
* escape regex special chars in search ([451284a](451284a))
  • Loading branch information
dhis2-bot committed May 19, 2020
1 parent c1ea6a1 commit a75cf2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.1.1](https://github.com/dhis2/ui-widgets/compare/v2.1.0...v2.1.1) (2020-05-19)


### Bug Fixes

* correctly select and use user locale and application title text [DHIS2-8525] [DHIS2-8723] ([#399](https://github.com/dhis2/ui-widgets/issues/399)) ([404428a](https://github.com/dhis2/ui-widgets/commit/404428aad6fc17f3ac6dede7702bf6e7dbe5a9d3))
* escape regex special chars in search ([451284a](https://github.com/dhis2/ui-widgets/commit/451284a5e4ea897392f57d7e268f890db5cff255))

# [2.1.0](https://github.com/dhis2/ui-widgets/compare/v2.0.8...v2.1.0) (2020-03-02)


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": "@dhis2/ui-widgets",
"version": "2.1.1-alpha.2",
"version": "2.1.1",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"sideEffects": false,
Expand Down

0 comments on commit a75cf2f

Please sign in to comment.