Skip to content

Commit 3e2582e

Browse files
committed
chore(release): 0.0.5
1 parent 9551889 commit 3e2582e

File tree

27 files changed

+207
-35
lines changed

27 files changed

+207
-35
lines changed

.changeset/real-steaks-drop.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

packages/babel-preset-react/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @kmijs/babel-preset-react
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [`9551889`](https://github.com/kmijs/kmi/commit/955188907d2e6d037c4b319a943bdb8baadbd67d) Thanks [@xierenyuan](https://github.com/xierenyuan)! -  
8+
9+
### ✨ 新功能
10+
11+
- add clean option to clear output path before bundling ([#30](https://github.com/kmijs/kmi/issues/30)) ([5b78029](https://github.com/kmijs/kmi/commit/5b78029afb6ae7f0a87583e546ca5faa3e3fed7a))
12+
- enable native watcher for rspack bundler
13+
14+
- Updated dependencies [[`9551889`](https://github.com/kmijs/kmi/commit/955188907d2e6d037c4b319a943bdb8baadbd67d)]:
15+
- @kmijs/bundler-compiled@0.0.5
16+
- @kmijs/shared@0.0.5
17+
318
## 0.0.4
419

520
### Patch Changes

packages/babel-preset-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kmijs/babel-preset-react",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "@kmijs/babel-preset-react",
55
"keywords": [],
66
"repository": {

packages/bundler-compiled/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @kmijs/bundler-compiled
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [`9551889`](https://github.com/kmijs/kmi/commit/955188907d2e6d037c4b319a943bdb8baadbd67d) Thanks [@xierenyuan](https://github.com/xierenyuan)! -  
8+
9+
### ✨ 新功能
10+
11+
- add clean option to clear output path before bundling ([#30](https://github.com/kmijs/kmi/issues/30)) ([5b78029](https://github.com/kmijs/kmi/commit/5b78029afb6ae7f0a87583e546ca5faa3e3fed7a))
12+
- enable native watcher for rspack bundler
13+
14+
- Updated dependencies [[`9551889`](https://github.com/kmijs/kmi/commit/955188907d2e6d037c4b319a943bdb8baadbd67d)]:
15+
- @kmijs/bundler-shared@0.0.5
16+
- @kmijs/shared@0.0.5
17+
318
## 0.0.4
419

520
### Patch Changes

packages/bundler-compiled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kmijs/bundler-compiled",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "@kmijs/bundler-compiled 预打包 babel 等三方依赖",
55
"keywords": [],
66
"repository": {

packages/bundler-rspack/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @kmijs/bundler-rspack
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [`9551889`](https://github.com/kmijs/kmi/commit/955188907d2e6d037c4b319a943bdb8baadbd67d) Thanks [@xierenyuan](https://github.com/xierenyuan)! -  
8+
9+
### ✨ 新功能
10+
11+
- add clean option to clear output path before bundling ([#30](https://github.com/kmijs/kmi/issues/30)) ([5b78029](https://github.com/kmijs/kmi/commit/5b78029afb6ae7f0a87583e546ca5faa3e3fed7a))
12+
- enable native watcher for rspack bundler
13+
14+
- Updated dependencies [[`9551889`](https://github.com/kmijs/kmi/commit/955188907d2e6d037c4b319a943bdb8baadbd67d)]:
15+
- @kmijs/bundler-compiled@0.0.5
16+
- @kmijs/bundler-shared@0.0.5
17+
- @kmijs/bundler-shared-config@0.0.5
18+
- @kmijs/shared@0.0.5
19+
320
## 0.0.4
421

522
### Patch Changes

packages/bundler-rspack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kmijs/bundler-rspack",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Kmi supports rspack bundling",
55
"keywords": [],
66
"repository": {

packages/bundler-shared-config/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @kmijs/bundler-shared-config
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [`9551889`](https://github.com/kmijs/kmi/commit/955188907d2e6d037c4b319a943bdb8baadbd67d) Thanks [@xierenyuan](https://github.com/xierenyuan)! -  
8+
9+
### ✨ 新功能
10+
11+
- add clean option to clear output path before bundling ([#30](https://github.com/kmijs/kmi/issues/30)) ([5b78029](https://github.com/kmijs/kmi/commit/5b78029afb6ae7f0a87583e546ca5faa3e3fed7a))
12+
- enable native watcher for rspack bundler
13+
14+
- Updated dependencies [[`9551889`](https://github.com/kmijs/kmi/commit/955188907d2e6d037c4b319a943bdb8baadbd67d)]:
15+
- @kmijs/bundler-compiled@0.0.5
16+
- @kmijs/bundler-shared@0.0.5
17+
- @kmijs/shared@0.0.5
18+
319
## 0.0.4
420

521
### Patch Changes

packages/bundler-shared-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kmijs/bundler-shared-config",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "@kmijs/bundler-shared-config",
55
"keywords": [],
66
"repository": {

packages/bundler-shared/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @kmijs/bundler-shared
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- [`9551889`](https://github.com/kmijs/kmi/commit/955188907d2e6d037c4b319a943bdb8baadbd67d) Thanks [@xierenyuan](https://github.com/xierenyuan)! -  
8+
9+
### ✨ 新功能
10+
11+
- add clean option to clear output path before bundling ([#30](https://github.com/kmijs/kmi/issues/30)) ([5b78029](https://github.com/kmijs/kmi/commit/5b78029afb6ae7f0a87583e546ca5faa3e3fed7a))
12+
- enable native watcher for rspack bundler
13+
14+
- Updated dependencies [[`9551889`](https://github.com/kmijs/kmi/commit/955188907d2e6d037c4b319a943bdb8baadbd67d)]:
15+
- @kmijs/shared@0.0.5
16+
317
## 0.0.4
418

519
### Patch Changes

0 commit comments

Comments
 (0)