Skip to content

Commit b9265d7

Browse files
committed
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.0...v1.7.0) (2019-01-16) ### Bug Fixes * **rules:** add support for shorthand object literal properties ([#85](#85)) ([1389f98](1389f98)) * **rules:** ion-chip markup has not changed ([9a91877](9a91877)) * **rules:** remove invalid tabs rule ([2fb32c2](2fb32c2)) ### Features * **rules:** add ion-loading-method-create-parameters-renamed rule ([e66fc7a](e66fc7a)) * **rules:** add ion-menu-events-renamed rule ([#91](#91)) ([0057bfd](0057bfd)) * **rules:** add ion-tabs-refactored rule ([#93](#93)) ([0185437](0185437)) * **rules:** ion-segment-button requires ion-label around text ([35b4345](35b4345)) * **rules:** support ion-col[col-auto] migration ([a0b79d0](a0b79d0))
1 parent 0185437 commit b9265d7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.7.0](https://github.com/ionic-team/v4-migration-tslint/compare/v1.6.0...v1.7.0) (2019-01-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **rules:** add support for shorthand object literal properties ([#85](https://github.com/ionic-team/v4-migration-tslint/issues/85)) ([1389f98](https://github.com/ionic-team/v4-migration-tslint/commit/1389f98))
7+
* **rules:** ion-chip markup has not changed ([9a91877](https://github.com/ionic-team/v4-migration-tslint/commit/9a91877))
8+
* **rules:** remove invalid tabs rule ([2fb32c2](https://github.com/ionic-team/v4-migration-tslint/commit/2fb32c2))
9+
10+
11+
### Features
12+
13+
* **rules:** add ion-loading-method-create-parameters-renamed rule ([e66fc7a](https://github.com/ionic-team/v4-migration-tslint/commit/e66fc7a))
14+
* **rules:** add ion-menu-events-renamed rule ([#91](https://github.com/ionic-team/v4-migration-tslint/issues/91)) ([0057bfd](https://github.com/ionic-team/v4-migration-tslint/commit/0057bfd))
15+
* **rules:** add ion-tabs-refactored rule ([#93](https://github.com/ionic-team/v4-migration-tslint/issues/93)) ([0185437](https://github.com/ionic-team/v4-migration-tslint/commit/0185437))
16+
* **rules:** ion-segment-button requires ion-label around text ([35b4345](https://github.com/ionic-team/v4-migration-tslint/commit/35b4345))
17+
* **rules:** support ion-col[col-auto] migration ([a0b79d0](https://github.com/ionic-team/v4-migration-tslint/commit/a0b79d0))
18+
119
# [1.6.0](https://github.com/ionic-team/v4-migration-tslint/compare/v1.5.1...v1.6.0) (2018-10-09)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/v4-migration-tslint",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "TSLint rules for Ionic Angular v4 Migration",
55
"main": "rules/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)