Skip to content

Commit e4936d5

Browse files
committed
v5.5.0
1 parent 056ad4a commit e4936d5

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ All notable changes to this project will be documented in this file.
1313

1414
## [Unreleased]
1515

16+
## [5.5.0] - 2022-10-10
17+
1618
### Added
1719
- Added additional circle to improve visibilty of proximity circle
1820

1921
### Fixed
2022
- Fixed bug that loadingspinner is stuck after second click if 'trackingPosition' is enabled
2123
- Fixed import path TrackingOptions model
2224

25+
2326
## [5.4.0] - 2022-09-05
2427

2528
### Changed
@@ -242,7 +245,8 @@ All notable changes to this project will be documented in this file.
242245
- Initial release.
243246

244247

245-
[Unreleased]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v5.4.0...HEAD
248+
[Unreleased]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v5.5.0...HEAD
249+
[5.5.0]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v5.4.0...v5.5.0
246250
[5.4.0]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v5.3.0...v5.4.0
247251
[5.3.0]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v5.2.1...v5.3.0
248252
[5.2.1]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v5.2.0...v5.2.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@acpaas-ui-widgets/ngx-location-picker",
33
"description": "Location Picker Smart Widget UI package (Angular)",
4-
"version": "5.4.0",
4+
"version": "5.5.0",
55
"scripts": {
66
"ng": "ng",
77
"start": "ng serve",

projects/ngx-location-picker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@acpaas-ui-widgets/ngx-location-picker",
33
"description": "Location Picker Smart Widget UI package (Angular)",
4-
"version": "5.4.0",
4+
"version": "5.5.0",
55
"license": "See license file",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)