Skip to content

Commit 4365aba

Browse files
committed
docs(project): Updating CHANGELOG.md for v8.1.1
1 parent 6589d71 commit 4365aba

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
* fix(project): upgraded angular universal (6589d71)
2+
* fix(project): upgraded angular material (8155cb7)
3+
* fix(project): upgraded angular material (1c43348)
4+
* fix(project): upgraded angular (991896f)
5+
* fix(project): minor (5e8864c)
6+
* fix(project): minor (7f3365a)
7+
18
* fix(project): minor (148de46)
29
* fix(project): updated deps (f1076e0)
310
* docs(project): Updating CHANGELOG.md for v8.0.0 (b4f263e)

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

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/google-maps-autocomplete",
33
"description": "Autocomplete input component and directive for google-maps built with angular and material design",
4-
"version": "8.1.0",
4+
"version": "8.1.1",
55
"homepage": "https://angular-material-extensions.github.io/google-maps-autocomplete",
66
"author": {
77
"name": "Anthony Nahas",
@@ -43,23 +43,23 @@
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 8.1.0 --ci --no-git.requireCleanWorkingDir",
46+
"release:custom": "../../../node_modules/.bin/release-it 8.1.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"
5050
},
5151
"peerDependencies": {
52-
"@angular/common": "^13.x",
53-
"@angular/core": "^13.x",
54-
"@angular/platform-browser": "^13.x",
55-
"@angular/flex-layout": "^13.0.0-beta.38",
56-
"@angular/forms": "^13.x",
57-
"@angular/cdk": "^13.x",
58-
"@angular/material": "^13.x",
52+
"@angular/common": "^14.x",
53+
"@angular/core": "^14.x",
54+
"@angular/platform-browser": "^14.x",
55+
"@angular/flex-layout": "^14.x",
56+
"@angular/forms": "^14.x",
57+
"@angular/cdk": "^14.x",
58+
"@angular/material": "^14.x",
5959
"@agm/core": "^3.0.0-beta.0",
6060
"@types/googlemaps": "~3.43.3",
61-
"rxjs": "^7.5.4",
62-
"zone.js": "~0.11.1"
61+
"rxjs": "^7.x",
62+
"zone.js": "~0.11.x"
6363
},
6464
"engines": {
6565
"node": ">=14.0.0"

0 commit comments

Comments
 (0)