Skip to content

Commit 3ac4fd4

Browse files
committed
chore(release): publish packages
1 parent 66b9c3d commit 3ac4fd4

File tree

42 files changed

+260
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+260
-67
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.71](https://github.com/eleme/morjs/compare/v1.0.70...v1.0.71) (2023-07-26)
7+
8+
### Bug Fixes
9+
10+
- **plugin-compiler-web:** 修复 pnpm 场景下 runtime-web 可能会找不到的问题 ([b598de8](https://github.com/eleme/morjs/commit/b598de8abbb911c92ef222ba65e8f193d05b2b9b))
11+
- **plugin-compiler-web:** 修复分包工程编译为 web 时可能会报错的问题 ([b9d5203](https://github.com/eleme/morjs/commit/b9d5203b5d14ee1b0ba73bcf17bc47e1200489af))
12+
- **plugin-compiler:** 分包或插件转 web 场景下不注入 App 的初始化模拟支持 ([1bb21f6](https://github.com/eleme/morjs/commit/1bb21f61ceff805c0a85a144b01c37a3a6128baf))
13+
14+
### Features
15+
16+
- **plugin-generator:** 修改模版文件用于支持 isSupportWeb 选项 ([39896d1](https://github.com/eleme/morjs/commit/39896d1ec52f9c97758a2d25fb93ed2ae536668d))
17+
- **runtime-web:** createIntersectionObserver 增加 dataset 透传 ([3012c51](https://github.com/eleme/morjs/commit/3012c51ba43113b0f6f9669789707210c1e99a7b))
18+
- **runtime-web:** this.createSelectorQuery 用法支持 ([94abb99](https://github.com/eleme/morjs/commit/94abb9903a545e5f4f848ede0453e26da93637c7))
19+
620
## [1.0.70](https://github.com/eleme/morjs/compare/v1.0.69...v1.0.70) (2023-07-19)
721

822
### Bug Fixes

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.70"
27+
"version": "1.0.71"
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.71](https://github.com/eleme/morjs/compare/v1.0.70...v1.0.71) (2023-07-26)
7+
8+
**Note:** Version bump only for package @morjs/cli
9+
10+
11+
12+
13+
614
## [1.0.70](https://github.com/eleme/morjs/compare/v1.0.69...v1.0.70) (2023-07-19)
715

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

packages/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/cli",
3-
"version": "1.0.70",
3+
"version": "1.0.71",
44
"description": "mor cli",
55
"keywords": [
66
"mor",
@@ -33,12 +33,12 @@
3333
"test": "echo \"Error: run tests from root\" && exit 1"
3434
},
3535
"dependencies": {
36-
"@morjs/plugin-analyzer": "1.0.69",
37-
"@morjs/plugin-compiler": "1.0.70",
38-
"@morjs/plugin-composer": "1.0.69",
39-
"@morjs/plugin-generator": "1.0.69",
40-
"@morjs/plugin-mocker": "1.0.69",
41-
"@morjs/utils": "1.0.69",
36+
"@morjs/plugin-analyzer": "1.0.71",
37+
"@morjs/plugin-compiler": "1.0.71",
38+
"@morjs/plugin-composer": "1.0.71",
39+
"@morjs/plugin-generator": "1.0.71",
40+
"@morjs/plugin-mocker": "1.0.71",
41+
"@morjs/utils": "1.0.71",
4242
"v8-compile-cache": "^2.3.0",
4343
"youch": "^3.2.2",
4444
"youch-terminal": "^2.1.5"

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.71](https://github.com/eleme/morjs/compare/v1.0.70...v1.0.71) (2023-07-26)
7+
8+
**Note:** Version bump only for package create-mor
9+
10+
11+
12+
13+
614
## [1.0.70](https://github.com/eleme/morjs/compare/v1.0.69...v1.0.70) (2023-07-19)
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.70",
3+
"version": "1.0.71",
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.70"
29+
"@morjs/cli": "1.0.71"
3030
}
3131
}

packages/plugin-analyzer/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.71](https://github.com/eleme/morjs/compare/v1.0.70...v1.0.71) (2023-07-26)
7+
8+
**Note:** Version bump only for package @morjs/plugin-analyzer
9+
10+
11+
12+
13+
614
## [1.0.69](https://github.com/eleme/morjs/compare/v1.0.68...v1.0.69) (2023-07-17)
715

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

packages/plugin-analyzer/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-analyzer",
3-
"version": "1.0.69",
3+
"version": "1.0.71",
44
"description": "mor analyzer plugin",
55
"keywords": [
66
"mor",
@@ -32,6 +32,6 @@
3232
"test": "echo \"Error: run tests from root\" && exit 1"
3333
},
3434
"dependencies": {
35-
"@morjs/utils": "1.0.69"
35+
"@morjs/utils": "1.0.71"
3636
}
3737
}

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.71](https://github.com/eleme/morjs/compare/v1.0.70...v1.0.71) (2023-07-26)
7+
8+
**Note:** Version bump only for package @morjs/plugin-compiler-alipay
9+
10+
11+
12+
13+
614
## [1.0.70](https://github.com/eleme/morjs/compare/v1.0.69...v1.0.70) (2023-07-19)
715

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

packages/plugin-compiler-alipay/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-alipay",
3-
"version": "1.0.70",
3+
"version": "1.0.71",
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.70",
39-
"@morjs/utils": "1.0.69"
38+
"@morjs/runtime-mini": "1.0.71",
39+
"@morjs/utils": "1.0.71"
4040
}
4141
}

0 commit comments

Comments
 (0)