Skip to content

Commit af84ce9

Browse files
author
startheart
committed
publish 0.3.3-alpha.6
1 parent b56357d commit af84ce9

File tree

31 files changed

+5005
-3814
lines changed

31 files changed

+5005
-3814
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.3.3-alpha.6]
2+
### Features
3+
- 组件导出依赖分离
4+
15
## [0.3.3-alpha.5]
26
### Features
37
- 合并qq小程序分支

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"packages/cml-vue-loader",
2929
"packages/cml-extract-css-webpack-plugin"
3030
],
31-
"version": "0.3.3-alpha.5.1",
31+
"version": "0.3.3-alpha.6",
3232
"command": {
3333
"publish": {
3434
"allowBranch": "master",

packages/babel-plugin-chameleon-import/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-chameleon-import",
3-
"version": "0.3.3-alpha.5.1",
3+
"version": "0.3.3-alpha.6",
44
"description": "Component modular import plugin for babel.",
55
"repository": {
66
"type": "git",

packages/chameleon-css-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chameleon-css-loader",
3-
"version": "0.3.3-alpha.5.1",
3+
"version": "0.3.3-alpha.6",
44
"description": "chameleon样式处理",
55
"main": "index.js",
66
"scripts": {

packages/chameleon-dev-proxy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chameleon-dev-proxy",
3-
"version": "0.3.3-alpha.5.1",
3+
"version": "0.3.3-alpha.6",
44
"description": "cml开发环境代理服务模块",
55
"main": "index.js",
66
"author": "Chameleon-Team",

packages/chameleon-errors-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.3-alpha.5.1",
2+
"version": "0.3.3-alpha.6",
33
"name": "chameleon-errors-webpack-plugin",
44
"main": "index.js",
55
"author": "Chameleon-Team",

packages/chameleon-linter/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chameleon-linter",
3-
"version": "0.3.3-alpha.5.1",
3+
"version": "0.3.3-alpha.6",
44
"description": "cml规范校验工具",
55
"main": "index.js",
66
"scripts": {
@@ -24,10 +24,10 @@
2424
"@babel/traverse": "^7.1.4",
2525
"bulk-require": "^1.0.1",
2626
"chalk": "^2.4.1",
27-
"chameleon-tool-utils": "0.3.3-alpha.5.1",
28-
"cml-component-parser": "0.3.3-alpha.5.1",
29-
"cml-htmllint": "0.3.3-alpha.5.1",
30-
"cml-js-parser": "0.3.3-alpha.5.1",
27+
"chameleon-tool-utils": "0.3.3-alpha.6",
28+
"cml-component-parser": "0.3.3-alpha.6",
29+
"cml-htmllint": "0.3.3-alpha.6",
30+
"cml-js-parser": "0.3.3-alpha.6",
3131
"commander": "^2.19.0",
3232
"glob": "^7.1.3",
3333
"json-lint": "^0.1.0",

packages/chameleon-loader/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chameleon-loader",
3-
"version": "0.3.3-alpha.5.1",
3+
"version": "0.3.3-alpha.6",
44
"description": "chameleon cml文件处理loader",
55
"main": "src/index.js",
66
"directories": {
@@ -18,16 +18,16 @@
1818
"@babel/types": "^7.3.4",
1919
"babel-generator": "6.26.1",
2020
"babel-traverse": "6.26.0",
21-
"chameleon-template-parse": "0.3.3-alpha.5.1",
22-
"chameleon-tool-utils": "0.3.3-alpha.5.1",
21+
"chameleon-template-parse": "0.3.3-alpha.6",
22+
"chameleon-tool-utils": "0.3.3-alpha.6",
2323
"consolidate": "0.14.0",
2424
"de-indent": "1.0.2",
2525
"hash-sum": "1.0.2",
2626
"he": "1.1.0",
2727
"loader-utils": "1.1.0",
2828
"lru-cache": "4.1.1",
2929
"resolve": "1.4.0",
30-
"runtime-check": "0.3.3-alpha.5.1",
30+
"runtime-check": "0.3.3-alpha.6",
3131
"source-map": "0.6.1",
3232
"vue-style-loader": "4.0.1"
3333
},

packages/chameleon-miniapp-target/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chameleon-miniapp-target",
3-
"version": "0.3.3-alpha.5.1",
3+
"version": "0.3.3-alpha.6",
44
"description": "chameleon 小程序webpack的target",
55
"main": "src/index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"webpack": "^3.12.0"
1515
},
1616
"dependencies": {
17-
"chameleon-tool-utils": "0.3.3-alpha.5.1"
17+
"chameleon-tool-utils": "0.3.3-alpha.6"
1818
},
1919
"mail": "ChameleonCore@didiglobal.com",
2020
"gitHead": "5ddcde4330774710f7646559446e008f7785ce00"

packages/chameleon-mixins/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chameleon-mixins",
3-
"version": "0.3.3-alpha.5.1",
3+
"version": "0.3.3-alpha.6",
44
"description": "chameleon-mixins",
55
"main": "index.js",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"license": "Apache",
1313
"devDependencies": {
1414
"chai": "^4.2.0",
15-
"chameleon-css-loader": "0.3.3-alpha.5.1",
15+
"chameleon-css-loader": "0.3.3-alpha.6",
1616
"coveralls": "^2.11.9",
1717
"eslint": "^5.9.0",
1818
"gulp": "^3.9.1",

packages/chameleon-template-parse/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chameleon-template-parse",
3-
"version": "0.3.3-alpha.5.1",
3+
"version": "0.3.3-alpha.6",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -24,9 +24,9 @@
2424
},
2525
"devDependencies": {
2626
"chai": "^4.2.0",
27-
"chameleon-css-loader": "0.3.3-alpha.5.1",
28-
"chameleon-mixins": "0.3.3-alpha.5.1",
29-
"chameleon-tool-utils": "0.3.3-alpha.5.1",
27+
"chameleon-css-loader": "0.3.3-alpha.6",
28+
"chameleon-mixins": "0.3.3-alpha.6",
29+
"chameleon-tool-utils": "0.3.3-alpha.6",
3030
"clean-webpack-plugin": "^0.1.19",
3131
"coveralls": "^2.11.9",
3232
"eslint": "^5.9.0",

packages/chameleon-templates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chameleon-templates",
3-
"version": "0.3.3-alpha.5.1",
3+
"version": "0.3.3-alpha.6",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/chameleon-tool-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"test": "mocha --recursive --reporter spec",
3636
"break-test": "./node_modules/.bin/mocha --inspect-brk --recursive --reporter spec"
3737
},
38-
"version": "0.3.3-alpha.5.1"
38+
"version": "0.3.3-alpha.6"
3939
}

0 commit comments

Comments
 (0)