Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @aktiv/cli@0.2.0
 - @aktiv/launcher@1.2.0
  • Loading branch information
孙博浩 committed Jan 3, 2022
1 parent 53c8ce4 commit 092ebc3
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 4 deletions.
38 changes: 38 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2022-01-03)


### Bug Fixes

* 忽略template 检查 ([36335f0](https://github.com/myNameIsDu/aktiv/commit/36335f0a4e006747689a32b9a18550d10de64f77))
* 删除styleloaders快照,改为matchObject ([6b0c479](https://github.com/myNameIsDu/aktiv/commit/6b0c4794fb4e073e35dfe9cdd750cbf6ca1810a5))
* 修复错别字,变量名C:未浏览器 => 为浏览器,useEntry => useSentry ([1a82552](https://github.com/myNameIsDu/aktiv/commit/1a82552de209e76cef50508db465942934470b13))
* 修复dev sigs 类型问题 ([a34d39c](https://github.com/myNameIsDu/aktiv/commit/a34d39cc37da4b3e973b283f7abacb3cf03ad263))
* 修复lint ([fd8b8ff](https://github.com/myNameIsDu/aktiv/commit/fd8b8ff0f248a4cddbf5a81ecd39fa59be0beafe))
* 修复template注释 ([57c231f](https://github.com/myNameIsDu/aktiv/commit/57c231fa3b048ff5e3739d1aac5ebd0f4f703ae7))
* 修改所有throw error统一处理 ([c58b3a0](https://github.com/myNameIsDu/aktiv/commit/c58b3a0526d8f0747d91d0910b8a41c1a9222aa4))
* 修改注释: 删除注释,默认会提取 => Remove the comment as it is extracted by default ([fc65caf](https://github.com/myNameIsDu/aktiv/commit/fc65caf58c6653c38d2e61e17893b4576ac6acfa))
* 增加less-loader less 依赖 ([d11af4b](https://github.com/myNameIsDu/aktiv/commit/d11af4b8a1603bfa69a313c5b61d2ac44e70f057))
* babel/transform-runtime 增加absoluteRuntime ([06fd3a1](https://github.com/myNameIsDu/aktiv/commit/06fd3a1e8ce7e9bcc063d9d73b1e33913301d200))
* **babel:** 修复babel相关 ([8db5a68](https://github.com/myNameIsDu/aktiv/commit/8db5a68c62970c754408aed4d6f779cfae4cca4c))
* cli 增加eslintignore 忽略template ([5e4e6d6](https://github.com/myNameIsDu/aktiv/commit/5e4e6d699adfbf1dcd9fee208aa4a53c60541365))
* **cli:** 修复CopyPlugin to 为相对路径 ([4b37d09](https://github.com/myNameIsDu/aktiv/commit/4b37d09ab2faefd35a922222ecdb1411c9f0572d))
* fix lint ([dcc5e24](https://github.com/myNameIsDu/aktiv/commit/dcc5e24faf6e3127ef5725b4e6c0ed17919fc10e))
* reslove 增加默认指向当前node_modules,删除resloveloader默认指向当前node_modules ([8144528](https://github.com/myNameIsDu/aktiv/commit/814452812a2a7e703f4fd963193c81752328d934))
* template 增加依赖 ([cb9ce3c](https://github.com/myNameIsDu/aktiv/commit/cb9ce3c85cf878524be40bfec3ca79cf4d37f2f8))


### Features

* 抽离target,env,preset 全部由config导出,删除由env的判断,改为由preset判断 ([797d9f9](https://github.com/myNameIsDu/aktiv/commit/797d9f99286bed988347feaf5c95e99dbf596c91))
* 更改context 为workDir,修改所以loader为绝对路径 ([2327592](https://github.com/myNameIsDu/aktiv/commit/23275929031ddd110e0d4c5cf73669742ad7d413))
* 加入init ([087ac33](https://github.com/myNameIsDu/aktiv/commit/087ac33c92025141bdbbfd1b28e699a880a289ff))
* 修改performance 为pro是 warning ([58cd0f5](https://github.com/myNameIsDu/aktiv/commit/58cd0f508060eef3ffbfd592bd9d4a2ad3973ef4))
* 增加cli ([b28632d](https://github.com/myNameIsDu/aktiv/commit/b28632de294d0bb6082ce2ebd873c750df350ed7))
* ak dev command add example ([11007c4](https://github.com/myNameIsDu/aktiv/commit/11007c4c21a126236be555e09c488f567e4b8788))
* ak init command 增加自动install + git init ([2dfbcb9](https://github.com/myNameIsDu/aktiv/commit/2dfbcb96c1bbc64d86d6b60c0088c7fc5f92c68a))
* cli 增加dev command ([9103758](https://github.com/myNameIsDu/aktiv/commit/9103758f0ca8f2428db24dc558cbe31b57b71ec6))





# 0.1.0 (2022-01-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.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/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aktiv/cli",
"version": "0.1.0",
"version": "0.2.0",
"description": "Command line interface for quick generic configuration generation",
"bin": {
"ak": "./bin/ak.js"
Expand Down
35 changes: 35 additions & 0 deletions packages/launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/myNameIsDu/aktiv/compare/@aktiv/launcher@1.0.5...@aktiv/launcher@1.2.0) (2022-01-03)


### Bug Fixes

* 删除 launcher script test jest's 参数 updateSnapshot ([aebf6a6](https://github.com/myNameIsDu/aktiv/commit/aebf6a6c1cc64510a367666666b556d35a1f910b))
* 修复withRouter类型,删除match,合并导出 ([4fa85ee](https://github.com/myNameIsDu/aktiv/commit/4fa85ee2278b3c695281bc192b96269f0370c1ed))
* del withRouter's test with useQuery ([1d96862](https://github.com/myNameIsDu/aktiv/commit/1d96862132b2f00fbecd9b83d684b3a38172ec29))
* fix declare file not found ([ae8daec](https://github.com/myNameIsDu/aktiv/commit/ae8daece1267709aeb72d498f6e6ffc058c0e0ea))
* fix file not found ([091d7ef](https://github.com/myNameIsDu/aktiv/commit/091d7ef386ae0031c4fb4e1ab7bc9bf00c966e81))
* fix lint ([dcc5e24](https://github.com/myNameIsDu/aktiv/commit/dcc5e24faf6e3127ef5725b4e6c0ed17919fc10e))
* fix withRouter history can't find context bug ([9306895](https://github.com/myNameIsDu/aktiv/commit/9306895d0ece59f0598be14bf8c2a0e49076b9b9))
* handle conflict ([4c64415](https://github.com/myNameIsDu/aktiv/commit/4c6441599597067f8bea69ea6990b8d24b86dd11))
* **launcher:** @types/kind-of 为dev依赖 ([10af0a7](https://github.com/myNameIsDu/aktiv/commit/10af0a7981fdc624e7d1de9f5deeb8406435ddd0))
* update package's script test command with --updateSnapshot to update snapshot ([3c89f0a](https://github.com/myNameIsDu/aktiv/commit/3c89f0a1af13eb5d7a40285ab74d21fbb5568e8e))


### Features

* 介入文档 ([68538ba](https://github.com/myNameIsDu/aktiv/commit/68538baaa911cbacc00022c49842868c946a06b0))
* 删除相对路径&升级 react-router 包版本 ([bcf760f](https://github.com/myNameIsDu/aktiv/commit/bcf760ff71e2a994d6a33f265cf9fce387d7a82e))
* 增加cli ([b28632d](https://github.com/myNameIsDu/aktiv/commit/b28632de294d0bb6082ce2ebd873c750df350ed7))
* add query params for withRouter and add some test ([d33785e](https://github.com/myNameIsDu/aktiv/commit/d33785e11e9064714410d1466265f7db810aa59a))
* add withRouter hoc for classic component & test: add some tests for withRouter ([3eac16e](https://github.com/myNameIsDu/aktiv/commit/3eac16eeac0484dfaa16ed163d29e73fb867c378))
* discard useQuery, anyone can use useSearchParams ([0a016f5](https://github.com/myNameIsDu/aktiv/commit/0a016f5757271e2ddbdf9ad1bf050dd0aabd54cc))


### Performance Improvements

* withRouter add ref forward ([822573f](https://github.com/myNameIsDu/aktiv/commit/822573f48c8d7b4818452291777a95abffc69403))





# [1.1.0](https://github.com/myNameIsDu/aktiv/compare/@aktiv/launcher@1.0.5...@aktiv/launcher@1.1.0) (2022-01-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/launcher/package-lock.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/launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aktiv/launcher",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down

0 comments on commit 092ebc3

Please sign in to comment.