WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit a1c2b86

Browse files
committed
v3.1.0
1 parent 6e43811 commit a1c2b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/pickers",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"private": true,
55
"description": "React components, that implements material design pickers for material-ui v1",
66
"main": "./src/index.ts",
@@ -63,7 +63,7 @@
6363
"build:typescript": "tsc --project tsconfig.json",
6464
"build": "npm run build:typescript && npm run build:bundle && npm run build:copy",
6565
"build:analyze": "npm run build",
66-
"release": "npm run test && npm run build && npm publish build"
66+
"release": "yarn version && npm run test && npm run build && npm publish build"
6767
},
6868
"devDependencies": {
6969
"@babel/core": "^7.2.2",

0 commit comments

Comments
 (0)