Skip to content

Commit 8ba9295

Browse files
committed
release: 1.2.7
1 parent 26c1834 commit 8ba9295

File tree

9 files changed

+17
-7
lines changed

9 files changed

+17
-7
lines changed

docs/en/more/changelog.md

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

3+
## 1.2.7
4+
5+
- 【fix】Fixed usage error in mako projects with `app.ts` files [#392](https://github.com/zh-lx/code-inspector/pull/392)
6+
- 【fix】Fixed issue where it doesn't work in multi-page Next.js projects [#391](https://github.com/zh-lx/code-inspector/pull/391)
7+
38
## 1.2.6
49

510
- 【fix】Compatible with other `loader`s in `turbopack` [#386](https://github.com/zh-lx/code-inspector/pull/386)

docs/zh/more/changelog.md

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

3+
## 1.2.7
4+
5+
- 【fix】修复了在有 `app.ts` 文件的 `mako` 项目中的使用报错问题 [#392](https://github.com/zh-lx/code-inspector/pull/392)
6+
- 【fix】修复了在多 page 的 nextjs 项目中失效的问题 [#391](https://github.com/zh-lx/code-inspector/pull/391)
7+
38
## 1.2.6
49

510
- 【fix】兼容了在 `turbopack` 中与其他 `loader` 共同使用的问题 [#386](https://github.com/zh-lx/code-inspector/pull/386)

packages/code-inspector-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-inspector-plugin",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/core",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"main": "dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "types/index.d.ts",

packages/esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/esbuild",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",

packages/mako/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/mako",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",

packages/turbopack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/turbopack",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/vite",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-inspector/webpack",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",

0 commit comments

Comments
 (0)