diff --git a/README.md b/README.md index a98c294..5f26b2c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@

-`Please use lib v8 only with angular v14` +`Please use lib v8 only with angular v15` ## Built by and for developers :heart: @@ -65,7 +65,7 @@ at [https://angular-material-extensions.github.io/google-maps-autocomplete](http ## Dependencies -* [Angular](https://angular.io) (*requires* Angular latest | we are using already V14 ;) +* [Angular](https://angular.io) (*requires* Angular latest | we are using already v15 ;) for the directive as standalone you just need to install the agm core module @@ -110,10 +110,10 @@ npm install --save @angular-material-extensions/google-maps-autocomplete for the ui input component, please consider installing the following packages -- [angular animations v14.x](https://www.npmjs.com/package/@angular/animations) -- [angular forms v14.x](https://www.npmjs.com/package/@angular/forms) -- [angular material v14.x](https://www.npmjs.com/package/@angular/material) -- [angular cdk v14.x](https://www.npmjs.com/package/@angular/cdk) +- [angular animations v15.x](https://www.npmjs.com/package/@angular/animations) +- [angular forms v15.x](https://www.npmjs.com/package/@angular/forms) +- [angular material v15.x](https://www.npmjs.com/package/@angular/material) +- [angular cdk v15.x](https://www.npmjs.com/package/@angular/cdk) - [agm - angular google maps v3.0.0-beta.0](https://www.npmjs.com/package/@agm/core) ```bash diff --git a/projects/angular-material-extensions/google-maps-autocomplete/package.json b/projects/angular-material-extensions/google-maps-autocomplete/package.json index 8e7f7d5..6155351 100644 --- a/projects/angular-material-extensions/google-maps-autocomplete/package.json +++ b/projects/angular-material-extensions/google-maps-autocomplete/package.json @@ -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 9.0.0 --ci --no-git.requireCleanWorkingDir", + "release:custom": "../../../node_modules/.bin/release-it 9.0.1 --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"