Skip to content

Commit

Permalink
docs(project): Updating CHANGELOG.md for v16.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Nahas committed Mar 14, 2024
1 parent 9c41028 commit 0b3dafc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## [16.2.2](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/16.2.1...16.2.2) (2024-03-14)

## [16.2.1](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/16.1.0...16.2.1) (2024-03-14)


Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@angular-material-extensions/google-maps-autocomplete",
"description": "Autocomplete input component and directive for google-maps built with angular and material design",
"version": "16.2.1",
"version": "16.2.2",
"homepage": "https://angular-material-extensions.github.io/google-maps-autocomplete",
"author": {
"name": "Anthony Nahas",
Expand Down Expand Up @@ -43,7 +43,7 @@
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
"release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run",
"release:custom": "../../../node_modules/.bin/release-it 16.2.1 --ci --no-git.requireCleanWorkingDir",
"release:custom": "../../../node_modules/.bin/release-it 16.2.2 --ci --no-git.requireCleanWorkingDir",
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/google-maps-autocomplete",
"test": "../../../node_modules/.bin/jest --coverage",
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export class MatGoogleMapsAutocompleteDirective implements OnInit, AfterViewInit
}

ngOnInit(): void {
console.log("this.apiKey = ", this.apiKey)
}

validate(fc: FormControl) {
Expand Down

0 comments on commit 0b3dafc

Please sign in to comment.