File tree Expand file tree Collapse file tree 14 files changed +53
-64
lines changed
Expand file tree Collapse file tree 14 files changed +53
-64
lines changed Original file line number Diff line number Diff line change 22
33## Released (2018-06-07)
44
5+ * babel-preset-mcs-lite: 0.3.36 => 0.3.37
6+ * eslint-config-mcs-lite: 0.6.27 => 0.6.28
7+ * mcs-lite-admin-web: 0.2.29 => 0.2.30
8+ * mcs-lite-connect: 0.3.39 => 0.3.40
9+ * mcs-lite-design: 0.2.31 => 0.2.32
10+ * mcs-lite-icon: 0.3.38 => 0.3.39
11+ * mcs-lite-landing-web: 0.1.34 => 0.1.35 (private)
12+ * mcs-lite-mobile-web: 0.4.42 => 0.4.43
13+ * mcs-lite-scripts: 0.3.38 => 0.3.39
14+ * mcs-lite-theme: 0.4.11 => 0.4.12
15+ * mcs-lite-translation: 0.1.36 => 0.1.37
16+ * mcs-lite-ui: 0.8.11 => 0.8.12
17+ * react-intl-inject-hoc: 0.2.39 => 0.2.40
18+
519#### :rocket : New Feature
620
721* ` mcs-lite-ui `
Original file line number Diff line number Diff line change 99 "email" : " evenchange4@gmail.com"
1010 },
1111 "homepage" : " https://github.com/MCS-Lite/mcs-lite#readme" ,
12- "files" : [
13- " index.js"
14- ],
12+ "files" : [" index.js" ],
1513 "main" : " index.js" ,
1614 "license" : " MIT" ,
1715 "scripts" : {
Original file line number Diff line number Diff line change 99 "email" : " evenchange4@gmail.com"
1010 },
1111 "homepage" : " https://github.com/MCS-Lite/mcs-lite#readme" ,
12- "files" : [
13- " index.js"
14- ],
12+ "files" : [" index.js" ],
1513 "main" : " index.js" ,
1614 "license" : " MIT" ,
1715 "scripts" : {
Original file line number Diff line number Diff line change 1010 },
1111 "license" : " MIT" ,
1212 "homepage" : " http://localhost:3002/admin" ,
13- "files" : [
14- " build"
15- ],
13+ "files" : [" build" ],
1614 "proxy" : {
1715 "/api" : {
1816 "target" : " http://localhost:3002"
2321 },
2422 "scripts" : {
2523 "start" : " react-scripts start" ,
26- "build" : " REACT_APP_VERSION=$(node -pe 'require(\" ./package.json\" ).version') react-scripts build" ,
24+ "build" :
25+ " REACT_APP_VERSION=$(node -pe 'require(\" ./package.json\" ).version') react-scripts build" ,
2726 "test" : " CI=true react-scripts test --env=jsdom --coverage --runInBand" ,
2827 "test:watch" : " react-scripts test --env=jsdom" ,
29- "extract:messages" : " react-intl-cra 'src/**/*.js' -o '../mcs-lite-translation/src/mcs-lite-admin-web/messages.json'" ,
30- "extract:pot" : " react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-admin-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-admin-web/messages.pot'" ,
28+ "extract:messages" :
29+ " react-intl-cra 'src/**/*.js' -o '../mcs-lite-translation/src/mcs-lite-admin-web/messages.json'" ,
30+ "extract:pot" :
31+ " react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-admin-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-admin-web/messages.pot'" ,
3132 "prepack" : " npm run build"
3233 },
3334 "devDependencies" : {
5253 "raf" : " 3.4.0" ,
5354 "ramda" : " 0.25.0" ,
5455 "react" : " 16.3.2" ,
55- "react-codemirror" : " git://github.com/skidding/react-codemirror.git#106-fix-update" ,
56+ "react-codemirror" :
57+ " git://github.com/skidding/react-codemirror.git#106-fix-update" ,
5658 "react-dom" : " 16.3.2" ,
5759 "react-helmet" : " 5.2.0" ,
5860 "react-intl" : " 2.4.0" ,
Original file line number Diff line number Diff line change 99 "email" : " evenchange4@gmail.com"
1010 },
1111 "homepage" : " https://github.com/MCS-Lite/mcs-lite#readme" ,
12- "files" : [
13- " lib"
14- ],
12+ "files" : [" lib" ],
1513 "main" : " lib/index.js" ,
1614 "scripts" : {
1715 "clean" : " rm -rf lib" ,
3230 "websocket" : " ^1.0.25"
3331 },
3432 "babel" : {
35- "presets" : [
36- " mcs-lite"
37- ]
33+ "presets" : [" mcs-lite" ]
3834 }
3935}
Original file line number Diff line number Diff line change 99 "email" : " evenchange4@gmail.com"
1010 },
1111 "homepage" : " https://github.com/MCS-Lite/mcs-lite#readme" ,
12- "files" : [
13- " lib"
14- ],
12+ "files" : [" lib" ],
1513 "scripts" : {
1614 "clean" : " rm -rf lib" ,
1715 "prebuild" : " npm run clean && mkdir -p lib/icon" ,
18- "compress:svg" : " svgo src/icon/*.svg -o 'lib/icon' --pretty --multipass --indent=2 --quiet" ,
16+ "compress:svg" :
17+ " svgo src/icon/*.svg -o 'lib/icon' --pretty --multipass --indent=2 --quiet" ,
1918 "build" : " npm run compress:svg" ,
2019 "test" : " echo 'no'"
2120 },
Original file line number Diff line number Diff line change 99 "email" : " evenchange4@gmail.com"
1010 },
1111 "homepage" : " https://github.com/MCS-Lite/mcs-lite#readme" ,
12- "files" : [
13- " lib"
14- ],
12+ "files" : [" lib" ],
1513 "main" : " lib/index.js" ,
1614 "scripts" : {
1715 "clean" : " rm -rf lib" ,
Original file line number Diff line number Diff line change 1616 "build:netlify" : " REACT_APP_GA_ID='UA-58128356-6' npm run build" ,
1717 "test" : " CI=true react-scripts test --env=jsdom --coverage --runInBand" ,
1818 "test:watch" : " react-scripts test --env=jsdom" ,
19- "extract:messages" : " react-intl-cra 'src/**/*.js' -o '../mcs-lite-translation/src/mcs-lite-landing-web/messages.json'" ,
20- "extract:pot" : " react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-landing-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-landing-web/messages.pot'"
19+ "extract:messages" :
20+ " react-intl-cra 'src/**/*.js' -o '../mcs-lite-translation/src/mcs-lite-landing-web/messages.json'" ,
21+ "extract:pot" :
22+ " react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-landing-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-landing-web/messages.pot'"
2123 },
2224 "reactSnap" : {
2325 "inlineCss" : false ,
Original file line number Diff line number Diff line change 1010 },
1111 "license" : " MIT" ,
1212 "homepage" : " http://localhost:3000/mobile" ,
13- "files" : [
14- " build"
15- ],
13+ "files" : [" build" ],
1614 "proxy" : {
1715 "/api" : {
1816 "target" : " http://localhost:3000"
2321 },
2422 "scripts" : {
2523 "start" : " react-scripts start" ,
26- "build" : " REACT_APP_VERSION=$(node -pe 'require(\" ./package.json\" ).version') react-scripts build" ,
24+ "build" :
25+ " REACT_APP_VERSION=$(node -pe 'require(\" ./package.json\" ).version') react-scripts build" ,
2726 "test" : " CI=true react-scripts test --env=jsdom --coverage --runInBand" ,
2827 "test:watch" : " react-scripts test --env=jsdom" ,
29- "extract:messages" : " react-intl-cra 'src/**/*.js' -o '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.json'" ,
30- "extract:pot" : " react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.pot'" ,
28+ "extract:messages" :
29+ " react-intl-cra 'src/**/*.js' -o '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.json'" ,
30+ "extract:pot" :
31+ " react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.pot'" ,
3132 "prepack" : " npm run build"
3233 },
3334 "devDependencies" : {
Original file line number Diff line number Diff line change 99 "email" : " evenchange4@gmail.com"
1010 },
1111 "homepage" : " https://github.com/MCS-Lite/mcs-lite#readme" ,
12- "files" : [
13- " lib" ,
14- " bin"
15- ],
12+ "files" : [" lib" , " bin" ],
1613 "license" : " MIT" ,
1714 "bin" : {
1815 "exports-all" : " bin/exports-all.js" ,
3936 "babel-cli" : " 6.26.0"
4037 },
4138 "babel" : {
42- "presets" : [
43- " mcs-lite"
44- ]
39+ "presets" : [" mcs-lite" ]
4540 }
4641}
You can’t perform that action at this time.
0 commit comments