File tree Expand file tree Collapse file tree 8 files changed +43
-6
lines changed Expand file tree Collapse file tree 8 files changed +43
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.109] ( https://github.com/eleme/morjs/compare/v1.0.108...v1.0.109 ) (2024-04-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** plugin-compiler:** css 压缩校验类名时重置正则 lastIndex,解决部分场景匹配异常问题 ([ 7718d53] ( https://github.com/eleme/morjs/commit/7718d538b65e8e16fba787d6359be6b4f38f915a ) )
11
+ - ** plugin-compiler:** css 压缩校验类名时重置正则 lastIndex,解决部分场景匹配异常问题 ([ 094ad4c] ( https://github.com/eleme/morjs/commit/094ad4cb677ba861ba4d67a9f0fd9e05acdd9fdb ) )
12
+ - ** plugin-compiler:** css 压缩支持以 - 链接,支持一个以上变量表达式并排 ([ 2f873ad] ( https://github.com/eleme/morjs/commit/2f873ad26042104353dffed712db6b06181f966f ) )
13
+
6
14
## [ 1.0.108] ( https://github.com/eleme/morjs/compare/v1.0.107...v1.0.108 ) (2024-04-15)
7
15
8
16
### Features
Original file line number Diff line number Diff line change 25
25
"message" : " chore(release): publish packages"
26
26
}
27
27
},
28
- "version" : " 1.0.108 "
28
+ "version" : " 1.0.109 "
29
29
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.109] ( https://github.com/eleme/morjs/compare/v1.0.108...v1.0.109 ) (2024-04-18)
7
+
8
+ ** Note:** Version bump only for package @morjs/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.108] ( https://github.com/eleme/morjs/compare/v1.0.107...v1.0.108 ) (2024-04-15)
7
15
8
16
** Note:** Version bump only for package @morjs/cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/cli" ,
3
- "version" : " 1.0.108 " ,
3
+ "version" : " 1.0.109 " ,
4
4
"description" : " mor cli" ,
5
5
"keywords" : [
6
6
" mor" ,
34
34
},
35
35
"dependencies" : {
36
36
"@morjs/plugin-analyzer" : " 1.0.71" ,
37
- "@morjs/plugin-compiler" : " 1.0.108 " ,
37
+ "@morjs/plugin-compiler" : " 1.0.109 " ,
38
38
"@morjs/plugin-composer" : " 1.0.72" ,
39
39
"@morjs/plugin-generator" : " 1.0.71" ,
40
40
"@morjs/plugin-mocker" : " 1.0.71" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.109] ( https://github.com/eleme/morjs/compare/v1.0.108...v1.0.109 ) (2024-04-18)
7
+
8
+ ** Note:** Version bump only for package create-mor
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.108] ( https://github.com/eleme/morjs/compare/v1.0.107...v1.0.108 ) (2024-04-15)
7
15
8
16
** Note:** Version bump only for package create-mor
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-mor" ,
3
- "version" : " 1.0.108 " ,
3
+ "version" : " 1.0.109 " ,
4
4
"license" : " MIT" ,
5
5
"authors" : [
6
6
" Felix Liu <[email protected] > (https://github.com/lyfeyaj)"
26
26
},
27
27
"homepage" : " https://github.com/eleme/morjs/tree/main/packages/create-mor#readme" ,
28
28
"dependencies" : {
29
- "@morjs/cli" : " 1.0.108 "
29
+ "@morjs/cli" : " 1.0.109 "
30
30
}
31
31
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.109] ( https://github.com/eleme/morjs/compare/v1.0.108...v1.0.109 ) (2024-04-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** plugin-compiler:** css 压缩校验类名时重置正则 lastIndex,解决部分场景匹配异常问题 ([ 7718d53] ( https://github.com/eleme/morjs/commit/7718d538b65e8e16fba787d6359be6b4f38f915a ) )
12
+ * ** plugin-compiler:** css 压缩校验类名时重置正则 lastIndex,解决部分场景匹配异常问题 ([ 094ad4c] ( https://github.com/eleme/morjs/commit/094ad4cb677ba861ba4d67a9f0fd9e05acdd9fdb ) )
13
+ * ** plugin-compiler:** css 压缩支持以 - 链接,支持一个以上变量表达式并排 ([ 2f873ad] ( https://github.com/eleme/morjs/commit/2f873ad26042104353dffed712db6b06181f966f ) )
14
+
15
+
16
+
17
+
18
+
6
19
## [ 1.0.108] ( https://github.com/eleme/morjs/compare/v1.0.107...v1.0.108 ) (2024-04-15)
7
20
8
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler" ,
3
- "version" : " 1.0.108 " ,
3
+ "version" : " 1.0.109 " ,
4
4
"description" : " mor compiler plugin" ,
5
5
"keywords" : [
6
6
" mor" ,
You can’t perform that action at this time.
0 commit comments