Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Jun 4, 2019
1 parent 6e43811 commit a1c2b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/pickers",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"description": "React components, that implements material design pickers for material-ui v1",
"main": "./src/index.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"build:typescript": "tsc --project tsconfig.json",
"build": "npm run build:typescript && npm run build:bundle && npm run build:copy",
"build:analyze": "npm run build",
"release": "npm run test && npm run build && npm publish build"
"release": "yarn version && npm run test && npm run build && npm publish build"
},
"devDependencies": {
"@babel/core": "^7.2.2",
Expand Down

0 comments on commit a1c2b86

Please sign in to comment.