Skip to content

Commit

Permalink
chore(release): publish v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Apr 20, 2018
1 parent b8508d5 commit c22a0e5
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"message": "chore(release): publish %s"
}
},
"version": "0.0.13",
"version": "0.0.14",
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-async-await/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/async-await",
"version": "0.0.13",
"version": "0.0.14",
"description": "taro async await",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/cli",
"version": "0.0.13",
"version": "0.0.14",
"description": "cli tool for taro",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components-rn",
"version": "0.0.13",
"version": "0.0.14",
"description": "多端解决方案基础组件(RN)",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/components",
"version": "0.0.13",
"version": "0.0.14",
"description": "",
"main": "./dist/index.js",
"module": "./src/components/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-babel",
"version": "0.0.13",
"version": "0.0.14",
"description": "Taro babel编译",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-sass",
"version": "0.0.13",
"version": "0.0.14",
"description": "Taro编译sass文件",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/redux",
"version": "0.0.13",
"version": "0.0.14",
"description": "Redux for Taro",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/router",
"version": "0.0.13",
"version": "0.0.14",
"description": "Taro-router",
"main": "index.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-webpack-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/webpack-runner",
"version": "0.0.13",
"version": "0.0.14",
"description": "webpack runner for taro",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro",
"version": "0.0.13",
"version": "0.0.14",
"description": "Taro framework",
"main": "index.js",
"files": [
Expand Down

0 comments on commit c22a0e5

Please sign in to comment.