Skip to content

Commit

Permalink
docs(project): Updating CHANGELOG.md for v8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jul 6, 2022
1 parent 6589d71 commit 4365aba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* fix(project): upgraded angular universal (6589d71)
* fix(project): upgraded angular material (8155cb7)
* fix(project): upgraded angular material (1c43348)
* fix(project): upgraded angular (991896f)
* fix(project): minor (5e8864c)
* fix(project): minor (7f3365a)

* fix(project): minor (148de46)
* fix(project): updated deps (f1076e0)
* docs(project): Updating CHANGELOG.md for v8.0.0 (b4f263e)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@angular-material-extensions/google-maps-autocomplete",
"description": "Autocomplete input component and directive for google-maps built with angular and material design",
"version": "8.1.0",
"version": "8.1.1",
"homepage": "https://angular-material-extensions.github.io/google-maps-autocomplete",
"author": {
"name": "Anthony Nahas",
Expand Down Expand Up @@ -43,23 +43,23 @@
"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 8.1.0 --ci --no-git.requireCleanWorkingDir",
"release:custom": "../../../node_modules/.bin/release-it 8.1.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"
},
"peerDependencies": {
"@angular/common": "^13.x",
"@angular/core": "^13.x",
"@angular/platform-browser": "^13.x",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "^13.x",
"@angular/cdk": "^13.x",
"@angular/material": "^13.x",
"@angular/common": "^14.x",
"@angular/core": "^14.x",
"@angular/platform-browser": "^14.x",
"@angular/flex-layout": "^14.x",
"@angular/forms": "^14.x",
"@angular/cdk": "^14.x",
"@angular/material": "^14.x",
"@agm/core": "^3.0.0-beta.0",
"@types/googlemaps": "~3.43.3",
"rxjs": "^7.5.4",
"zone.js": "~0.11.1"
"rxjs": "^7.x",
"zone.js": "~0.11.x"
},
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 4365aba

Please sign in to comment.