Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
chore(release): v5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 19, 2020
1 parent cbe0a3e commit 29c8342
Show file tree
Hide file tree
Showing 38 changed files with 531 additions and 44 deletions.
129 changes: 129 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,135 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.5.1 (2020-02-19)



# 5.5.0 (2020-02-18)


### Bug Fixes

* **@kkt/plugin-bundle:** Fix typescript type errors. ([c7b2944](https://github.com/kktjs/kkt-next/commit/c7b29449f3d40bfbc0d3db585fddae1b8da15411))



## 5.4.3 (2020-02-14)


### Bug Fixes

* Fix npm WARN. ([9e2f89f](https://github.com/kktjs/kkt-next/commit/9e2f89fbbd975c1e2343b3e862b1a20980494dd4))


### Features

* **@kkt/config-loader:** Add a new package. ([d390946](https://github.com/kktjs/kkt-next/commit/d39094683edd64ad793a9815c8443beda9fa6405))



## 5.4.2 (2020-02-14)


### Features

* Support mocker-api. ([e176a7d](https://github.com/kktjs/kkt-next/commit/e176a7dd061639d5a6c7970d06c4d3a61f078f62))



## 5.4.1 (2020-02-13)



# 5.4.0 (2020-02-12)



# 5.3.0 (2020-01-02)


### Features

* Add @kkt/plugin-bundle plugin. ([4c454e2](https://github.com/kktjs/kkt-next/commit/4c454e2d80075b21b732f2cea7c4a10d4766a57c))



## 5.2.2 (2019-12-10)



## 5.2.1 (2019-12-10)


### Bug Fixes

* Remove private in package.json ([65e0e44](https://github.com/kktjs/kkt-next/commit/65e0e44d976f563fc243c267068a996af65b292c))



# 5.2.0 (2019-12-10)



# 5.1.0 (2019-12-09)


### Features

* Add eslint for webpack config. ([a8b194f](https://github.com/kktjs/kkt-next/commit/a8b194f179ac9c1704d5eb6c93d53e772dbdfd4b))



## 5.0.4 (2019-11-29)



## 5.0.3 (2019-11-29)



## 5.0.2 (2019-11-29)



# 5.0.0 (2019-11-29)



# 5.0.0-alpha.12 (2019-11-24)


### Bug Fixes

* Fix moduleScopePluginOpts optiosn issue. ([ef85254](https://github.com/kktjs/kkt-next/commit/ef8525442381f6425a19d9d3aa7a8dfb4c4e1df4))



# 5.0.0-alpha.11 (2019-11-14)


### Features

* kktrc add config options moduleScopePluginOpts. ([5bd27cd](https://github.com/kktjs/kkt-next/commit/5bd27cd196685414e2e4fa7d597530ebc58bbad5))



# 5.0.0-alpha.10 (2019-11-13)


### Features

* Add APPSRC to the environment variable. ([b2172d6](https://github.com/kktjs/kkt-next/commit/b2172d6117dc542e1efe13768ea93b25ee3aa21d))
* Add stylus/less/scss loader package. ([13d280d](https://github.com/kktjs/kkt-next/commit/13d280d5fb01585e85f5e8a7f44d63bf36998bb4))
* Build command to add checkRequiredFiles option. ([3c02827](https://github.com/kktjs/kkt-next/commit/3c02827f2828099911de04faabbb212150701369))
* Modify webpack config. ([f00230d](https://github.com/kktjs/kkt-next/commit/f00230d9f7383a7594b47eeb640f1bd0eb4723f3))
* **Example:** Add electron example. ([b486a96](https://github.com/kktjs/kkt-next/commit/b486a961017f416f431bc4764efe762bc8499927))
* Support custom loader. ([f722667](https://github.com/kktjs/kkt-next/commit/f722667e886cf773f935cf58036042c9ae2448d2))





# 5.5.0 (2020-02-18)


Expand Down
12 changes: 12 additions & 0 deletions example/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.5.1 (2020-02-19)



# 5.5.0 (2020-02-18)

**Note:** Version bump only for package @kkt/template-basic





# 5.5.0 (2020-02-18)

**Note:** Version bump only for package @kkt/template-basic
4 changes: 2 additions & 2 deletions example/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/template-basic",
"version": "5.5.0",
"version": "5.5.1",
"description": "The react base application.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -36,6 +36,6 @@
]
},
"devDependencies": {
"kkt": "5.5.0"
"kkt": "5.5.1"
}
}
12 changes: 12 additions & 0 deletions example/bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.5.1 (2020-02-19)



# 5.5.0 (2020-02-18)

**Note:** Version bump only for package @kkt/template-bundle





# 5.5.0 (2020-02-18)

**Note:** Version bump only for package @kkt/template-bundle
6 changes: 3 additions & 3 deletions example/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/template-bundle",
"version": "5.5.0",
"version": "5.5.1",
"description": "",
"private": true,
"scripts": {
Expand All @@ -24,8 +24,8 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"@kkt/loader-less": "5.5.0",
"kkt": "5.5.0"
"@kkt/loader-less": "5.5.1",
"kkt": "5.5.1"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
15 changes: 15 additions & 0 deletions example/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.5.1 (2020-02-19)



# 5.5.0 (2020-02-18)


### Features

* **Example:** Add electron example. ([b486a96](https://github.com/kktjs/kkt-next/commit/b486a961017f416f431bc4764efe762bc8499927))





# 5.5.0 (2020-02-18)


Expand Down
4 changes: 2 additions & 2 deletions example/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/template-electron",
"version": "5.5.0",
"version": "5.5.1",
"description": "Electron example.",
"main": "app/main.js",
"private": true,
Expand All @@ -24,7 +24,7 @@
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"electron": "^6.1.5",
"kkt": "5.5.0"
"kkt": "5.5.1"
},
"dependencies": {
"react": "^16.12.0",
Expand Down
12 changes: 12 additions & 0 deletions example/less/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.5.1 (2020-02-19)



# 5.5.0 (2020-02-18)

**Note:** Version bump only for package @uiw/template-less





# 5.5.0 (2020-02-18)

**Note:** Version bump only for package @uiw/template-less
6 changes: 3 additions & 3 deletions example/less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/template-less",
"version": "5.5.0",
"version": "5.5.1",
"description": "",
"private": true,
"scripts": {
Expand All @@ -18,8 +18,8 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"@kkt/loader-less": "5.5.0",
"kkt": "5.5.0"
"@kkt/loader-less": "5.5.1",
"kkt": "5.5.1"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
12 changes: 12 additions & 0 deletions example/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.5.1 (2020-02-19)



# 5.5.0 (2020-02-18)

**Note:** Version bump only for package @kkt/template-markdown





# 5.5.0 (2020-02-18)

**Note:** Version bump only for package @kkt/template-markdown
4 changes: 2 additions & 2 deletions example/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/template-markdown",
"version": "5.5.0",
"version": "5.5.1",
"description": "",
"private": true,
"scripts": {
Expand All @@ -18,7 +18,7 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"kkt": "5.5.0",
"kkt": "5.5.1",
"raw-loader": "^1.0.0"
},
"eslintConfig": {
Expand Down
16 changes: 16 additions & 0 deletions example/react-component-tsx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.5.1 (2020-02-19)



# 5.5.0 (2020-02-18)



# 5.0.0-alpha.10 (2019-11-13)

**Note:** Version bump only for package @kkt/template-react-component-tsx





# 5.5.0 (2020-02-18)


Expand Down
6 changes: 3 additions & 3 deletions example/react-component-tsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kkt/template-react-component-tsx",
"version": "5.5.0",
"version": "5.5.1",
"description": "React Component Example for TypeScript.",
"private": true,
"main": "lib/cjs/index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"@kkt/loader-less": "5.5.0",
"@kkt/loader-less": "5.5.1",
"@types/classnames": "^2.2.9",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"compile-less-cli": "^1.1.5",
"kkt": "5.5.0",
"kkt": "5.5.1",
"raw-loader": "^3.1.0",
"tsbb": "^1.3.5"
},
Expand Down
12 changes: 12 additions & 0 deletions example/react-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.5.1 (2020-02-19)



# 5.5.0 (2020-02-18)

**Note:** Version bump only for package @kkt/template-react-component





# 5.5.0 (2020-02-18)

**Note:** Version bump only for package @kkt/template-react-component
Loading

0 comments on commit 29c8342

Please sign in to comment.