Skip to content

Commit ef5a7f3

Browse files
committed
chore(release): 0.0.7
1 parent 4e10762 commit ef5a7f3

File tree

27 files changed

+195
-33
lines changed

27 files changed

+195
-33
lines changed

.changeset/tasty-mammals-brake.md

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

packages/babel-preset-react/CHANGELOG.md

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

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [`4e10762`](https://github.com/kmijs/kmi/commit/4e107623eb0e549e1f721629d11ad909f56205ad) Thanks [@xierenyuan](https://github.com/xierenyuan)! -  
8+
9+
### ✨ 新功能
10+
11+
- add caseSensitivePaths config option to control path sensitivity ([73f24a2](https://github.com/kmijs/kmi/commit/73f24a268b6eb90aa5e4ddd3b42a4dbbb72dfc39))
12+
13+
- Updated dependencies [[`4e10762`](https://github.com/kmijs/kmi/commit/4e107623eb0e549e1f721629d11ad909f56205ad)]:
14+
- @kmijs/bundler-compiled@0.0.7
15+
- @kmijs/shared@0.0.7
16+
317
## 0.0.6
418

519
### 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.6",
3+
"version": "0.0.7",
44
"description": "@kmijs/babel-preset-react",
55
"keywords": [],
66
"repository": {

packages/bundler-compiled/CHANGELOG.md

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

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [`4e10762`](https://github.com/kmijs/kmi/commit/4e107623eb0e549e1f721629d11ad909f56205ad) Thanks [@xierenyuan](https://github.com/xierenyuan)! -  
8+
9+
### ✨ 新功能
10+
11+
- add caseSensitivePaths config option to control path sensitivity ([73f24a2](https://github.com/kmijs/kmi/commit/73f24a268b6eb90aa5e4ddd3b42a4dbbb72dfc39))
12+
13+
- Updated dependencies [[`4e10762`](https://github.com/kmijs/kmi/commit/4e107623eb0e549e1f721629d11ad909f56205ad)]:
14+
- @kmijs/bundler-shared@0.0.7
15+
- @kmijs/shared@0.0.7
16+
317
## 0.0.6
418

519
### 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.6",
3+
"version": "0.0.7",
44
"description": "@kmijs/bundler-compiled 预打包 babel 等三方依赖",
55
"keywords": [],
66
"repository": {

packages/bundler-rspack/CHANGELOG.md

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

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [`4e10762`](https://github.com/kmijs/kmi/commit/4e107623eb0e549e1f721629d11ad909f56205ad) Thanks [@xierenyuan](https://github.com/xierenyuan)! -  
8+
9+
### ✨ 新功能
10+
11+
- add caseSensitivePaths config option to control path sensitivity ([73f24a2](https://github.com/kmijs/kmi/commit/73f24a268b6eb90aa5e4ddd3b42a4dbbb72dfc39))
12+
13+
- Updated dependencies [[`4e10762`](https://github.com/kmijs/kmi/commit/4e107623eb0e549e1f721629d11ad909f56205ad)]:
14+
- @kmijs/bundler-compiled@0.0.7
15+
- @kmijs/bundler-shared@0.0.7
16+
- @kmijs/bundler-shared-config@0.0.7
17+
- @kmijs/shared@0.0.7
18+
319
## 0.0.6
420

521
### 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.6",
3+
"version": "0.0.7",
44
"description": "Kmi supports rspack bundling",
55
"keywords": [],
66
"repository": {

packages/bundler-shared-config/CHANGELOG.md

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

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [`4e10762`](https://github.com/kmijs/kmi/commit/4e107623eb0e549e1f721629d11ad909f56205ad) Thanks [@xierenyuan](https://github.com/xierenyuan)! -  
8+
9+
### ✨ 新功能
10+
11+
- add caseSensitivePaths config option to control path sensitivity ([73f24a2](https://github.com/kmijs/kmi/commit/73f24a268b6eb90aa5e4ddd3b42a4dbbb72dfc39))
12+
13+
- Updated dependencies [[`4e10762`](https://github.com/kmijs/kmi/commit/4e107623eb0e549e1f721629d11ad909f56205ad)]:
14+
- @kmijs/bundler-compiled@0.0.7
15+
- @kmijs/bundler-shared@0.0.7
16+
- @kmijs/shared@0.0.7
17+
318
## 0.0.6
419

520
### 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.6",
3+
"version": "0.0.7",
44
"description": "@kmijs/bundler-shared-config",
55
"keywords": [],
66
"repository": {

packages/bundler-shared/CHANGELOG.md

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

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [`4e10762`](https://github.com/kmijs/kmi/commit/4e107623eb0e549e1f721629d11ad909f56205ad) Thanks [@xierenyuan](https://github.com/xierenyuan)! -  
8+
9+
### ✨ 新功能
10+
11+
- add caseSensitivePaths config option to control path sensitivity ([73f24a2](https://github.com/kmijs/kmi/commit/73f24a268b6eb90aa5e4ddd3b42a4dbbb72dfc39))
12+
13+
- Updated dependencies [[`4e10762`](https://github.com/kmijs/kmi/commit/4e107623eb0e549e1f721629d11ad909f56205ad)]:
14+
- @kmijs/shared@0.0.7
15+
316
## 0.0.6
417

518
### Patch Changes

0 commit comments

Comments
 (0)