Skip to content

Commit 2c803c2

Browse files
committed
chore(release): publish packages
1 parent 41f0f15 commit 2c803c2

File tree

28 files changed

+156
-39
lines changed

28 files changed

+156
-39
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
613
## [1.0.112](https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112) (2024-05-10)
714

815
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"message": "chore(release): publish packages"
2727
}
2828
},
29-
"version": "1.0.112"
29+
"version": "1.0.113"
3030
}

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [1.0.112](https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112) (2024-05-10)
715

816
**Note:** Version bump only for package @morjs/cli

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/cli",
3-
"version": "1.0.112",
3+
"version": "1.0.113",
44
"description": "mor cli",
55
"keywords": [
66
"mor",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@morjs/plugin-analyzer": "1.0.71",
37-
"@morjs/plugin-compiler": "1.0.112",
37+
"@morjs/plugin-compiler": "1.0.113",
3838
"@morjs/plugin-composer": "1.0.72",
3939
"@morjs/plugin-generator": "1.0.71",
4040
"@morjs/plugin-mocker": "1.0.71",

packages/create-mor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [1.0.112](https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112) (2024-05-10)
715

816
**Note:** Version bump only for package create-mor

packages/create-mor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-mor",
3-
"version": "1.0.112",
3+
"version": "1.0.113",
44
"license": "MIT",
55
"authors": [
66
"Felix Liu <lyfeyaj@gmail.com> (https://github.com/lyfeyaj)"
@@ -26,6 +26,6 @@
2626
},
2727
"homepage": "https://github.com/eleme/morjs/tree/main/packages/create-mor#readme",
2828
"dependencies": {
29-
"@morjs/cli": "1.0.112"
29+
"@morjs/cli": "1.0.113"
3030
}
3131
}

packages/plugin-compiler-alipay/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
617
## [1.0.106](https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106) (2024-04-03)
718

819

packages/plugin-compiler-alipay/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/plugin-compiler-alipay",
3-
"version": "1.0.106",
3+
"version": "1.0.113",
44
"description": "mor complier plugin for alipay mini program",
55
"keywords": [
66
"mor",
@@ -35,7 +35,7 @@
3535
"test": "echo \"Error: run tests from root\" && exit 1"
3636
},
3737
"dependencies": {
38-
"@morjs/runtime-mini": "1.0.106",
38+
"@morjs/runtime-mini": "1.0.113",
3939
"@morjs/utils": "1.0.71"
4040
}
4141
}

packages/plugin-compiler-baidu/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [1.0.106](https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106) (2024-04-03)
715

816
**Note:** Version bump only for package @morjs/plugin-compiler-baidu

packages/plugin-compiler-baidu/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/plugin-compiler-baidu",
3-
"version": "1.0.106",
3+
"version": "1.0.113",
44
"description": "mor complier plugin for baidu miniprogram",
55
"keywords": [
66
"mor",
@@ -34,8 +34,8 @@
3434
"test": "echo \"Error: run tests from root\" && exit 1"
3535
},
3636
"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",
3939
"@morjs/utils": "1.0.71"
4040
}
4141
}

packages/plugin-compiler-bytedance/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [1.0.106](https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106) (2024-04-03)
715

816
**Note:** Version bump only for package @morjs/plugin-compiler-bytedance

packages/plugin-compiler-bytedance/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/plugin-compiler-bytedance",
3-
"version": "1.0.106",
3+
"version": "1.0.113",
44
"description": "mor complier plugin for bytedance miniprogram",
55
"keywords": [
66
"mor",
@@ -34,8 +34,8 @@
3434
"test": "echo \"Error: run tests from root\" && exit 1"
3535
},
3636
"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",
3939
"@morjs/utils": "1.0.71"
4040
}
4141
}

packages/plugin-compiler-dingding/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [1.0.106](https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106) (2024-04-03)
715

816
**Note:** Version bump only for package @morjs/plugin-compiler-dingding

