Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
footearth committed Dec 12, 2019
1 parent 202851b commit 2db6e3f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"packages": [
"packages/*"
],
"version": "0.2.4"
"version": "0.2.5"
}
8 changes: 4 additions & 4 deletions packages/app-rax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cfx.app-rax",
"version": "0.2.4",
"version": "0.2.5",
"author": "FooTearth",
"private": true,
"scripts": {
Expand All @@ -13,9 +13,9 @@
"start:weex": "rax-scripts start"
},
"dependencies": {
"cfx.dom": "^0.2.2",
"cfx.dom": "^0.2.5",
"cfx.require-plugin-coffee": "~0.2.26",
"cfx.styl": "^0.2.4",
"cfx.styl": "^0.2.5",
"ddeyes": "~0.2.26",
"rax": "~1.1.0",
"rax-app": "~0.2.4",
Expand All @@ -29,7 +29,7 @@
"@alib/build-scripts": "^0.1.5",
"autod": "^3.1.0",
"build-plugin-rax-app": "^0.1.6",
"cfx.builder": "^0.2.2",
"cfx.builder": "^0.2.5",
"cfx.require-plugin-coffee": "^0.2.26",
"coffeescript": "^2.4.1",
"rax-plugin-app": "^0.2.19",
Expand Down
8 changes: 4 additions & 4 deletions packages/app-remax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cfx.app-remax",
"version": "0.2.4",
"version": "0.2.5",
"author": "FooTearth",
"private": true,
"scripts": {
Expand All @@ -10,9 +10,9 @@
"dev": "remax build -t wechat -w"
},
"dependencies": {
"cfx.dom": "^0.2.2",
"cfx.dom": "^0.2.5",
"cfx.require-plugin-coffee": "~0.2.26",
"cfx.styl": "^0.2.4",
"cfx.styl": "^0.2.5",
"clsx": "~1.0.4",
"color": "~3.1.2",
"color-blend": "~2.0.8",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"autod": "^3.1.0",
"cfx.builder": "^0.2.2",
"cfx.builder": "^0.2.5",
"coffeescript": "^2.4.1",
"remax-cli": "^1.9.0",
"replace": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cfx.builder",
"version": "0.2.2",
"version": "0.2.5",
"author": ":FooTearth <[email protected]>",
"bin": {
"cfxbuilder": "./bin/cfxbuilder.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cfx.dom",
"version": "0.2.2",
"version": "0.2.5",
"author": "FooTearth",
"main": "dist/index.js",
"module": "dist/es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/styl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cfx.styl",
"version": "0.2.4",
"version": "0.2.5",
"author": "FooTearth",
"main": "dist/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit 2db6e3f

Please sign in to comment.