Skip to content

Commit

Permalink
chore(release): 发布 v1.5.1 版本
Browse files Browse the repository at this point in the history
- 移除 iPhone X的判断逻辑 #206
- 简化日历组件
-  开放 input type #203
  • Loading branch information
koppthe committed Dec 3, 2018
1 parent e7a4a0c commit 1acb672
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-ui",
"version": "1.5.0",
"version": "1.5.1",
"description": "UI KIT for Taro",
"main": "dist/index.js",
"types": "./@types/index.d.ts",
Expand Down Expand Up @@ -75,23 +75,23 @@
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@mapbox/jsxtreme-markdown-loader": "^0.8.3",
"@tarojs/cli": "1.2.0-beta.2",
"@tarojs/components": "1.2.0-beta.2",
"@tarojs/plugin-babel": "1.2.0-beta.2",
"@tarojs/plugin-csso": "1.2.0-beta.2",
"@tarojs/plugin-sass": "1.2.0-beta.2",
"@tarojs/plugin-uglifyjs": "1.2.0-beta.2",
"@tarojs/router": "1.2.0-beta.2",
"@tarojs/taro": "1.2.0-beta.2",
"@tarojs/taro-alipay": "1.2.0-beta.2",
"@tarojs/taro-h5": "1.2.0-beta.2",
"@tarojs/taro-swan": "1.2.0-beta.2",
"@tarojs/taro-weapp": "1.2.0-beta.2",
"@tarojs/webpack-runner": "1.2.0-beta.2",
"@tarojs/cli": "1.2.0-beta.7",
"@tarojs/components": "1.2.0-beta.7",
"@tarojs/plugin-babel": "1.2.0-beta.7",
"@tarojs/plugin-csso": "1.2.0-beta.7",
"@tarojs/plugin-sass": "1.2.0-beta.7",
"@tarojs/plugin-uglifyjs": "1.2.0-beta.7",
"@tarojs/router": "1.2.0-beta.7",
"@tarojs/taro": "1.2.0-beta.7",
"@tarojs/taro-alipay": "1.2.0-beta.7",
"@tarojs/taro-h5": "1.2.0-beta.7",
"@tarojs/taro-swan": "1.2.0-beta.7",
"@tarojs/taro-weapp": "1.2.0-beta.7",
"@tarojs/webpack-runner": "1.2.0-beta.7",
"@types/react": "16.3.14",
"@types/webpack-env": "^1.13.6",
"at-ui-style": "^1.5.1",
"eslint-config-taro": "1.2.0-beta.2",
"eslint-config-taro": "1.2.0-beta.7",
"autoprefixer": "^9.0.2",
"babel-core": "^7.0.0-0",
"babel-eslint": "^8.2.3",
Expand Down

0 comments on commit 1acb672

Please sign in to comment.