Skip to content

Commit 2fac760

Browse files
committed
docs(project): updated the README.md file
1 parent cd8ceec commit 2fac760

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ View all the directives and components in action at [https://angular-material-ex
6363
<a name="dependencies"/>
6464

6565
## Dependencies
66-
* [Angular](https://angular.io) (*requires* Angular 2 or higher)
66+
* [Angular](https://angular.io) (*requires* Angular 2 or higher | we are using already V9 ;)
6767

6868
for the directive as standalone you just need to install the agm core module
69-
- [agm - angular google maps v1.0.0-beta.5](https://www.npmjs.com/package/@agm/core)
69+
- [agm - angular google maps v1.0.0](https://www.npmjs.com/package/@agm/core)
7070

7171
```bash
7272
npm i @agm/core
@@ -104,10 +104,10 @@ npm install --save @angular-material-extensions/google-maps-autocomplete
104104
### Requirements (peer dependencies):
105105

106106
for the ui input component, please consider to install the following packages
107-
- [angular animations v8.x](https://www.npmjs.com/package/@angular/animations)
108-
- [angular forms v8.x](https://www.npmjs.com/package/@angular/forms)
109-
- [angular material v8.x](https://www.npmjs.com/package/@angular/material)
110-
- [angular cdk v8.x](https://www.npmjs.com/package/@angular/cdk)
107+
- [angular animations v9.x](https://www.npmjs.com/package/@angular/animations)
108+
- [angular forms v9.x](https://www.npmjs.com/package/@angular/forms)
109+
- [angular material v9.x](https://www.npmjs.com/package/@angular/material)
110+
- [angular cdk v9.x](https://www.npmjs.com/package/@angular/cdk)
111111

112112
```bash
113113
npm i @angular/cdk @angular/material @angular/animations @angular/forms
@@ -446,9 +446,10 @@ $ cd demo && npm i && npm start
446446
- [@angular-material-extensions/pages](https://github.com/angular-material-extensions/pages)
447447
- [@angular-material-extensions/link-preview](https://github.com/angular-material-extensions/link-preview)
448448
- [@angular-material-extensions/password-strength](https://github.com/angular-material-extensions/password-strength)
449+
- [@angular-material-extensions/select-country](https://github.com/angular-material-extensions/select-country)
450+
- [@angular-material-extensions/fab-menu](https://github.com/angular-material-extensions/fab-menu)
449451
- [@angular-material-extensions/faq](https://github.com/angular-material-extensions/faq)
450452
- [@angular-material-extensions/contacts](https://github.com/angular-material-extensions/contacts)
451-
- [@angular-material-extensions/combination-generator](https://github.com/angular-material-extensions/combination-generator)
452453

453454
<a name="support"/>
454455

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"release-it": {
6666
"github": {
67-
"release": false
67+
"release": true
6868
},
6969
"npm": {
7070
"publish": true,

0 commit comments

Comments
 (0)