Skip to content

Commit

Permalink
added blockPastDates
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Chevalier committed Jun 29, 2016
1 parent badeba1 commit fc7a0e3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = function (grunt) {

autoprefixer: {
options: {
browsers: ['last 2 version']
browsers: ['last 2 version', 'Safari 8.0']
},
multiple_files: {
expand: true,
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.3.0
==================
& Added blockPastDates

v0.2.0
==================
* Upgrade to Polymer 1.5.0
Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-datetime-range-field",
"version": "0.2.0",
"version": "0.3.0",
"main": [
"px-datetime-range-field.html"
],
Expand All @@ -17,8 +17,8 @@
"dependencies": {
"polymer": "#^1.5.0",
"px-theme": "#~0.8.0",
"px-datetime-common": "~0.4.0",
"px-datetime-field": "~0.3.0"
"px-datetime-common": "~0.5.0",
"px-datetime-field": "~0.4.0"

},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "px-datetime-range-field",
"author": "General Electric",
"description": "px-datetime-range-field",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"extName" : null,
"repository" :
Expand All @@ -15,6 +15,7 @@
"grunt": "~v0.4.5",
"grunt-sass": "^v1.0.0",
"grunt-shell": "~v1.1.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "~v0.6.0",
"grunt-contrib-jshint": "~v0.10.0",
"grunt-contrib-watch": "~v0.6.1",
Expand Down

0 comments on commit fc7a0e3

Please sign in to comment.