Skip to content

Commit

Permalink
Upgrade to Polymer 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Chevalier committed Jun 16, 2016
1 parent 4449143 commit 2670682
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.1.0
==================
* Upgrade to Polymer 1.5.0

v0.0.3
==================
* make sure presets respect blockFutureDates
Expand Down
15 changes: 6 additions & 9 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-datetime-range-panel",
"version": "0.0.3",
"version": "0.1.0",
"main": [
"px-datetime-range-panel.html"
],
Expand All @@ -15,16 +15,13 @@
],
"dependencies": {
"polymer": "^1.5.0",
"px-theme": "~0.7.0",
"px-calendar-picker":"~0.1.0",
"px-datetime-common": "~0.3.0",
"px-datetime-field": "~0.2.0"
"px-theme": "~0.8.0",
"px-calendar-picker":"~0.2.0",
"px-datetime-common": "~0.4.0",
"px-datetime-field": "~0.3.0"
},
"devDependencies": {
"iron-component-page" : "PolymerElements/iron-component-page#~v1.1.0",
"px-starter-kit-design": "https://github.com/PredixDev/px-starter-kit-design.git#~0.4.9"
},
"resolutions": {
"polymer": "^1.5.0"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "px-datetime-range-panel",
"author": "General Electric",
"description": "A Px component",
"version": "0.0.3",
"version": "0.1.0",
"private": true,
"extName" : null,
"repository" :
Expand Down

0 comments on commit 2670682

Please sign in to comment.