Skip to content

Commit 5342393

Browse files
committed
docs(project): Updating CHANGELOG.md for v6.1.0
1 parent 1195376 commit 5342393

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* fix(lib): added custom input functionality for the search component (1195376)
2+
* docs(project): updated the reamde (a416d86)
3+
* fix(lib): updated angular and other depenencies (a3ccd21)
4+
15
* fix(lib): updated peer deps (ecbbd0d)
26
* fix(lib): updated schematics related code (ad6afa0)
37
* feat(lib): upgraded nguniversal to v11 (0e86ff0)

projects/angular-material-extensions/google-maps-autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/google-maps-autocomplete",
33
"description": "Autocomplete input component and directive for google-maps built with angular and material design",
4-
"version": "6.0.0",
4+
"version": "6.1.0",
55
"homepage": "https://angular-material-extensions.github.io/google-maps-autocomplete",
66
"author": {
77
"name": "Anthony Nahas",
@@ -42,7 +42,7 @@
4242
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
4343
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
4444
"release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run",
45-
"release:custom": "../../../node_modules/.bin/release-it 6.0.0 --ci --no-git.requireCleanWorkingDir",
45+
"release:custom": "../../../node_modules/.bin/release-it 6.1.0 --ci --no-git.requireCleanWorkingDir",
4646
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/google-maps-autocomplete",
4747
"test": "../../../node_modules/.bin/jest --coverage",
4848
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
export const environment = {
66
production: false,
7-
GOOGLE_MAPS_API_KEY: 'AIzaSyC1TM0i7__ZRrr6a_kHLXWIWgbR5JL8Aho'
7+
GOOGLE_MAPS_API_KEY: 'AIzaSyBo7c5QYv-RWE1bgrtngHzQju_8lKBlIxs'
88
};
99

1010
/*

0 commit comments

Comments
 (0)