Skip to content

Commit

Permalink
0.4.0-mvvm.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yylgit committed Apr 22, 2019
1 parent cd268e2 commit 1aeeab2
Show file tree
Hide file tree
Showing 45 changed files with 5,243 additions and 615 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.4.0-alpha.0",
"version": "0.4.0-mvvm.0",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-chameleon-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-chameleon-import",
"version": "0.4.0-alpha.0",
"version": "0.4.0-mvvm.0",
"description": "Component modular import plugin for babel.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/chameleon-css-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-css-loader",
"version": "0.4.0-alpha.0",
"version": "0.4.0-mvvm.0",
"description": "chameleon样式处理",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/chameleon-dev-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-dev-proxy",
"version": "0.4.0-alpha.0",
"version": "0.4.0-mvvm.0",
"description": "cml开发环境代理服务模块",
"main": "index.js",
"author": "Chameleon-Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/chameleon-errors-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.0-alpha.0",
"version": "0.4.0-mvvm.0",
"name": "chameleon-errors-webpack-plugin",
"main": "index.js",
"author": "Chameleon-Team",
Expand Down
4 changes: 2 additions & 2 deletions packages/chameleon-linter/config/fakeComps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const list = [{
methods: [],
props: [{
name: 'store',
required: true
required: false
}, {
name: 'routerConfig',
required: true
required: false
}],
events: []
}
Expand Down
10 changes: 5 additions & 5 deletions packages/chameleon-linter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-linter",
"version": "0.4.0-alpha.0",
"version": "0.4.0-mvvm.1",
"description": "cml规范校验工具",
"main": "index.js",
"scripts": {
Expand All @@ -24,10 +24,10 @@
"@babel/traverse": "^7.1.4",
"bulk-require": "^1.0.1",
"chalk": "^2.4.1",
"chameleon-tool-utils": "0.4.0-alpha.0",
"cml-component-parser": "0.4.0-alpha.0",
"cml-htmllint": "0.4.0-alpha.0",
"cml-js-parser": "0.4.0-alpha.0",
"chameleon-tool-utils": "0.4.0-mvvm.0",
"cml-component-parser": "0.4.0-mvvm.0",
"cml-htmllint": "0.4.0-mvvm.0",
"cml-js-parser": "0.4.0-mvvm.0",
"commander": "^2.19.0",
"glob": "^7.1.3",
"json-lint": "^0.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/chameleon-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-loader",
"version": "0.4.0-alpha.0",
"version": "0.4.0-mvvm.0",
"description": "chameleon cml文件处理loader",
"main": "src/index.js",
"directories": {
Expand All @@ -18,8 +18,8 @@
"@babel/types": "^7.3.4",
"babel-generator": "6.26.1",
"babel-traverse": "6.26.0",
"chameleon-template-parse": "0.4.0-alpha.0",
"chameleon-tool-utils": "0.4.0-alpha.0",
"chameleon-template-parse": "0.4.0-mvvm.0",
"chameleon-tool-utils": "0.4.0-mvvm.0",
"consolidate": "0.14.0",
"de-indent": "1.0.2",
"fs-extra": "^7.0.1",
Expand All @@ -29,9 +29,9 @@
"jsdom": "11.1.0",
"loader-utils": "1.1.0",
"lru-cache": "4.1.1",
"mvvm-interface-parser": "0.4.0-alpha.0",
"mvvm-interface-parser": "0.4.0-mvvm.0",
"resolve": "1.4.0",
"runtime-check": "0.4.0-alpha.0",
"runtime-check": "0.4.0-mvvm.0",
"source-map": "0.6.1",
"vue-style-loader": "4.0.1",
"xmldom": "0.1.27"
Expand Down Expand Up @@ -81,4 +81,4 @@
"license": "Apache",
"mail": "[email protected]",
"gitHead": "5ddcde4330774710f7646559446e008f7785ce00"
}
}
4 changes: 2 additions & 2 deletions packages/chameleon-miniapp-target/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-miniapp-target",
"version": "0.4.0-alpha.0",
"version": "0.4.0-mvvm.0",
"description": "chameleon 小程序webpack的target",
"main": "src/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"webpack": "^3.12.0"
},
"dependencies": {
"chameleon-tool-utils": "0.4.0-alpha.0"
"chameleon-tool-utils": "0.4.0-mvvm.0"
},
"mail": "[email protected]",
"gitHead": "5ddcde4330774710f7646559446e008f7785ce00"
Expand Down
4 changes: 2 additions & 2 deletions packages/chameleon-mixins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-mixins",
"version": "0.4.0-alpha.0",
"version": "0.4.0-mvvm.0",
"description": "chameleon-mixins",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"license": "Apache",
"devDependencies": {
"chai": "^4.2.0",
"chameleon-css-loader": "0.4.0-alpha.0",
"chameleon-css-loader": "0.4.0-mvvm.0",
"coveralls": "^2.11.9",
"eslint": "^5.9.0",
"gulp": "^3.9.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/chameleon-template-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-template-parse",
"version": "0.4.0-alpha.0",
"version": "0.4.0-mvvm.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -24,9 +24,9 @@
},
"devDependencies": {
"chai": "^4.2.0",
"chameleon-css-loader": "0.4.0-alpha.0",
"chameleon-mixins": "0.4.0-alpha.0",
"chameleon-tool-utils": "0.4.0-alpha.0",
"chameleon-css-loader": "0.4.0-mvvm.0",
"chameleon-mixins": "0.4.0-mvvm.0",
"chameleon-tool-utils": "0.4.0-mvvm.0",
"clean-webpack-plugin": "^0.1.19",
"coveralls": "^2.11.9",
"eslint": "^5.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/chameleon-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chameleon-templates",
"version": "0.4.0-alpha.0",
"version": "0.4.0-mvvm.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/chameleon-templates/project/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/chameleon-templates/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chameleon-bridge": "0.1.2",
"chameleon-runtime": "0.1.4",
"chameleon-store": "0.0.3",
"chameleon-ui-builtin": "^0.2.0",
"chameleon-ui-builtin": "^0.4.0-mvvm.1",
"cml-ui": "0.1.7"
}
}
6 changes: 3 additions & 3 deletions packages/chameleon-templates/todo-demo/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/chameleon-templates/todo-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chameleon-bridge": "0.1.2",
"chameleon-runtime": "0.1.4",
"chameleon-store": "0.0.3",
"chameleon-ui-builtin": "^0.2.0",
"chameleon-ui-builtin": "^0.4.0-mvvm.1",
"cml-ui": "0.1.7"
}
}
2 changes: 1 addition & 1 deletion packages/chameleon-tool-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"test": "mocha --recursive --reporter spec",
"break-test": "./node_modules/.bin/mocha --inspect-brk --recursive --reporter spec"
},
"version": "0.4.0-alpha.0"
"version": "0.4.0-mvvm.0"
}
2 changes: 1 addition & 1 deletion packages/chameleon-tool/chameleon.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env node --inspect-brk
#! /usr/bin/env node
// --inspect-brk

require('./lib/index.js');
Expand Down
Loading

0 comments on commit 1aeeab2

Please sign in to comment.