Skip to content

Commit c65ec27

Browse files
committed
fix(project): adapted the readme
1 parent a52d974 commit c65ec27

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</p>
2929

3030

31-
`Please use lib v8 only with angular v14`
31+
`Please use lib v8 only with angular v15`
3232

3333
## Built by and for developers :heart:
3434

@@ -65,7 +65,7 @@ at [https://angular-material-extensions.github.io/google-maps-autocomplete](http
6565

6666
## Dependencies
6767

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 ;)
6969

7070
for the directive as standalone you just need to install the agm core module
7171

@@ -110,10 +110,10 @@ npm install --save @angular-material-extensions/google-maps-autocomplete
110110

111111
for the ui input component, please consider installing the following packages
112112

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)
117117
- [agm - angular google maps v3.0.0-beta.0](https://www.npmjs.com/package/@agm/core)
118118

119119
```bash

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
4444
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
4545
"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",
4747
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/google-maps-autocomplete",
4848
"test": "../../../node_modules/.bin/jest --coverage",
4949
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"

0 commit comments

Comments
 (0)