Skip to content

Commit cf29e8f

Browse files
committed
chore(release): v5.3.0
1 parent 4c454e2 commit cf29e8f

File tree

12 files changed

+182
-10
lines changed

12 files changed

+182
-10
lines changed

CHANGELOG.md

+85
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,91 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
691
## 5.2.2 (2019-12-10)
792

893

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.19.0",
3-
"version": "5.2.2",
3+
"version": "5.3.0",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/kkt-loader-less/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
626
## 5.2.2 (2019-12-10)
727

828

packages/kkt-loader-less/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/loader-less",
3-
"version": "5.2.2",
3+
"version": "5.3.0",
44
"description": "A Less loader for KKT. Compiles Less to CSS.",
55
"main": "lib/index.js",
66
"keywords": [
@@ -34,6 +34,6 @@
3434
"less-loader": "^5.0.0"
3535
},
3636
"devDependencies": {
37-
"kkt": "^5.2.2"
37+
"kkt": "5.3.0"
3838
}
3939
}

packages/kkt-loader-scss/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
626
## 5.2.2 (2019-12-10)
727

828

packages/kkt-loader-scss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/loader-scss",
3-
"version": "5.2.2",
3+
"version": "5.3.0",
44
"description": "A SCSS loader for KKT. Compiles Less to CSS.",
55
"main": "lib/index.js",
66
"engines": {
@@ -40,6 +40,6 @@
4040
"sass-loader": "^8.0.0"
4141
},
4242
"devDependencies": {
43-
"kkt": "^5.2.2"
43+
"kkt": "5.3.0"
4444
}
4545
}

packages/kkt-loader-stylus/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
626
## 5.2.2 (2019-12-10)
727

828

packages/kkt-loader-stylus/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/loader-stylus",
3-
"version": "5.2.2",
3+
"version": "5.3.0",
44
"description": "A SCSS loader for KKT. Compiles Less to CSS.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -36,6 +36,6 @@
3636
"stylus-loader": "^3.0.2"
3737
},
3838
"devDependencies": {
39-
"kkt": "^5.2.2"
39+
"kkt": "5.3.0"
4040
}
4141
}
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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))

packages/kkt-plugin-bundle/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kkt/plugin-bundle",
3-
"version": "5.2.2",
3+
"version": "5.3.0",
44
"description": "A Less loader for KKT. Compiles Less to CSS.",
55
"main": "lib/index.js",
66
"keywords": [
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@types/mini-css-extract-plugin": "^0.9.0",
35-
"kkt": "^5.2.2",
35+
"kkt": "5.3.0",
3636
"mini-css-extract-plugin": "^0.9.0"
3737
}
3838
}

packages/kkt/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
622
## 5.2.2 (2019-12-10)
723

824

packages/kkt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kkt",
3-
"version": "5.2.2",
3+
"version": "5.3.0",
44
"description": "Create React apps with no build configuration, Cli tool for creating react apps.",
55
"author": "Kenny Wong <[email protected]> (https://github.com/jaywcjlove)",
66
"scripts": {

0 commit comments

Comments
 (0)