Skip to content

Commit f55bbfe

Browse files
committed
v6.0.0
1 parent 98a1f4e commit f55bbfe

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

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

1414
## [Unreleased]
1515

16+
17+
## [6.0.0] - 2023-02-13
18+
1619
### Changed
1720
- [BREAKING] Use of Location Picker API V3
1821

22+
1923
## [5.5.0] - 2022-10-10
2024

2125
### Added
@@ -248,7 +252,8 @@ All notable changes to this project will be documented in this file.
248252
- Initial release.
249253

250254

251-
[Unreleased]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v5.5.0...HEAD
255+
[Unreleased]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v6.0.0...HEAD
256+
[6.0.0]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v5.5.0...v6.0.0
252257
[5.5.0]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v5.4.0...v5.5.0
253258
[5.4.0]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v5.3.0...v5.4.0
254259
[5.3.0]: https://github.com/digipolisantwerp/location-picker_widget_angular/compare/v5.2.1...v5.3.0

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.5.0",
4+
"version": "6.0.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.5.0",
4+
"version": "6.0.0",
55
"license": "See license file",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)