File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
projects/angular-material-extensions/google-maps-autocomplete Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 28
28
</p >
29
29
30
30
31
- ` Please use lib v8 only with angular v14 `
31
+ ` Please use lib v8 only with angular v15 `
32
32
33
33
## Built by and for developers :heart :
34
34
@@ -65,7 +65,7 @@ at [https://angular-material-extensions.github.io/google-maps-autocomplete](http
65
65
66
66
## Dependencies
67
67
68
- * [ Angular] ( https://angular.io ) (* requires* Angular latest | we are using already V14 ;)
68
+ * [ Angular] ( https://angular.io ) (* requires* Angular latest | we are using already v15 ;)
69
69
70
70
for the directive as standalone you just need to install the agm core module
71
71
@@ -110,10 +110,10 @@ npm install --save @angular-material-extensions/google-maps-autocomplete
110
110
111
111
for the ui input component, please consider installing the following packages
112
112
113
- - [ angular animations v14 .x] ( https://www.npmjs.com/package/@angular/animations )
114
- - [ angular forms v14 .x] ( https://www.npmjs.com/package/@angular/forms )
115
- - [ angular material v14 .x] ( https://www.npmjs.com/package/@angular/material )
116
- - [ angular cdk v14 .x] ( https://www.npmjs.com/package/@angular/cdk )
113
+ - [ angular animations v15 .x] ( https://www.npmjs.com/package/@angular/animations )
114
+ - [ angular forms v15 .x] ( https://www.npmjs.com/package/@angular/forms )
115
+ - [ angular material v15 .x] ( https://www.npmjs.com/package/@angular/material )
116
+ - [ angular cdk v15 .x] ( https://www.npmjs.com/package/@angular/cdk )
117
117
- [ agm - angular google maps v3.0.0-beta.0] ( https://www.npmjs.com/package/@agm/core )
118
118
119
119
``` bash
Original file line number Diff line number Diff line change 43
43
"release:patch" : " ../../../node_modules/.bin/release-it --patch --ci" ,
44
44
"release:minor" : " ../../../node_modules/.bin/release-it --minor --ci" ,
45
45
"release:major" : " ../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run" ,
46
- "release:custom" : " ../../../node_modules/.bin/release-it 9.0.0 --ci --no-git.requireCleanWorkingDir" ,
46
+ "release:custom" : " ../../../node_modules/.bin/release-it 9.0.1 --ci --no-git.requireCleanWorkingDir" ,
47
47
"ng:test" : " ../../../node_modules/.bin/ng test @angular-material-extensions/google-maps-autocomplete" ,
48
48
"test" : " ../../../node_modules/.bin/jest --coverage" ,
49
49
"test:watch" : " ../../../node_modules/.bin/jest --coverage --watch"
You can’t perform that action at this time.
0 commit comments