File tree Expand file tree Collapse file tree 28 files changed +156
-39
lines changed
plugin-compiler-bytedance Expand file tree Collapse file tree 28 files changed +156
-39
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.113] ( https://github.com/eleme/morjs/compare/v1.0.112...v1.0.113 ) (2024-05-21)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** plugin-compiler-alipay:** 支付宝转微信时 input 事件失效 ([ 971810c] ( https://github.com/eleme/morjs/commit/971810cc5fee33025faaa7ba54fcd17f23ecdff5 ) )
11
+ - ** runtime-mini:** 支付宝转微信类场景移除 saveImageToPhotosAlbum => saveImage 转换 ([ 7a00597] ( https://github.com/eleme/morjs/commit/7a0059702bd424ecde2abaf0e960bbc8a1d84fe7 ) )
12
+
6
13
## [ 1.0.112] ( https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112 ) (2024-05-10)
7
14
8
15
### Bug Fixes
Original file line number Diff line number Diff line change 26
26
"message" : " chore(release): publish packages"
27
27
}
28
28
},
29
- "version" : " 1.0.112 "
29
+ "version" : " 1.0.113 "
30
30
}
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.113] ( https://github.com/eleme/morjs/compare/v1.0.112...v1.0.113 ) (2024-05-21)
7
+
8
+ ** Note:** Version bump only for package @morjs/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.112] ( https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112 ) (2024-05-10)
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.112 " ,
3
+ "version" : " 1.0.113 " ,
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.112 " ,
37
+ "@morjs/plugin-compiler" : " 1.0.113 " ,
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.113] ( https://github.com/eleme/morjs/compare/v1.0.112...v1.0.113 ) (2024-05-21)
7
+
8
+ ** Note:** Version bump only for package create-mor
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.112] ( https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112 ) (2024-05-10)
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.112 " ,
3
+ "version" : " 1.0.113 " ,
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.112 "
29
+ "@morjs/cli" : " 1.0.113 "
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.113] ( https://github.com/eleme/morjs/compare/v1.0.112...v1.0.113 ) (2024-05-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** plugin-compiler-alipay:** 支付宝转微信时 input 事件失效 ([ 971810c] ( https://github.com/eleme/morjs/commit/971810cc5fee33025faaa7ba54fcd17f23ecdff5 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.0.106] ( https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106 ) (2024-04-03)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler-alipay" ,
3
- "version" : " 1.0.106 " ,
3
+ "version" : " 1.0.113 " ,
4
4
"description" : " mor complier plugin for alipay mini program" ,
5
5
"keywords" : [
6
6
" mor" ,
35
35
"test" : " echo \" Error: run tests from root\" && exit 1"
36
36
},
37
37
"dependencies" : {
38
- "@morjs/runtime-mini" : " 1.0.106 " ,
38
+ "@morjs/runtime-mini" : " 1.0.113 " ,
39
39
"@morjs/utils" : " 1.0.71"
40
40
}
41
41
}
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.113] ( https://github.com/eleme/morjs/compare/v1.0.112...v1.0.113 ) (2024-05-21)
7
+
8
+ ** Note:** Version bump only for package @morjs/plugin-compiler-baidu
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.106] ( https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106 ) (2024-04-03)
7
15
8
16
** Note:** Version bump only for package @morjs/plugin-compiler-baidu
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler-baidu" ,
3
- "version" : " 1.0.106 " ,
3
+ "version" : " 1.0.113 " ,
4
4
"description" : " mor complier plugin for baidu miniprogram" ,
5
5
"keywords" : [
6
6
" mor" ,
34
34
"test" : " echo \" Error: run tests from root\" && exit 1"
35
35
},
36
36
"dependencies" : {
37
- "@morjs/plugin-compiler-wechat" : " 1.0.106 " ,
38
- "@morjs/runtime-mini" : " 1.0.106 " ,
37
+ "@morjs/plugin-compiler-wechat" : " 1.0.113 " ,
38
+ "@morjs/runtime-mini" : " 1.0.113 " ,
39
39
"@morjs/utils" : " 1.0.71"
40
40
}
41
41
}
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.113] ( https://github.com/eleme/morjs/compare/v1.0.112...v1.0.113 ) (2024-05-21)
7
+
8
+ ** Note:** Version bump only for package @morjs/plugin-compiler-bytedance
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.106] ( https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106 ) (2024-04-03)
7
15
8
16
** Note:** Version bump only for package @morjs/plugin-compiler-bytedance
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler-bytedance" ,
3
- "version" : " 1.0.106 " ,
3
+ "version" : " 1.0.113 " ,
4
4
"description" : " mor complier plugin for bytedance miniprogram" ,
5
5
"keywords" : [
6
6
" mor" ,
34
34
"test" : " echo \" Error: run tests from root\" && exit 1"
35
35
},
36
36
"dependencies" : {
37
- "@morjs/plugin-compiler-wechat" : " 1.0.106 " ,
38
- "@morjs/runtime-mini" : " 1.0.106 " ,
37
+ "@morjs/plugin-compiler-wechat" : " 1.0.113 " ,
38
+ "@morjs/runtime-mini" : " 1.0.113 " ,
39
39
"@morjs/utils" : " 1.0.71"
40
40
}
41
41
}
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.113] ( https://github.com/eleme/morjs/compare/v1.0.112...v1.0.113 ) (2024-05-21)
7
+
8
+ ** Note:** Version bump only for package @morjs/plugin-compiler-dingding
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.106] ( https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106 ) (2024-04-03)
7
15
8
16
** Note:** Version bump only for package @morjs/plugin-compiler-dingding
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler-dingding" ,
3
- "version" : " 1.0.106 " ,
3
+ "version" : " 1.0.113 " ,
4
4
"description" : " mor complier plugin for dingding miniprogram" ,
5
5
"keywords" : [
6
6
" mor" ,
34
34
"test" : " echo \" Error: run tests from root\" && exit 1"
35
35
},
36
36
"dependencies" : {
37
- "@morjs/plugin-compiler-alipay" : " 1.0.106 " ,
37
+ "@morjs/plugin-compiler-alipay" : " 1.0.113 " ,
38
38
"@morjs/utils" : " 1.0.71"
39
39
}
40
40
}
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.113] ( https://github.com/eleme/morjs/compare/v1.0.112...v1.0.113 ) (2024-05-21)
7
+
8
+ ** Note:** Version bump only for package @morjs/plugin-compiler-kuaishou
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.106] ( https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106 ) (2024-04-03)
7
15
8
16
** Note:** Version bump only for package @morjs/plugin-compiler-kuaishou
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler-kuaishou" ,
3
- "version" : " 1.0.106 " ,
3
+ "version" : " 1.0.113 " ,
4
4
"description" : " mor complier plugin for kuaishou miniprogram" ,
5
5
"keywords" : [
6
6
" mor" ,
34
34
"test" : " echo \" Error: run tests from root\" && exit 1"
35
35
},
36
36
"dependencies" : {
37
- "@morjs/plugin-compiler-wechat" : " 1.0.106 " ,
38
- "@morjs/runtime-mini" : " 1.0.106 " ,
37
+ "@morjs/plugin-compiler-wechat" : " 1.0.113 " ,
38
+ "@morjs/runtime-mini" : " 1.0.113 " ,
39
39
"@morjs/utils" : " 1.0.71"
40
40
}
41
41
}
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.113] ( https://github.com/eleme/morjs/compare/v1.0.112...v1.0.113 ) (2024-05-21)
7
+
8
+ ** Note:** Version bump only for package @morjs/plugin-compiler-qq
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.106] ( https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106 ) (2024-04-03)
7
15
8
16
** Note:** Version bump only for package @morjs/plugin-compiler-qq
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler-qq" ,
3
- "version" : " 1.0.106 " ,
3
+ "version" : " 1.0.113 " ,
4
4
"description" : " mor complier plugin for qq miniprogram" ,
5
5
"keywords" : [
6
6
" mor" ,
34
34
"test" : " echo \" Error: run tests from root\" && exit 1"
35
35
},
36
36
"dependencies" : {
37
- "@morjs/plugin-compiler-wechat" : " 1.0.106 " ,
38
- "@morjs/runtime-mini" : " 1.0.106 " ,
37
+ "@morjs/plugin-compiler-wechat" : " 1.0.113 " ,
38
+ "@morjs/runtime-mini" : " 1.0.113 " ,
39
39
"@morjs/utils" : " 1.0.71"
40
40
}
41
41
}
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.113] ( https://github.com/eleme/morjs/compare/v1.0.112...v1.0.113 ) (2024-05-21)
7
+
8
+ ** Note:** Version bump only for package @morjs/plugin-compiler-taobao
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.106] ( https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106 ) (2024-04-03)
7
15
8
16
** Note:** Version bump only for package @morjs/plugin-compiler-taobao
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler-taobao" ,
3
- "version" : " 1.0.106 " ,
3
+ "version" : " 1.0.113 " ,
4
4
"description" : " mor complier plugin for taobao miniprogram" ,
5
5
"keywords" : [
6
6
" mor" ,
34
34
"test" : " echo \" Error: run tests from root\" && exit 1"
35
35
},
36
36
"dependencies" : {
37
- "@morjs/plugin-compiler-alipay" : " 1.0.106 " ,
37
+ "@morjs/plugin-compiler-alipay" : " 1.0.113 " ,
38
38
"@morjs/utils" : " 1.0.71"
39
39
}
40
40
}
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.113] ( https://github.com/eleme/morjs/compare/v1.0.112...v1.0.113 ) (2024-05-21)
7
+
8
+ ** Note:** Version bump only for package @morjs/plugin-compiler-web
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.112] ( https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112 ) (2024-05-10)
7
15
8
16
** Note:** Version bump only for package @morjs/plugin-compiler-web
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler-web" ,
3
- "version" : " 1.0.112 " ,
3
+ "version" : " 1.0.113 " ,
4
4
"description" : " mor complier plugin for web" ,
5
5
"keywords" : [
6
6
" mor" ,
31
31
},
32
32
"dependencies" : {
33
33
"@babel/runtime" : " 7.21.0" ,
34
- "@morjs/plugin-compiler-alipay" : " 1.0.106 " ,
34
+ "@morjs/plugin-compiler-alipay" : " 1.0.113 " ,
35
35
"@morjs/runtime-web" : " 1.0.112" ,
36
36
"@morjs/utils" : " 1.0.71" ,
37
37
"postcss" : " 7.0.39" ,
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.113] ( https://github.com/eleme/morjs/compare/v1.0.112...v1.0.113 ) (2024-05-21)
7
+
8
+ ** Note:** Version bump only for package @morjs/plugin-compiler-wechat
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.106] ( https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106 ) (2024-04-03)
7
15
8
16
** Note:** Version bump only for package @morjs/plugin-compiler-wechat
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @morjs/plugin-compiler-wechat" ,
3
- "version" : " 1.0.106 " ,
3
+ "version" : " 1.0.113 " ,
4
4
"description" : " mor complier plugin for wechat miniprogram" ,
5
5
"keywords" : [
6
6
" mor" ,
34
34
"test" : " echo \" Error: run tests from root\" && exit 1"
35
35
},
36
36
"dependencies" : {
37
- "@morjs/runtime-mini" : " 1.0.106 " ,
37
+ "@morjs/runtime-mini" : " 1.0.113 " ,
38
38
"@morjs/utils" : " 1.0.71"
39
39
}
40
40
}
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.113] ( https://github.com/eleme/morjs/compare/v1.0.112...v1.0.113 ) (2024-05-21)
7
+
8
+ ** Note:** Version bump only for package @morjs/plugin-compiler
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.112] ( https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112 ) (2024-05-10)
7
15
8
16
You can’t perform that action at this time.
0 commit comments