-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): cut 0.0.10 [skip ci]
## [0.0.10](v0.0.9...v0.0.10) (2019-04-11) ### Bug Fixes * **ItemSelector:** fix reordering of items in list ([#6](#6)) ([42e0e07](42e0e07))
- Loading branch information
@dhis2-bot
committed
Apr 11, 2019
1 parent
42e0e07
commit 21a497d
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dhis2/d2-ui-analytics", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"main": "./build/index.js", | ||
"sideEffects": false, | ||
"repository": "[email protected]:dhis2/d2-ui-analytics.git", | ||
|