Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gao.ghf committed Nov 6, 2023
1 parent 77cc2bd commit 7961717
Show file tree
Hide file tree
Showing 32 changed files with 186 additions and 42 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.85](https://github.com/eleme/morjs/compare/v1.0.84...v1.0.85) (2023-11-06)

### Bug Fixes

- **runtime-mini:** 支持 catch 前缀回调 ([1d716af](https://github.com/eleme/morjs/commit/1d716af309e8ca958d0e6e589866d90d00903332))

### Features

- **core:** 微信转支付宝页面 behaviors 无效 ([#122](https://github.com/eleme/morjs/issues/122)) ([0ea297b](https://github.com/eleme/morjs/commit/0ea297be5051b8e8e2b7be13899c0e026b13e123))
- **plugin-compiler-alipay:** 微信转支付宝时将 map 组件的 polygons 转换成 polygon ([#124](https://github.com/eleme/morjs/issues/124)) ([367a66e](https://github.com/eleme/morjs/commit/367a66e771ea0e9a56cfaa0c8d07dba80dd89607))
- **runtime-web:** my.pageScrollTo 支持 selector 参数 ([#119](https://github.com/eleme/morjs/issues/119)) ([5ff2ea0](https://github.com/eleme/morjs/commit/5ff2ea082458a03d97093bb6203c01c049d22206))

## [1.0.84](https://github.com/eleme/morjs/compare/v1.0.83...v1.0.84) (2023-10-31)

### Bug Fixes
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.84"
"version": "1.0.85"
}
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.85](https://github.com/eleme/morjs/compare/v1.0.84...v1.0.85) (2023-11-06)

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





## [1.0.83](https://github.com/eleme/morjs/compare/v1.0.82...v1.0.83) (2023-09-14)

**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.83",
"version": "1.0.85",
"description": "mor cli",
"keywords": [
"mor",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@morjs/plugin-analyzer": "1.0.71",
"@morjs/plugin-compiler": "1.0.83",
"@morjs/plugin-compiler": "1.0.85",
"@morjs/plugin-composer": "1.0.72",
"@morjs/plugin-generator": "1.0.71",
"@morjs/plugin-mocker": "1.0.71",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.85](https://github.com/eleme/morjs/compare/v1.0.84...v1.0.85) (2023-11-06)


### Features

* **core:** 微信转支付宝页面behaviors无效 ([#122](https://github.com/eleme/morjs/issues/122)) ([0ea297b](https://github.com/eleme/morjs/commit/0ea297be5051b8e8e2b7be13899c0e026b13e123))





## [1.0.84](https://github.com/eleme/morjs/compare/v1.0.83...v1.0.84) (2023-10-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/core",
"version": "1.0.84",
"version": "1.0.85",
"description": "mor runtime core",
"keywords": [
"mor",
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.85](https://github.com/eleme/morjs/compare/v1.0.84...v1.0.85) (2023-11-06)

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





## [1.0.83](https://github.com/eleme/morjs/compare/v1.0.82...v1.0.83) (2023-09-14)

**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.83",
"version": "1.0.85",
"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.83"
"@morjs/cli": "1.0.85"
}
}
11 changes: 11 additions & 0 deletions packages/plugin-compiler-alipay/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.85](https://github.com/eleme/morjs/compare/v1.0.84...v1.0.85) (2023-11-06)


### Features

* **plugin-compiler-alipay:** 微信转支付宝时将 map 组件的 polygons 转换成 polygon ([#124](https://github.com/eleme/morjs/issues/124)) ([367a66e](https://github.com/eleme/morjs/commit/367a66e771ea0e9a56cfaa0c8d07dba80dd89607))





## [1.0.82](https://github.com/eleme/morjs/compare/v1.0.81...v1.0.82) (2023-09-08)

**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.82",
"version": "1.0.85",
"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.82",
"@morjs/runtime-mini": "1.0.85",
"@morjs/utils": "1.0.71"
}
}
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.85](https://github.com/eleme/morjs/compare/v1.0.84...v1.0.85) (2023-11-06)

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





## [1.0.82](https://github.com/eleme/morjs/compare/v1.0.81...v1.0.82) (2023-09-08)

**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.82",
"version": "1.0.85",
"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.82",
"@morjs/runtime-mini": "1.0.82",
"@morjs/plugin-compiler-wechat": "1.0.85",
"@morjs/runtime-mini": "1.0.85",
"@morjs/utils": "1.0.71"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-compiler-bytedance/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.85](https://github.com/eleme/morjs/compare/v1.0.84...v1.0.85) (2023-11-06)

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





## [1.0.82](https://github.com/eleme/morjs/compare/v1.0.81...v1.0.82) (2023-09-08)

**Note:** Version bump only for package @morjs/plugin-compiler-bytedance
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.82",
"version": "1.0.85",
"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.82",
"@morjs/runtime-mini": "1.0.82",
"@morjs/plugin-compiler-wechat": "1.0.85",
"@morjs/runtime-mini": "1.0.85",
"@morjs/utils": "1.0.71"
}
}
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.85](https://github.com/eleme/morjs/compare/v1.0.84...v1.0.85) (2023-11-06)

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





## [1.0.82](https://github.com/eleme/morjs/compare/v1.0.81...v1.0.82) (2023-09-08)

**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.82",
"version": "1.0.85",
"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.82",
"@morjs/plugin-compiler-alipay": "1.0.85",
"@morjs/utils": "1.0.71"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-compiler-kuaishou/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.85](https://github.com/eleme/morjs/compare/v1.0.84...v1.0.85) (2023-11-06)

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





## [1.0.82](https://github.com/eleme/morjs/compare/v1.0.81...v1.0.82) (2023-09-08)

**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.82",
"version": "1.0.85",
"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.82",
"@morjs/runtime-mini": "1.0.82",
"@morjs/plugin-compiler-wechat": "1.0.85",
"@morjs/runtime-mini": "1.0.85",
"@morjs/utils": "1.0.71"
}
}
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.85](https://github.com/eleme/morjs/compare/v1.0.84...v1.0.85) (2023-11-06)

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





## [1.0.82](https://github.com/eleme/morjs/compare/v1.0.81...v1.0.82) (2023-09-08)

**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.82",
"version": "1.0.85",
"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.82",
"@morjs/runtime-mini": "1.0.82",
"@morjs/plugin-compiler-wechat": "1.0.85",
"@morjs/runtime-mini": "1.0.85",
"@morjs/utils": "1.0.71"
}
}
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.85](https://github.com/eleme/morjs/compare/v1.0.84...v1.0.85) (2023-11-06)

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





## [1.0.82](https://github.com/eleme/morjs/compare/v1.0.81...v1.0.82) (2023-09-08)

**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.82",
"version": "1.0.85",
"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.82",
"@morjs/plugin-compiler-alipay": "1.0.85",
"@morjs/utils": "1.0.71"
}
}
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.85](https://github.com/eleme/morjs/compare/v1.0.84...v1.0.85) (2023-11-06)

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





## [1.0.83](https://github.com/eleme/morjs/compare/v1.0.82...v1.0.83) (2023-09-14)

**Note:** Version bump only for package @morjs/plugin-compiler-web
Expand Down
6 changes: 3 additions & 3 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.83",
"version": "1.0.85",
"description": "mor complier plugin for web",
"keywords": [
"mor",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@babel/runtime": "7.21.0",
"@morjs/plugin-compiler-alipay": "1.0.82",
"@morjs/runtime-web": "1.0.83",
"@morjs/plugin-compiler-alipay": "1.0.85",
"@morjs/runtime-web": "1.0.85",
"@morjs/utils": "1.0.71",
"postcss": "7.0.39"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-compiler-wechat/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.85](https://github.com/eleme/morjs/compare/v1.0.84...v1.0.85) (2023-11-06)

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





## [1.0.82](https://github.com/eleme/morjs/compare/v1.0.81...v1.0.82) (2023-09-08)

**Note:** Version bump only for package @morjs/plugin-compiler-wechat
Expand Down
Loading

0 comments on commit 7961717

Please sign in to comment.