Skip to content

Commit 8eb06f2

Browse files
committed
release: 1.2.9
1 parent 1838227 commit 8eb06f2

File tree

9 files changed

+22
-14
lines changed

9 files changed

+22
-14
lines changed

docs/en/more/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.9
4+
5+
- 【fix】Fixed the issue where the plugin did not work with `middleware` in `turbopack` [#398](https://github.com/zh-lx/code-inspector/pull/398)
6+
37
## 1.2.8
48

59
- 【fix】Fixed the error issue `Maximum call stack size exceeded` [#396](https://github.com/zh-lx/code-inspector/pull/396)

docs/zh/more/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 更新日志
22

3+
## 1.2.9
4+
5+
- 【fix】修复了在 `turbopack` 中使用时与 `middleware` 不兼容的问题 [#398](https://github.com/zh-lx/code-inspector/pull/398)
6+
37
## 1.2.8
48

59
- 【fix】修复了在关于 `Maximum call stack size exceeded` 的报错问题 [#396](https://github.com/zh-lx/code-inspector/pull/396)

packages/code-inspector-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-inspector-plugin",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",
@@ -65,4 +65,4 @@
6565
"typescript": "^4.9.3",
6666
"vite": "^4.1.0"
6767
}
68-
}
68+
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/core",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"main": "dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "types/index.d.ts",
@@ -71,4 +71,4 @@
7171
"vite-plugin-node-stdlib-browser": "^0.2.1",
7272
"volar-service-pug": "^0.0.63"
7373
}
74-
}
74+
}

packages/esbuild/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/esbuild",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",
@@ -51,4 +51,4 @@
5151
"pub": "pnpm publish",
5252
"pub:beta": "pnpm publish --tag beta"
5353
}
54-
}
54+
}

packages/mako/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/mako",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",
@@ -50,4 +50,4 @@
5050
"pub": "pnpm publish",
5151
"pub:beta": "pnpm publish --tag beta"
5252
}
53-
}
53+
}

packages/turbopack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/turbopack",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",
@@ -51,4 +51,4 @@
5151
"pub": "pnpm publish",
5252
"pub:beta": "pnpm publish --tag beta"
5353
}
54-
}
54+
}

packages/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/vite",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",
@@ -52,4 +52,4 @@
5252
"pub": "pnpm publish",
5353
"pub:beta": "pnpm publish --tag beta"
5454
}
55-
}
55+
}

packages/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/webpack",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",
@@ -56,4 +56,4 @@
5656
"typescript": "^4.9.3",
5757
"vite": "^4.3.9"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)