Skip to content

Commit 7f8790a

Browse files
committed
release: 1.6.3
1 parent 36e8b9e commit 7f8790a

9 files changed

Lines changed: 15 additions & 7 deletions

File tree

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.6.3
4+
5+
- 【fix】Fixed the issue where scope CSS would fail in production builds for webpack/rspack Vue projects [#549](https://github.com/zh-lx/code-inspector/pull/549)
6+
37
## 1.6.2
48

59
- 【fix】Renamed plugin Lit-related global variables to avoid conflicts with Lit versions installed in user projects [#546](https://github.com/zh-lx/code-inspector/pull/546)

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.6.3
4+
5+
- 【fix】修复 webpack/rspack vue 项目中生产环境中打包后 scope css 失效的问题 [#549](https://github.com/zh-lx/code-inspector/pull/549)
6+
37
## 1.6.2
48

59
- 【fix】重命名插件 Lit 相关全局变量,避免与用户项目中安装的 Lit 版本冲突 [#546](https://github.com/zh-lx/code-inspector/pull/546)

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.6.2",
3+
"version": "1.6.3",
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.6.2",
3+
"version": "1.6.3",
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.6.2",
3+
"version": "1.6.3",
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.6.2",
3+
"version": "1.6.3",
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.6.2",
3+
"version": "1.6.3",
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.6.2",
3+
"version": "1.6.3",
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.6.2",
3+
"version": "1.6.3",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.mjs",
66
"typings": "./types/index.d.ts",

0 commit comments

Comments
 (0)