Skip to content

Commit 46aaae8

Browse files
committed
fix(project): minor
1 parent 9e66c77 commit 46aaae8

6 files changed

+13
-8
lines changed

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/content-v2/sha512/15/21/d5af89fd3142e3c7bf0aa10e736edae5ea24492c8e4a8250dce96c004b2e7d85be435f4974bec584e7ced7fc0b98ceeff3baeaf53231e36402af96ae188a

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/content-v2/sha512/2f/11/992a76442fcc308948364d8a42f0c62794bbeefbd1b9983ffb05b2604b678233123825d4ea3070cb747f87e33d563b6c21d7d923829a3f692c3c0d8debe2

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/content-v2/sha512/4f/6b/1ece513bacb6348e7aa067e3eec18d9f920331f201f9b76e9f883516d1f0da616b62bb96f51d77befb9feed26f032fecf22191d43085ddbdbcaa46a4608a

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/content-v2/sha512/7a/ad/2fbd2d1fea282b7de09b2293075889bad3c4bd5288c30cf78dfd3b70da7bd1207ebcad68ae82f31f8e70d4de13bb2804b6d6f59cae80cdec3d9831641587

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/content-v2/sha512/93/56/e078ad8306e895b50b728db0eaa919499900249c86ad25466655ea2307aa40fe326f7ce07fb3a5cf480dc33da098f9c2ebcca286f011066b385611f5adb2

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
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.3 --ci --no-git.requireCleanWorkingDir",
46+
"release:custom": "../../../node_modules/.bin/release-it 9.0.0 --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": "^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",
52+
"@angular/common": "^15.x",
53+
"@angular/core": "^15.x",
54+
"@angular/platform-browser": "^15.x",
55+
"@angular/flex-layout": "^15.x",
56+
"@angular/forms": "^15.x",
57+
"@angular/cdk": "^15.x",
58+
"@angular/material": "^15.x",
5959
"@agm/core": "^3.0.0-beta.0",
6060
"@types/googlemaps": "~3.43.3",
6161
"rxjs": "^7.x",

0 commit comments

Comments
 (0)