Skip to content

Commit

Permalink
chore(release): publish v0.0.68-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Jul 5, 2018
1 parent 6cffb98 commit 47a7f75
Show file tree
Hide file tree
Showing 26 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"message": "chore(release): publish %s"
}
},
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-taro",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro specific linting rules for ESLint",
"main": "index.js",
"files": [
Expand All @@ -27,6 +27,6 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"eslint-plugin-taro": "0.0.68-beta.0"
"eslint-plugin-taro": "0.0.68-beta.1"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-taro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-taro",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro specific linting plugin for ESLint",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-plugin-constparse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-plugin-constparse",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "parse constants defined in config",
"main": "index.js",
"author": "Simba",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-pxtransform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-pxtransform",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
"keywords": [
"postcss",
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.68-beta.0",
"version": "0.0.68-beta.1",
"description": "taro async await",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions 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.68-beta.0",
"version": "0.0.68-beta.1",
"description": "cli tool for taro",
"main": "index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/transformer-wx": "0.0.68-beta.0",
"@tarojs/transformer-wx": "0.0.68-beta.1",
"autoprefixer": "^8.4.1",
"babel-core": "^6.26.3",
"babel-generator": "^6.26.1",
Expand All @@ -45,7 +45,7 @@
"mem-fs-editor": "^4.0.0",
"ora": "^2.0.0",
"postcss": "^6.0.22",
"postcss-pxtransform": "0.0.68-beta.0",
"postcss-pxtransform": "0.0.68-beta.1",
"resolve": "^1.6.0",
"semver": "^5.5.0",
"shelljs": "^0.8.1",
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.68-beta.0",
"version": "0.0.68-beta.1",
"description": "多端解决方案基础组件(RN)",
"main": "./dist/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.68-beta.0",
"version": "0.0.68-beta.1",
"description": "",
"main": "./dist/index.js",
"typings": "./types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-h5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-h5",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro h5 framework",
"main": "index.js",
"files": [
Expand All @@ -27,7 +27,7 @@
"nervjs": "^1.3.0"
},
"dependencies": {
"@tarojs/taro": "0.0.68-beta.0",
"@tarojs/taro": "0.0.68-beta.1",
"jsonp-retry": "^1.0.3",
"whatwg-fetch": "^2.0.4"
},
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.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro babel编译",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-csso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-csso",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro压缩CSS文件",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-less",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro 编译 less 文件",
"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.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro编译sass文件",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-stylus",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro 编译 stylus 文件",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-typescript",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro TypeScript 编译插件",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-plugin-uglifyjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-uglifyjs",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro压缩JS文件",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-redux-h5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/redux-h5",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Forked react-redux for taro",
"keywords": [
"react",
Expand Down Expand Up @@ -33,7 +33,7 @@
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
},
"dependencies": {
"@tarojs/taro-h5": "0.0.68-beta.0",
"@tarojs/taro-h5": "0.0.68-beta.1",
"hoist-non-react-statics": "^2.5.0",
"invariant": "^2.2.4",
"loose-envify": "^1.1.0",
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.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Redux for Taro",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-rn-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/rn-runner",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "ReactNative build tool for taro",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-rn",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro RN framework",
"main": "./src/index.js",
"files": [
Expand All @@ -22,7 +22,7 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "0.0.68-beta.0",
"@tarojs/taro": "0.0.68-beta.1",
"react-native-image-viewer": "^0.0.3",
"react-native-root-siblings": "^3.1.0",
"react-native-root-toast": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro-router",
"main": "index.js",
"module": "dist/index.esm.js",
Expand All @@ -26,6 +26,6 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro-h5": "0.0.68-beta.0"
"@tarojs/taro-h5": "0.0.68-beta.1"
}
}
2 changes: 1 addition & 1 deletion packages/taro-transformer-wx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/transformer-wx",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Transfrom Nerv Component to Wechat mini program.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-weapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/taro-weapp",
"version": "0.0.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro weapp framework",
"main": "index.js",
"files": [
Expand All @@ -22,7 +22,7 @@
"author": "O2Team",
"license": "MIT",
"dependencies": {
"@tarojs/taro": "0.0.68-beta.0",
"@tarojs/taro": "0.0.68-beta.1",
"prop-types": "^15.6.1"
}
}
6 changes: 3 additions & 3 deletions 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.68-beta.0",
"version": "0.0.68-beta.1",
"description": "webpack runner for taro",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -50,8 +50,8 @@
"ora": "^2.1.0",
"postcss-csso": "^3.0.0",
"postcss-loader": "^2.1.3",
"postcss-plugin-constparse": "0.0.68-beta.0",
"postcss-pxtransform": "0.0.68-beta.0",
"postcss-plugin-constparse": "0.0.68-beta.1",
"postcss-pxtransform": "0.0.68-beta.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"stylus": "^0.54.5",
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.68-beta.0",
"version": "0.0.68-beta.1",
"description": "Taro framework",
"main": "index.js",
"typings": "types/index.d.ts",
Expand Down

0 comments on commit 47a7f75

Please sign in to comment.