Skip to content

Commit

Permalink
Merge pull request #105 from weexteam/feature-20170208
Browse files Browse the repository at this point in the history
update version to 0.13.12
  • Loading branch information
exolution authored Mar 15, 2017
2 parents 4cd34f2 + d5c20c6 commit 40a32e5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,18 +345,27 @@ weexpack 所提供的命令大致可分为三组,分别是:
## changelog


0.3.10
* 实现weexpack plugin link dir 命令, 可以在demo中安装本地下在开发的插件。用于测试
0.3.12
* 修复merge问题
* 更新发测试用例
* 修复插件发布的命名空间问题

0.3.11
* 修复安装插件时,ios平台ali内部出错问题
* plugin remove 命令增加成功提示

0.3.10
* 实现weexpack plugin link dir 命令, 可以在demo中安装本地正在开发的插件。用于测试
* 支持创建使用ali内部源的ios容器
- weexpack weexplugin create ios -a

0.3.9
* 支持单独创建插件容器命令
- weexpack weexplugin create --ios 创建iOS插件容器
- weexpack weexplugin create --android 创建android插件容器

- weexpack weexplugin create ios 创建iOS插件容器
- weexpack weexplugin create android 创建android插件容器

0.3.3
* 添加命令选项 weexpack platform add iOS -a , 创建支持内部源的IOS平台
0.3.8
* 添加命令选项 weexpack platform add ios -a , 创建支持内部源的iOS平台

0.2.5
* 修复weexpack build android在windows下的bug
Expand Down
2 changes: 1 addition & 1 deletion lib/src/plugman/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ function runInstall(actions, platform, project_dir, plugin_dir, plugins_dir,sour

var versionInfo = pluginInfo.version?'@'+pluginInfo.version:''
events.emit('log', 'Installing "' + pluginInfo.id + versionInfo +'" for ' + platform);
events.emit('log', 'Installing "' + pluginInfo.id + '" for ' + platform);


var theEngines = getEngines(pluginInfo, platform, project_dir, plugin_dir);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weexpack",
"version": "0.3.11-beta",
"version": "0.3.12",
"description": "Weex pack tool",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 40a32e5

Please sign in to comment.