Skip to content

Commit 6ee7236

Browse files
author
gao.ghf
committed
chore(release): publish packages
1 parent 3cbacd3 commit 6ee7236

File tree

10 files changed

+57
-8
lines changed

10 files changed

+57
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.103](https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103) (2024-03-25)
7+
8+
### Features
9+
10+
- **plugin-compiler-baidu:** 移除 type 检测的 warning 提示 ([148c9fe](https://github.com/eleme/morjs/commit/148c9fe16119434ba722827a2546bccc619f923e))
11+
- **plugin-compiler:** 优化类名拆分逻辑 ([f518e98](https://github.com/eleme/morjs/commit/f518e9848be7348c6a9e0be7495f9870c8c3a765))
12+
- **plugin-compiler:** 优化去除文件路径后缀逻辑 ([5d30d0e](https://github.com/eleme/morjs/commit/5d30d0e8769914d772edb26a0c788cdcdc0eb688))
13+
- **plugin-compiler:** 增加 disableDynamicClassDetection 参数,用于配置是否需要跳过动态 class 类名检测 ([6abc138](https://github.com/eleme/morjs/commit/6abc138c7e3dd10f405bd2bb35ac034e5e8a4520))
14+
615
## [1.0.102](https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102) (2024-03-22)
716

817
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"message": "chore(release): publish packages"
2626
}
2727
},
28-
"version": "1.0.102"
28+
"version": "1.0.103"
2929
}

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.103](https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103) (2024-03-25)
7+
8+
**Note:** Version bump only for package @morjs/cli
9+
10+
11+
12+
13+
614
## [1.0.102](https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102) (2024-03-22)
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.102",
3+
"version": "1.0.103",
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.102",
37+
"@morjs/plugin-compiler": "1.0.103",
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.103](https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103) (2024-03-25)
7+
8+
**Note:** Version bump only for package create-mor
9+
10+
11+
12+
13+
614
## [1.0.102](https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102) (2024-03-22)
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.102",
3+
"version": "1.0.103",
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.102"
29+
"@morjs/cli": "1.0.103"
3030
}
3131
}

packages/plugin-compiler-baidu/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.103](https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103) (2024-03-25)
7+
8+
9+
### Features
10+
11+
* **plugin-compiler-baidu:** 移除 type 检测的 warning 提示 ([148c9fe](https://github.com/eleme/morjs/commit/148c9fe16119434ba722827a2546bccc619f923e))
12+
13+
14+
15+
16+
617
## [1.0.95](https://github.com/eleme/morjs/compare/v1.0.95-beta.1...v1.0.95) (2024-01-16)
718

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

packages/plugin-compiler-baidu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morjs/plugin-compiler-baidu",
3-
"version": "1.0.95",
3+
"version": "1.0.103",
44
"description": "mor complier plugin for baidu miniprogram",
55
"keywords": [
66
"mor",

packages/plugin-compiler/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.103](https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103) (2024-03-25)
7+
8+
9+
### Features
10+
11+
* **plugin-compiler:** 优化类名拆分逻辑 ([f518e98](https://github.com/eleme/morjs/commit/f518e9848be7348c6a9e0be7495f9870c8c3a765))
12+
* **plugin-compiler:** 优化去除文件路径后缀逻辑 ([5d30d0e](https://github.com/eleme/morjs/commit/5d30d0e8769914d772edb26a0c788cdcdc0eb688))
13+
* **plugin-compiler:** 增加 disableDynamicClassDetection 参数,用于配置是否需要跳过动态 class 类名检测 ([6abc138](https://github.com/eleme/morjs/commit/6abc138c7e3dd10f405bd2bb35ac034e5e8a4520))
14+
15+
16+
17+
18+
619
## [1.0.102](https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102) (2024-03-22)
720

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

packages/plugin-compiler/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",
3-
"version": "1.0.102",
3+
"version": "1.0.103",
44
"description": "mor compiler plugin",
55
"keywords": [
66
"mor",
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@morjs/api": "1.0.69",
3333
"@morjs/plugin-compiler-alipay": "1.0.95",
34-
"@morjs/plugin-compiler-baidu": "1.0.95",
34+
"@morjs/plugin-compiler-baidu": "1.0.103",
3535
"@morjs/plugin-compiler-bytedance": "1.0.95",
3636
"@morjs/plugin-compiler-dingding": "1.0.95",
3737
"@morjs/plugin-compiler-kuaishou": "1.0.95",

0 commit comments

Comments
 (0)