Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lyfeyaj committed Jun 2, 2023
1 parent 761cad7 commit 3533044
Show file tree
Hide file tree
Showing 28 changed files with 173 additions and 39 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)

### Bug Fixes

- **plugin-compiler-wechat:** 修复微信双向绑定在抖音和快手端未正确处理 picker-view 的问题 ([ea4b6c9](https://github.com/eleme/morjs/commit/ea4b6c9feb2f8da981583d5a207b7f46472c811c))

### Features

- **plugin-compiler-bytedance:** 增加字节小程序双向绑定编译能力支持 ([6a03f1c](https://github.com/eleme/morjs/commit/6a03f1c786e1474418b47d292ed8c9054a8cd87b))
- **plugin-compiler-kuaishou:** 增加快手小程序双向绑定编译能力支持 ([53e72ee](https://github.com/eleme/morjs/commit/53e72eeb98f54f1300d12166e039da9495bb9284))
- **plugin-compiler-wechat:** 增加微信转其他类似于微信端的双向绑定支持 ([74f5b13](https://github.com/eleme/morjs/commit/74f5b1345ee63aef91f58369328b2338bb277ab0))
- **runtime-mini:** 增加字节小程序及快手小程序运行时双向绑定支持 ([653767f](https://github.com/eleme/morjs/commit/653767f44d954fedfd435cbc4a86889e310d1e30))

## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"message": "chore(release): publish packages"
}
},
"version": "1.0.50"
"version": "1.0.51"
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)

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





## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)

**Note:** Version bump only for package @morjs/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/cli",
"version": "1.0.50",
"version": "1.0.51",
"description": "mor cli",
"keywords": [
"mor",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@morjs/plugin-analyzer": "1.0.50",
"@morjs/plugin-compiler": "1.0.50",
"@morjs/plugin-compiler": "1.0.51",
"@morjs/plugin-composer": "1.0.50",
"@morjs/plugin-generator": "1.0.50",
"@morjs/plugin-mocker": "1.0.50",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-mor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)

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





## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)

**Note:** Version bump only for package create-mor
Expand Down
4 changes: 2 additions & 2 deletions packages/create-mor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-mor",
"version": "1.0.50",
"version": "1.0.51",
"license": "MIT",
"authors": [
"Felix Liu <[email protected]> (https://github.com/lyfeyaj)"
Expand All @@ -26,6 +26,6 @@
},
"homepage": "https://github.com/eleme/morjs/tree/main/packages/create-mor#readme",
"dependencies": {
"@morjs/cli": "1.0.50"
"@morjs/cli": "1.0.51"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-compiler-alipay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)

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





## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)

**Note:** Version bump only for package @morjs/plugin-compiler-alipay
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-compiler-alipay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/plugin-compiler-alipay",
"version": "1.0.50",
"version": "1.0.51",
"description": "mor complier plugin for alipay mini program",
"keywords": [
"mor",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@morjs/runtime-mini": "1.0.49",
"@morjs/runtime-mini": "1.0.51",
"@morjs/utils": "1.0.50"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-compiler-baidu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)

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





## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)

**Note:** Version bump only for package @morjs/plugin-compiler-baidu
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-compiler-baidu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/plugin-compiler-baidu",
"version": "1.0.50",
"version": "1.0.51",
"description": "mor complier plugin for baidu miniprogram",
"keywords": [
"mor",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@morjs/plugin-compiler-wechat": "1.0.50",
"@morjs/runtime-mini": "1.0.49",
"@morjs/plugin-compiler-wechat": "1.0.51",
"@morjs/runtime-mini": "1.0.51",
"@morjs/utils": "1.0.50"
}
}
11 changes: 11 additions & 0 deletions packages/plugin-compiler-bytedance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)


### Features

* **plugin-compiler-bytedance:** 增加字节小程序双向绑定编译能力支持 ([6a03f1c](https://github.com/eleme/morjs/commit/6a03f1c786e1474418b47d292ed8c9054a8cd87b))





## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)


Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-compiler-bytedance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/plugin-compiler-bytedance",
"version": "1.0.50",
"version": "1.0.51",
"description": "mor complier plugin for bytedance miniprogram",
"keywords": [
"mor",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@morjs/plugin-compiler-wechat": "1.0.50",
"@morjs/runtime-mini": "1.0.49",
"@morjs/plugin-compiler-wechat": "1.0.51",
"@morjs/runtime-mini": "1.0.51",
"@morjs/utils": "1.0.50"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-compiler-dingding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)

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





## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)

**Note:** Version bump only for package @morjs/plugin-compiler-dingding
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-compiler-dingding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/plugin-compiler-dingding",
"version": "1.0.50",
"version": "1.0.51",
"description": "mor complier plugin for dingding miniprogram",
"keywords": [
"mor",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@morjs/plugin-compiler-alipay": "1.0.50",
"@morjs/plugin-compiler-alipay": "1.0.51",
"@morjs/utils": "1.0.50"
}
}
11 changes: 11 additions & 0 deletions packages/plugin-compiler-kuaishou/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)


### Features

* **plugin-compiler-kuaishou:** 增加快手小程序双向绑定编译能力支持 ([53e72ee](https://github.com/eleme/morjs/commit/53e72eeb98f54f1300d12166e039da9495bb9284))





## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)

**Note:** Version bump only for package @morjs/plugin-compiler-kuaishou
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-compiler-kuaishou/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/plugin-compiler-kuaishou",
"version": "1.0.50",
"version": "1.0.51",
"description": "mor complier plugin for kuaishou miniprogram",
"keywords": [
"mor",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@morjs/plugin-compiler-wechat": "1.0.50",
"@morjs/runtime-mini": "1.0.49",
"@morjs/plugin-compiler-wechat": "1.0.51",
"@morjs/runtime-mini": "1.0.51",
"@morjs/utils": "1.0.50"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-compiler-qq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)

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





## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)

**Note:** Version bump only for package @morjs/plugin-compiler-qq
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-compiler-qq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/plugin-compiler-qq",
"version": "1.0.50",
"version": "1.0.51",
"description": "mor complier plugin for qq miniprogram",
"keywords": [
"mor",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@morjs/plugin-compiler-wechat": "1.0.50",
"@morjs/runtime-mini": "1.0.49",
"@morjs/plugin-compiler-wechat": "1.0.51",
"@morjs/runtime-mini": "1.0.51",
"@morjs/utils": "1.0.50"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-compiler-taobao/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)

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





## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)

**Note:** Version bump only for package @morjs/plugin-compiler-taobao
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-compiler-taobao/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/plugin-compiler-taobao",
"version": "1.0.50",
"version": "1.0.51",
"description": "mor complier plugin for taobao miniprogram",
"keywords": [
"mor",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@morjs/plugin-compiler-alipay": "1.0.50",
"@morjs/plugin-compiler-alipay": "1.0.51",
"@morjs/utils": "1.0.50"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-compiler-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)

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





## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)

**Note:** Version bump only for package @morjs/plugin-compiler-web
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-compiler-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/plugin-compiler-web",
"version": "1.0.50",
"version": "1.0.51",
"description": "mor complier plugin for web",
"keywords": [
"mor",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/runtime": "7.21.0",
"@morjs/plugin-compiler-alipay": "1.0.50",
"@morjs/plugin-compiler-alipay": "1.0.51",
"@morjs/runtime-web": "1.0.47",
"@morjs/utils": "1.0.50",
"postcss": "7.0.39"
Expand Down
16 changes: 16 additions & 0 deletions packages/plugin-compiler-wechat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.51](https://github.com/eleme/morjs/compare/v1.0.50...v1.0.51) (2023-06-02)


### Bug Fixes

* **plugin-compiler-wechat:** 修复微信双向绑定在抖音和快手端未正确处理 picker-view 的问题 ([ea4b6c9](https://github.com/eleme/morjs/commit/ea4b6c9feb2f8da981583d5a207b7f46472c811c))


### Features

* **plugin-compiler-wechat:** 增加微信转其他类似于微信端的双向绑定支持 ([74f5b13](https://github.com/eleme/morjs/commit/74f5b1345ee63aef91f58369328b2338bb277ab0))





## [1.0.50](https://github.com/eleme/morjs/compare/v1.0.49...v1.0.50) (2023-05-31)

**Note:** Version bump only for package @morjs/plugin-compiler-wechat
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-compiler-wechat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/plugin-compiler-wechat",
"version": "1.0.50",
"version": "1.0.51",
"description": "mor complier plugin for wechat miniprogram",
"keywords": [
"mor",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@morjs/runtime-mini": "1.0.49",
"@morjs/runtime-mini": "1.0.51",
"@morjs/utils": "1.0.50"
}
}
Loading

0 comments on commit 3533044

Please sign in to comment.