File tree Expand file tree Collapse file tree 12 files changed +80
-10
lines changed Expand file tree Collapse file tree 12 files changed +80
-10
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.104] ( https://github.com/eleme/morjs/compare/v1.0.103...v1.0.104 ) (2024-04-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** runtime-web & plugin-compiler-web:** ts errors fixed ([ f917e0d] ( https://github.com/eleme/morjs/commit/f917e0d4960d7b72908412d77ab060c9b8112cee ) )
11
+
12
+ ### Features
13
+
14
+ - ** plugin-compiler-web & runtime-web:** 支持 selectOwnerComponent Api ([ ebbf478] ( https://github.com/eleme/morjs/commit/ebbf478de285f0222ca52b17723fd218667140d1 ) )
15
+ - ** plugin-compiler-web & runtime-web:** add createInnerAudioContext ([ 78897ca] ( https://github.com/eleme/morjs/commit/78897ca33f0f25807e0be4b3d3246d013fcaec3c ) )
16
+ - ** runtime-web:** stopHoldOn 变量重置 ([ 8f1dcb0] ( https://github.com/eleme/morjs/commit/8f1dcb0fd29dc65ec514eec2df3297d7875cb9c7 ) )
17
+
6
18
## [ 1.0.103] ( https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103 ) (2024-03-25)
7
19
8
20
### 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.103 "
28
+ "version" : " 1.0.104 "
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.104] ( https://github.com/eleme/morjs/compare/v1.0.103...v1.0.104 ) (2024-04-02)
7
+
8
+ ** Note:** Version bump only for package @morjs/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.103] ( https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103 ) (2024-03-25)
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.103 " ,
3
+ "version" : " 1.0.104 " ,
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.103 " ,
37
+ "@morjs/plugin-compiler" : " 1.0.104 " ,
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.104] ( https://github.com/eleme/morjs/compare/v1.0.103...v1.0.104 ) (2024-04-02)
7
+
8
+ ** Note:** Version bump only for package create-mor
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.103] ( https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103 ) (2024-03-25)
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.103 " ,
3
+ "version" : " 1.0.104 " ,
4
4
"license" : " MIT" ,
5
5
"authors" : [
6
6
" Felix Liu <lyfeyaj@gmail.com> (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.103 "
29
+ "@morjs/cli" : " 1.0.104 "
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.104] ( https://github.com/eleme/morjs/compare/v1.0.103...v1.0.104 ) (2024-04-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** runtime-web & plugin-compiler-web:** ts errors fixed ([ f917e0d] ( https://github.com/eleme/morjs/commit/f917e0d4960d7b72908412d77ab060c9b8112cee ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** plugin-compiler-web & runtime-web:** 支持 selectOwnerComponent Api ([ ebbf478] ( https://github.com/eleme/morjs/commit/ebbf478de285f0222ca52b17723fd218667140d1 ) )
17
+
18
+
19
+
20
+
21
+
6
22
## [ 1.0.102] ( https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102 ) (2024-03-22)
7
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler-web" ,
3
- "version" : " 1.0.102 " ,
3
+ "version" : " 1.0.104 " ,
4
4
"description" : " mor complier plugin for web" ,
5
5
"keywords" : [
6
6
" mor" ,
32
32
"dependencies" : {
33
33
"@babel/runtime" : " 7.21.0" ,
34
34
"@morjs/plugin-compiler-alipay" : " 1.0.95" ,
35
- "@morjs/runtime-web" : " 1.0.102 " ,
35
+ "@morjs/runtime-web" : " 1.0.104 " ,
36
36
"@morjs/utils" : " 1.0.71" ,
37
37
"postcss" : " 7.0.39"
38
38
}
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.104] ( https://github.com/eleme/morjs/compare/v1.0.103...v1.0.104 ) (2024-04-02)
7
+
8
+ ** Note:** Version bump only for package @morjs/plugin-compiler
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.103] ( https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103 ) (2024-03-25)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler" ,
3
- "version" : " 1.0.103 " ,
3
+ "version" : " 1.0.104 " ,
4
4
"description" : " mor compiler plugin" ,
5
5
"keywords" : [
6
6
" mor" ,
37
37
"@morjs/plugin-compiler-kuaishou" : " 1.0.95" ,
38
38
"@morjs/plugin-compiler-qq" : " 1.0.95" ,
39
39
"@morjs/plugin-compiler-taobao" : " 1.0.95" ,
40
- "@morjs/plugin-compiler-web" : " 1.0.102 " ,
40
+ "@morjs/plugin-compiler-web" : " 1.0.104 " ,
41
41
"@morjs/plugin-compiler-wechat" : " 1.0.95" ,
42
42
"@morjs/runtime-mini" : " 1.0.95" ,
43
43
"@morjs/utils" : " 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.104] ( https://github.com/eleme/morjs/compare/v1.0.103...v1.0.104 ) (2024-04-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** runtime-web & plugin-compiler-web:** ts errors fixed ([ f917e0d] ( https://github.com/eleme/morjs/commit/f917e0d4960d7b72908412d77ab060c9b8112cee ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** plugin-compiler-web & runtime-web:** 支持 selectOwnerComponent Api ([ ebbf478] ( https://github.com/eleme/morjs/commit/ebbf478de285f0222ca52b17723fd218667140d1 ) )
17
+ * ** plugin-compiler-web & runtime-web:** add createInnerAudioContext ([ 78897ca] ( https://github.com/eleme/morjs/commit/78897ca33f0f25807e0be4b3d3246d013fcaec3c ) )
18
+ * ** runtime-web:** stopHoldOn 变量重置 ([ 8f1dcb0] ( https://github.com/eleme/morjs/commit/8f1dcb0fd29dc65ec514eec2df3297d7875cb9c7 ) )
19
+
20
+
21
+
22
+
23
+
6
24
## [ 1.0.102] ( https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102 ) (2024-03-22)
7
25
8
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/runtime-web" ,
3
- "version" : " 1.0.102 " ,
3
+ "version" : " 1.0.104 " ,
4
4
"description" : " mor runtime for web" ,
5
5
"keywords" : [
6
6
" mor" ,
You can’t perform that action at this time.
0 commit comments