Skip to content

Commit

Permalink
V0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmello committed May 18, 2018
1 parent c6016ae commit 5c2168f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 36 deletions.
33 changes: 0 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +0,0 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.0.3"></a>
## [0.0.3](https://github.com/psykolm22/angular-google-place/compare/v0.0.2...v0.0.3) (2018-01-01)



<a name="0.0.3"></a>
## [0.0.3](https://github.com/psykolm22/angular-google-place/compare/v0.0.2...v0.0.3) (2018-01-04)
- Material Dialog Example ✍️

- Dynamically use options part like country or type

- Google Api have change parameter 'types' is deprecated since 16/02/17.
'types' is now a string 'type'.
type list updated

- list of returns types add to constant
- Example update

<a name="0.0.2"></a>
## 0.0.2 (https://github.com/psykolm22/angular-google-place/compare/v0.0.1...v0.0.2)(2017-12-31)
-Migration of ng2-google-place-autocomplete 💯

-ng-packagr
Angular Format Package 📦

⚠️ Breaking Changes with ng2-google-place-autocomplete : ⚠️


Replace directive usage in html from ng2-google-place-autocomplete by angularGooglePlace
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-google-places",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"author": "Ricardo Mello",
"scripts": {
Expand All @@ -15,12 +15,12 @@
"prepack-lib": "yarn package",
"pack-lib": "cd package && npm pack",
"predoc:serve": "yarn pack-lib && yarn doc:clean",
"doc:serve": "cd doc && yarn && yarn add file:../package/angular-google-places-0.1.0.tgz --no-save && yarn start",
"doc:serve": "cd doc && yarn && yarn add file:../package/angular-google-places-0.1.1.tgz --no-save && yarn start",
"package": "ng-packagr -p src/lib/ng-package.json",
"prepackage": "./predeploy.sh",
"release": "standard-version --message 'release: cut v%s'",
"buildit": "yarn doc:build && cd doc && ngh",
"predoc:build": "cd doc && yarn && yarn add file:../package/angular-google-places-0.1.0.tgz --no-save && yarn build",
"predoc:build": "cd doc && yarn && yarn add file:../package/angular-google-places-0.1.1.tgz --no-save && yarn build",
"doc:build": "compodoc -p src/lib/tsconfig-compodoc.json -d doc/dist/docs"
},
"private": true,
Expand Down

0 comments on commit 5c2168f

Please sign in to comment.