Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixwong committed Oct 29, 2016
1 parent 5256c1b commit e6bd065
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

> The Change Log of Vue Time Picker `vue-timepicker`
## v 0.2.5

### Update

Introduce a brand new version for Vue 2.x: [vue2-timepicker](https://github.com/phoenixwong/vue2-timepicker)

### Improvements

- Reduced the times of direct manipulation of watched/synced variables, for better performance.
- Improved the returning data of `vue-timepicker-update` event in some situation, like dynamically changing the format string for example.

## v 0.2.3

### Fixes

Fixes Demo page code block and scrolling issue in some Webkit browsers (Safari and some
previous version of Chrome) and Firefox

## v 0.2.2

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vue-timepicker",
"description": "A dropdown time picker (hour|minute|second) for Vue.js. With flexible time format support",
"description": "A dropdown time picker (hour|minute|second) for Vue.js (1.x), with flexible time format support",
"main": "index.js",
"version": "0.2.3",
"version": "0.2.5",
"authors": [
"Phoenix Wong (phoenixyfwong@gmail.com)"
],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-time-picker",
"version": "0.2.3",
"description": "A dropdown time picker (hour|minute|second) for Vue.js. With flexible time format support",
"version": "0.2.5",
"description": "A dropdown time picker (hour|minute|second) for Vue.js (1.x), with flexible time format support",
"main": "index.js",
"scripts": {
"dev": "node build/dev-server.js",
Expand All @@ -20,7 +20,7 @@
"UI"
],
"dependencies": {
"vue": "^1.0.21"
"vue": ">=1.0.21 <=2.0.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
Expand Down

0 comments on commit e6bd065

Please # to comment.