Skip to content

Commit 5fbf427

Browse files
committed
docs(project): Updating CHANGELOG.md for v6.2.1
1 parent 107c963 commit 5fbf427

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
* fix(lib): merged master (107c963)
2+
* fix(lib): improved the reactive forms mechanism (829a3f4)
3+
* fix(lib): updated the dependencies (a6c8e8e)
4+
* fix(lib): updated the dependencies (c438082)
5+
* fix(lib): updated the dependencies (4500a46)
6+
* Merge pull request #308 from andreialecu/fix-import (8edc4e5)
7+
* fix: rxjs deep import (f4d5f77)
8+
19
* feat(lib): added | searchBarAppearance input (ee112ee)
210

311
* fix(lib): added custom input functionality for the search component (1195376)

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

Lines changed: 2 additions & 2 deletions
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": "6.2.0",
4+
"version": "6.2.1",
55
"homepage": "https://angular-material-extensions.github.io/google-maps-autocomplete",
66
"author": {
77
"name": "Anthony Nahas",
@@ -42,7 +42,7 @@
4242
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
4343
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
4444
"release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run",
45-
"release:custom": "../../../node_modules/.bin/release-it 6.2.0 --ci --no-git.requireCleanWorkingDir",
45+
"release:custom": "../../../node_modules/.bin/release-it 6.2.1 --ci --no-git.requireCleanWorkingDir",
4646
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/google-maps-autocomplete",
4747
"test": "../../../node_modules/.bin/jest --coverage",
4848
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"

0 commit comments

Comments
 (0)