Skip to content

Commit 3533044

Browse files
committed
chore(release): publish packages
1 parent 761cad7 commit 3533044

File tree

28 files changed

+173
-39
lines changed

28 files changed

+173
-39
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)
7+
8+
### Bug Fixes
9+
10+
- **plugin-compiler-wechat:** 修复微信双向绑定在抖音和快手端未正确处理 picker-view 的问题 ([ea4b6c9](https://github.com/eleme/morjs/commit/ea4b6c9feb2f8da981583d5a207b7f46472c811c))
11+
12+
### Features
13+
14+
- **plugin-compiler-bytedance:** 增加字节小程序双向绑定编译能力支持 ([6a03f1c](https://github.com/eleme/morjs/commit/6a03f1c786e1474418b47d292ed8c9054a8cd87b))
15+
- **plugin-compiler-kuaishou:** 增加快手小程序双向绑定编译能力支持 ([53e72ee](https://github.com/eleme/morjs/commit/53e72eeb98f54f1300d12166e039da9495bb9284))
16+
- **plugin-compiler-wechat:** 增加微信转其他类似于微信端的双向绑定支持 ([74f5b13](https://github.com/eleme/morjs/commit/74f5b1345ee63aef91f58369328b2338bb277ab0))
17+
- **runtime-mini:** 增加字节小程序及快手小程序运行时双向绑定支持 ([653767f](https://github.com/eleme/morjs/commit/653767f44d954fedfd435cbc4a86889e310d1e30))
18+
619
## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)
720

821
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"message": "chore(release): publish packages"
2525
}
2626
},
27-
"version": "1.0.50"
27+
"version": "1.0.51"
2828
}

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.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)
7+
8+
**Note:** Version bump only for package @morjs/cli
9+
10+
11+
12+
13+
614
## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)
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.50",
3+
"version": "1.0.51",
44
"description": "mor cli",
55
"keywords": [
66
"mor",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@morjs/plugin-analyzer": "1.0.50",
37-
"@morjs/plugin-compiler": "1.0.50",
37+
"@morjs/plugin-compiler": "1.0.51",
3838
"@morjs/plugin-composer": "1.0.50",
3939
"@morjs/plugin-generator": "1.0.50",
4040
"@morjs/plugin-mocker": "1.0.50",

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.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)
7+
8+
**Note:** Version bump only for package create-mor
9+
10+
11+
12+
13+
614
## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)
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.50",
3+
"version": "1.0.51",
44
"license": "MIT",
55
"authors": [
66
"Felix Liu <[email protected]> (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.50"
29+
"@morjs/cli": "1.0.51"
3030
}
3131
}

packages/plugin-compiler-alipay/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.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)
7+
8+
**Note:** Version bump only for package @morjs/plugin-compiler-alipay
9+
10+
11+
12+
13+
614
## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)
715

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

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.50",
3+
"version": "1.0.51",
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.49",
38+
"@morjs/runtime-mini": "1.0.51",
3939
"@morjs/utils": "1.0.50"
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.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)
7+
8+
**Note:** Version bump only for package @morjs/plugin-compiler-baidu
9+
10+
11+
12+
13+
614
## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)
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.50",
3+
"version": "1.0.51",
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.50",
38-
"@morjs/runtime-mini": "1.0.49",
37+
"@morjs/plugin-compiler-wechat": "1.0.51",
38+
"@morjs/runtime-mini": "1.0.51",
3939
"@morjs/utils": "1.0.50"
4040
}
4141
}

0 commit comments

Comments
 (0)