Skip to content

Commit

Permalink
chore(release): cut 1.30.17 [skip ci]
Browse files Browse the repository at this point in the history
## [1.30.17](v1.30.16...v1.30.17) (2023-03-17)

### Bug Fixes

* format date value ([#2544](#2544)) ([8d05417](8d05417))
* useDisconnectionStatus instead of useOnlineStatus ([#2540](#2540)) ([176f0e3](176f0e3))
* **deps:** bump deps for headerbar connection status ([#2542](#2542)) ([7d239f1](7d239f1))
* avoid infinite loop when opening event data table ([#2543](#2543)) ([b109b95](b109b95))
* check both id and mapViews when preparing the map configuration ([#2539](#2539)) ([fca0f4f](fca0f4f))
* wait for system settings to load before fetching/creating a map ([#2541](#2541)) ([18bf2f3](18bf2f3))
  • Loading branch information
dhis2-bot committed Mar 17, 2023
1 parent 8d05417 commit 9289b17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.30.17](https://github.com/dhis2/maps-app/compare/v1.30.16...v1.30.17) (2023-03-17)


### Bug Fixes

* format date value ([#2544](https://github.com/dhis2/maps-app/issues/2544)) ([8d05417](https://github.com/dhis2/maps-app/commit/8d0541766c8ae3e4e26d99359f7305709c3c5057))
* useDisconnectionStatus instead of useOnlineStatus ([#2540](https://github.com/dhis2/maps-app/issues/2540)) ([176f0e3](https://github.com/dhis2/maps-app/commit/176f0e34ade6dc35741d07ccf6c3b5fde99849ae))
* **deps:** bump deps for headerbar connection status ([#2542](https://github.com/dhis2/maps-app/issues/2542)) ([7d239f1](https://github.com/dhis2/maps-app/commit/7d239f13ade9ecef5f2935155e1eceed280530bb))
* avoid infinite loop when opening event data table ([#2543](https://github.com/dhis2/maps-app/issues/2543)) ([b109b95](https://github.com/dhis2/maps-app/commit/b109b953e24316eb4889ccad6cd39316848e3e54))
* check both id and mapViews when preparing the map configuration ([#2539](https://github.com/dhis2/maps-app/issues/2539)) ([fca0f4f](https://github.com/dhis2/maps-app/commit/fca0f4f53149db59bf2599beae0477ad8f0d9f39))
* wait for system settings to load before fetching/creating a map ([#2541](https://github.com/dhis2/maps-app/issues/2541)) ([18bf2f3](https://github.com/dhis2/maps-app/commit/18bf2f3f6d25a299cedd2726c61c7b0f0b08ef02))

## [1.30.16](https://github.com/dhis2/maps-app/compare/v1.30.15...v1.30.16) (2023-03-16)


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": "maps-app",
"version": "1.30.16",
"version": "1.30.17",
"description": "DHIS2 Maps",
"license": "BSD-3-Clause",
"author": "Bjørn Sandvik",
Expand Down

0 comments on commit 9289b17

Please sign in to comment.