packages/plugin-compiler-dingding/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/plugin-compiler-dingding",
3-
"version": "1.0.106",
3+
"version": "1.0.113",
44
"description": "mor complier plugin for dingding miniprogram",
55
"keywords": [
66
"mor",
@@ -34,7 +34,7 @@
3434
"test": "echo \"Error: run tests from root\" && exit 1"
3535
},
3636
"dependencies": {
37-
"@morjs/plugin-compiler-alipay": "1.0.106",
37+
"@morjs/plugin-compiler-alipay": "1.0.113",
3838
"@morjs/utils": "1.0.71"
3939
}
4040
}

packages/plugin-compiler-kuaishou/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [1.0.106](https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106) (2024-04-03)
715

816
**Note:** Version bump only for package @morjs/plugin-compiler-kuaishou

packages/plugin-compiler-kuaishou/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/plugin-compiler-kuaishou",
3-
"version": "1.0.106",
3+
"version": "1.0.113",
44
"description": "mor complier plugin for kuaishou miniprogram",
55
"keywords": [
66
"mor",
@@ -34,8 +34,8 @@
3434
"test": "echo \"Error: run tests from root\" && exit 1"
3535
},
3636
"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",
3939
"@morjs/utils": "1.0.71"
4040
}
4141
}

packages/plugin-compiler-qq/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [1.0.106](https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106) (2024-04-03)
715

816
**Note:** Version bump only for package @morjs/plugin-compiler-qq

packages/plugin-compiler-qq/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/plugin-compiler-qq",
3-
"version": "1.0.106",
3+
"version": "1.0.113",
44
"description": "mor complier plugin for qq miniprogram",
55
"keywords": [
66
"mor",
@@ -34,8 +34,8 @@
3434
"test": "echo \"Error: run tests from root\" && exit 1"
3535
},
3636
"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",
3939
"@morjs/utils": "1.0.71"
4040
}
4141
}

packages/plugin-compiler-taobao/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [1.0.106](https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106) (2024-04-03)
715

816
**Note:** Version bump only for package @morjs/plugin-compiler-taobao

packages/plugin-compiler-taobao/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/plugin-compiler-taobao",
3-
"version": "1.0.106",
3+
"version": "1.0.113",
44
"description": "mor complier plugin for taobao miniprogram",
55
"keywords": [
66
"mor",
@@ -34,7 +34,7 @@
3434
"test": "echo \"Error: run tests from root\" && exit 1"
3535
},
3636
"dependencies": {
37-
"@morjs/plugin-compiler-alipay": "1.0.106",
37+
"@morjs/plugin-compiler-alipay": "1.0.113",
3838
"@morjs/utils": "1.0.71"
3939
}
4040
}

packages/plugin-compiler-web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [1.0.112](https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112) (2024-05-10)
715

816
**Note:** Version bump only for package @morjs/plugin-compiler-web

packages/plugin-compiler-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/plugin-compiler-web",
3-
"version": "1.0.112",
3+
"version": "1.0.113",
44
"description": "mor complier plugin for web",
55
"keywords": [
66
"mor",
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@babel/runtime": "7.21.0",
34-
"@morjs/plugin-compiler-alipay": "1.0.106",
34+
"@morjs/plugin-compiler-alipay": "1.0.113",
3535
"@morjs/runtime-web": "1.0.112",
3636
"@morjs/utils": "1.0.71",
3737
"postcss": "7.0.39",

packages/plugin-compiler-wechat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [1.0.106](https://github.com/eleme/morjs/compare/v1.0.105...v1.0.106) (2024-04-03)
715

816
**Note:** Version bump only for package @morjs/plugin-compiler-wechat

packages/plugin-compiler-wechat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/plugin-compiler-wechat",
3-
"version": "1.0.106",
3+
"version": "1.0.113",
44
"description": "mor complier plugin for wechat miniprogram",
55
"keywords": [
66
"mor",
@@ -34,7 +34,7 @@
3434
"test": "echo \"Error: run tests from root\" && exit 1"
3535
},
3636
"dependencies": {
37-
"@morjs/runtime-mini": "1.0.106",
37+
"@morjs/runtime-mini": "1.0.113",
3838
"@morjs/utils": "1.0.71"
3939
}
4040
}

packages/plugin-compiler/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [1.0.112](https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112) (2024-05-10)
715

816

0 commit comments

Comments
 (0)