File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
projects/angular-material-extensions/google-maps-autocomplete Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ * fix(lib): support default value in ` mat-search-google-maps-autocomplete ` (e345c4d)
2
+ * fix(lib): updated angular to v9.1.12 (84c16e2)
3
+
1
4
* fix(lib): support of reactive forms #99 #65 (6bd7196)
2
5
* fix(lib): support of reactive forms #99 #65 (5536972)
3
6
* fix(lib): updated angular to v9.1.7 (c41675e)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-material-extensions/google-maps-autocomplete" ,
3
3
"description" : " Autocomplete input component and directive for google-maps built with angular and material design" ,
4
- "version" : " 4.1.0 " ,
4
+ "version" : " 4.1.1 " ,
5
5
"homepage" : " https://angular-material-extensions.github.io/google-maps-autocomplete" ,
6
6
"author" : {
7
7
"name" : " Anthony Nahas" ,
42
42
"release:patch" : " ../../../node_modules/.bin/release-it --patch --ci" ,
43
43
"release:minor" : " ../../../node_modules/.bin/release-it --minor --ci" ,
44
44
"release:major" : " ../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run" ,
45
- "release:custom" : " ../../../node_modules/.bin/release-it 4.1.0 --ci --no-git.requireCleanWorkingDir" ,
45
+ "release:custom" : " ../../../node_modules/.bin/release-it 4.1.1 --ci --no-git.requireCleanWorkingDir" ,
46
46
"ng:test" : " ../../../node_modules/.bin/ng test @angular-material-extensions/google-maps-autocomplete" ,
47
47
"test" : " ../../../node_modules/.bin/jest --coverage" ,
48
48
"test:watch" : " ../../../node_modules/.bin/jest --coverage --watch"
You can’t perform that action at this time.
0 commit comments