Skip to content

Commit

Permalink
release: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanxyz committed Feb 5, 2018
1 parent 00cebf4 commit 36ef8da
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ dev/
tsconfig.json
tslint.json
yarn.lock
package-lock.json
package-lock.json
screenshot.png
1 change: 0 additions & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
[![Build Status][build-image]][build-image]
[![Dependency Status][dependency-image]][dependency-url]
[![NPM version][npm-image]][npm-url]
[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][downloads-url]
[![MIT License][license-image]][license-url]

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Steppers components for Ionic.
[![Build Status][build-image]][build-image]
[![Dependency Status][dependency-image]][dependency-url]
[![NPM version][npm-image]][npm-url]
[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][downloads-url]
[![MIT License][license-image]][license-url]

Expand Down
6 changes: 3 additions & 3 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@ionic-native/status-bar": "4.4.0",
"@ionic/storage": "2.1.3",
"ionic-angular": "3.9.2",
"ionic-stepper": "^1.0.1",
"ionic-stepper": "^1.0.2",
"ionicons": "3.0.0",
"rxjs": "5.5.2",
"sw-toolbox": "3.6.0",
Expand Down
1 change: 1 addition & 0 deletions demo/src/pages/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h2>Step2 Content</h2>
<button ion-button small ionicStepperNext>Next</button>
</ion-step>
<ion-step label="Step3"
status="error"
description="Step3 description">
<h2>Step3 Content</h2>
<p>Step3 Content</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-stepper",
"version": "1.0.1",
"version": "1.0.2",
"description": "steppers components for Ionic / ionic2",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 36ef8da

Please sign in to comment.