From 1e692d90d923721aa58ab3673b7f912029e4069e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=89=E5=BC=98?= Date: Fri, 23 Feb 2018 18:02:11 +0800 Subject: [PATCH] ver. 0.5.0 --- HISTORY.md | 6 +++++- package.json | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 20e4616..525e7d3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,11 @@ +## 0.5.0 + +* `CHANGED` update `uxcore-cell-field` to `^0.2.0` + ## 0.4.1 -`CHANGED` fit React@15 +* `CHANGED` fit React@15 ## 0.4.0 diff --git a/package.json b/package.json index 852a7bf..8d8af90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uxcore-date-cell-field", - "version": "0.4.1", + "version": "0.5.0", "description": "uxcore-date-cell-field component for uxcore.", "repository": "https://github.com/uxcore/uxcore-date-cell-field.git", "author": "AlphaGo88<83268606@qq.com>", @@ -52,7 +52,7 @@ "object-assign": "^4.0.0", "prop-types": "15.x", "uxcore-calendar": "~0.9.0", - "uxcore-cell-field": "^0.1.1", + "uxcore-cell-field": "^0.2.0", "uxcore-formatter": "^0.1.3" }, "contributors": [],