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 4.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.2](dhis2/ui@v4.0.1...v4.0.2) (2019-11-26)

### Bug Fixes

* **select:** fix clear button callback to use new callback signature ([982e6cb](dhis2/ui@982e6cb))
  • Loading branch information
dhis2-bot committed Nov 26, 2019
1 parent 982e6cb commit b3322fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.0.2](https://github.com/dhis2/ui/compare/v4.0.1...v4.0.2) (2019-11-26)


### Bug Fixes

* **select:** fix clear button callback to use new callback signature ([982e6cb](https://github.com/dhis2/ui/commit/982e6cb7ec42ddbdfcc008aa1a714d98b447f57d))

## [4.0.1](https://github.com/dhis2/ui/compare/v4.0.0...v4.0.1) (2019-11-25)


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-core",
"version": "4.0.1",
"version": "4.0.2",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": false,
Expand Down

0 comments on commit b3322fa

Please sign in to comment.