diff --git a/CHANGELOG.md b/CHANGELOG.md index 3101488..c72ff5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ +## [9.0.3](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/9.0.2...9.0.3) (2022-12-08) + + +### Bug Fixes + +* **project:** solved problem with peer deps for flex-layout [#328](https://github.com/angular-material-extensions/google-maps-autocomplete/issues/328) ([e034068](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/e034068654bc08a5f3ae90c343ee71f86c04ff4f)) +* **project:** upgraded angular deps ([e1b624d](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/e1b624d5942634f98db6bc758120a637eb8dd0b3)) +* **project:** upgraded angular material ([efbf75e](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/efbf75ee60e818cd47d6d7c28094a8da3bec9f8c)) + ## [9.0.2](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/9.0.1...9.0.2) (2022-12-04) diff --git a/projects/angular-material-extensions/google-maps-autocomplete/package.json b/projects/angular-material-extensions/google-maps-autocomplete/package.json index f55f74f..1f6bb9e 100644 --- a/projects/angular-material-extensions/google-maps-autocomplete/package.json +++ b/projects/angular-material-extensions/google-maps-autocomplete/package.json @@ -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": "9.0.2", + "version": "9.0.3", "homepage": "https://angular-material-extensions.github.io/google-maps-autocomplete", "author": { "name": "Anthony Nahas", @@ -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.2 --ci --no-git.requireCleanWorkingDir", + "release:custom": "../../../node_modules/.bin/release-it 9.0.3 --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"