File tree 12 files changed +182
-10
lines changed
12 files changed +182
-10
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # 5.3.0 (2020-01-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * Add @kkt/plugin-bundle plugin. ([ 4c454e2] ( https://github.com/kktjs/kkt-next/commit/4c454e2d80075b21b732f2cea7c4a10d4766a57c ) )
12
+
13
+
14
+
15
+ ## 5.2.2 (2019-12-10)
16
+
17
+
18
+
19
+ ## 5.2.1 (2019-12-10)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * Remove private in package.json ([ 65e0e44] ( https://github.com/kktjs/kkt-next/commit/65e0e44d976f563fc243c267068a996af65b292c ) )
25
+
26
+
27
+
28
+ # 5.2.0 (2019-12-10)
29
+
30
+
31
+
32
+ # 5.1.0 (2019-12-09)
33
+
34
+
35
+ ### Features
36
+
37
+ * Add eslint for webpack config. ([ a8b194f] ( https://github.com/kktjs/kkt-next/commit/a8b194f179ac9c1704d5eb6c93d53e772dbdfd4b ) )
38
+
39
+
40
+
41
+ ## 5.0.4 (2019-11-29)
42
+
43
+
44
+
45
+ ## 5.0.3 (2019-11-29)
46
+
47
+
48
+
49
+ ## 5.0.2 (2019-11-29)
50
+
51
+
52
+
53
+ # 5.0.0 (2019-11-29)
54
+
55
+
56
+
57
+ # 5.0.0-alpha.12 (2019-11-24)
58
+
59
+
60
+ ### Bug Fixes
61
+
62
+ * Fix moduleScopePluginOpts optiosn issue. ([ ef85254] ( https://github.com/kktjs/kkt-next/commit/ef8525442381f6425a19d9d3aa7a8dfb4c4e1df4 ) )
63
+
64
+
65
+
66
+ # 5.0.0-alpha.11 (2019-11-14)
67
+
68
+
69
+ ### Features
70
+
71
+ * kktrc add config options moduleScopePluginOpts. ([ 5bd27cd] ( https://github.com/kktjs/kkt-next/commit/5bd27cd196685414e2e4fa7d597530ebc58bbad5 ) )
72
+
73
+
74
+
75
+ # 5.0.0-alpha.10 (2019-11-13)
76
+
77
+
78
+ ### Features
79
+
80
+ * Add APPSRC to the environment variable. ([ b2172d6] ( https://github.com/kktjs/kkt-next/commit/b2172d6117dc542e1efe13768ea93b25ee3aa21d ) )
81
+ * Add stylus/less/scss loader package. ([ 13d280d] ( https://github.com/kktjs/kkt-next/commit/13d280d5fb01585e85f5e8a7f44d63bf36998bb4 ) )
82
+ * Build command to add checkRequiredFiles option. ([ 3c02827] ( https://github.com/kktjs/kkt-next/commit/3c02827f2828099911de04faabbb212150701369 ) )
83
+ * Modify webpack config. ([ f00230d] ( https://github.com/kktjs/kkt-next/commit/f00230d9f7383a7594b47eeb640f1bd0eb4723f3 ) )
84
+ * ** Example:** Add electron example. ([ b486a96] ( https://github.com/kktjs/kkt-next/commit/b486a961017f416f431bc4764efe762bc8499927 ) )
85
+ * Support custom loader. ([ f722667] ( https://github.com/kktjs/kkt-next/commit/f722667e886cf773f935cf58036042c9ae2448d2 ) )
86
+
87
+
88
+
89
+
90
+
6
91
## 5.2.2 (2019-12-10)
7
92
8
93
Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 3.19.0" ,
3
- "version" : " 5.2.2 " ,
3
+ "version" : " 5.3.0 " ,
4
4
"npmClient" : " yarn" ,
5
5
"packages" : [
6
6
" packages/*"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # 5.3.0 (2020-01-02)
7
+
8
+
9
+
10
+ ## 5.2.2 (2019-12-10)
11
+
12
+
13
+
14
+ ## 5.2.1 (2019-12-10)
15
+
16
+
17
+
18
+ # 5.2.0 (2019-12-10)
19
+
20
+ ** Note:** Version bump only for package @kkt/loader-less
21
+
22
+
23
+
24
+
25
+
6
26
## 5.2.2 (2019-12-10)
7
27
8
28
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kkt/loader-less" ,
3
- "version" : " 5.2.2 " ,
3
+ "version" : " 5.3.0 " ,
4
4
"description" : " A Less loader for KKT. Compiles Less to CSS." ,
5
5
"main" : " lib/index.js" ,
6
6
"keywords" : [
34
34
"less-loader" : " ^5.0.0"
35
35
},
36
36
"devDependencies" : {
37
- "kkt" : " ^5.2.2 "
37
+ "kkt" : " 5.3.0 "
38
38
}
39
39
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # 5.3.0 (2020-01-02)
7
+
8
+
9
+
10
+ ## 5.2.2 (2019-12-10)
11
+
12
+
13
+
14
+ ## 5.2.1 (2019-12-10)
15
+
16
+
17
+
18
+ # 5.2.0 (2019-12-10)
19
+
20
+ ** Note:** Version bump only for package @kkt/loader-scss
21
+
22
+
23
+
24
+
25
+
6
26
## 5.2.2 (2019-12-10)
7
27
8
28
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kkt/loader-scss" ,
3
- "version" : " 5.2.2 " ,
3
+ "version" : " 5.3.0 " ,
4
4
"description" : " A SCSS loader for KKT. Compiles Less to CSS." ,
5
5
"main" : " lib/index.js" ,
6
6
"engines" : {
40
40
"sass-loader" : " ^8.0.0"
41
41
},
42
42
"devDependencies" : {
43
- "kkt" : " ^5.2.2 "
43
+ "kkt" : " 5.3.0 "
44
44
}
45
45
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # 5.3.0 (2020-01-02)
7
+
8
+
9
+
10
+ ## 5.2.2 (2019-12-10)
11
+
12
+
13
+
14
+ ## 5.2.1 (2019-12-10)
15
+
16
+
17
+
18
+ # 5.2.0 (2019-12-10)
19
+
20
+ ** Note:** Version bump only for package @kkt/loader-stylus
21
+
22
+
23
+
24
+
25
+
6
26
## 5.2.2 (2019-12-10)
7
27
8
28
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kkt/loader-stylus" ,
3
- "version" : " 5.2.2 " ,
3
+ "version" : " 5.3.0 " ,
4
4
"description" : " A SCSS loader for KKT. Compiles Less to CSS." ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
36
36
"stylus-loader" : " ^3.0.2"
37
37
},
38
38
"devDependencies" : {
39
- "kkt" : " ^5.2.2 "
39
+ "kkt" : " 5.3.0 "
40
40
}
41
41
}
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ # 5.3.0 (2020-01-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * Add @kkt/plugin-bundle plugin. ([ 4c454e2] ( https://github.com/kktjs/kkt-next/tree/master/packages/kkt-plugin-bundle/commit/4c454e2d80075b21b732f2cea7c4a10d4766a57c ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kkt/plugin-bundle" ,
3
- "version" : " 5.2.2 " ,
3
+ "version" : " 5.3.0 " ,
4
4
"description" : " A Less loader for KKT. Compiles Less to CSS." ,
5
5
"main" : " lib/index.js" ,
6
6
"keywords" : [
32
32
},
33
33
"devDependencies" : {
34
34
"@types/mini-css-extract-plugin" : " ^0.9.0" ,
35
- "kkt" : " ^5.2.2 " ,
35
+ "kkt" : " 5.3.0 " ,
36
36
"mini-css-extract-plugin" : " ^0.9.0"
37
37
}
38
38
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # 5.3.0 (2020-01-02)
7
+
8
+
9
+
10
+ ## 5.2.2 (2019-12-10)
11
+
12
+
13
+
14
+ # 5.2.0 (2019-12-10)
15
+
16
+ ** Note:** Version bump only for package kkt
17
+
18
+
19
+
20
+
21
+
6
22
## 5.2.2 (2019-12-10)
7
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kkt" ,
3
- "version" : " 5.2.2 " ,
3
+ "version" : " 5.3.0 " ,
4
4
"description" : " Create React apps with no build configuration, Cli tool for creating react apps." ,
5
5
"author" :
" Kenny Wong <[email protected] > (https://github.com/jaywcjlove)" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments