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 Mar 25, 2024
1 parent 3cbacd3 commit 6ee7236
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.103](https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103) (2024-03-25)

### Features

- **plugin-compiler-baidu:** 移除 type 检测的 warning 提示 ([148c9fe](https://github.com/eleme/morjs/commit/148c9fe16119434ba722827a2546bccc619f923e))
- **plugin-compiler:** 优化类名拆分逻辑 ([f518e98](https://github.com/eleme/morjs/commit/f518e9848be7348c6a9e0be7495f9870c8c3a765))
- **plugin-compiler:** 优化去除文件路径后缀逻辑 ([5d30d0e](https://github.com/eleme/morjs/commit/5d30d0e8769914d772edb26a0c788cdcdc0eb688))
- **plugin-compiler:** 增加 disableDynamicClassDetection 参数,用于配置是否需要跳过动态 class 类名检测 ([6abc138](https://github.com/eleme/morjs/commit/6abc138c7e3dd10f405bd2bb35ac034e5e8a4520))

## [1.0.102](https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102) (2024-03-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"message": "chore(release): publish packages"
}
},
"version": "1.0.102"
"version": "1.0.103"
}
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.103](https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103) (2024-03-25)

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





## [1.0.102](https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102) (2024-03-22)

**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.102",
"version": "1.0.103",
"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.102",
"@morjs/plugin-compiler": "1.0.103",
"@morjs/plugin-composer": "1.0.72",
"@morjs/plugin-generator": "1.0.71",
"@morjs/plugin-mocker": "1.0.71",
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.103](https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103) (2024-03-25)

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





## [1.0.102](https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102) (2024-03-22)

**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.102",
"version": "1.0.103",
"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.102"
"@morjs/cli": "1.0.103"
}
}
11 changes: 11 additions & 0 deletions packages/plugin-compiler-baidu/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.103](https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103) (2024-03-25)


### Features

* **plugin-compiler-baidu:** 移除 type 检测的 warning 提示 ([148c9fe](https://github.com/eleme/morjs/commit/148c9fe16119434ba722827a2546bccc619f923e))





## [1.0.95](https://github.com/eleme/morjs/compare/v1.0.95-beta.1...v1.0.95) (2024-01-16)

**Note:** Version bump only for package @morjs/plugin-compiler-baidu
Expand Down
2 changes: 1 addition & 1 deletion 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.95",
"version": "1.0.103",
"description": "mor complier plugin for baidu miniprogram",
"keywords": [
"mor",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-compiler/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.103](https://github.com/eleme/morjs/compare/v1.0.102...v1.0.103) (2024-03-25)


### Features

* **plugin-compiler:** 优化类名拆分逻辑 ([f518e98](https://github.com/eleme/morjs/commit/f518e9848be7348c6a9e0be7495f9870c8c3a765))
* **plugin-compiler:** 优化去除文件路径后缀逻辑 ([5d30d0e](https://github.com/eleme/morjs/commit/5d30d0e8769914d772edb26a0c788cdcdc0eb688))
* **plugin-compiler:** 增加 disableDynamicClassDetection 参数,用于配置是否需要跳过动态 class 类名检测 ([6abc138](https://github.com/eleme/morjs/commit/6abc138c7e3dd10f405bd2bb35ac034e5e8a4520))





## [1.0.102](https://github.com/eleme/morjs/compare/v1.0.101...v1.0.102) (2024-03-22)

**Note:** Version bump only for package @morjs/plugin-compiler
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/plugin-compiler",
"version": "1.0.102",
"version": "1.0.103",
"description": "mor compiler plugin",
"keywords": [
"mor",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@morjs/api": "1.0.69",
"@morjs/plugin-compiler-alipay": "1.0.95",
"@morjs/plugin-compiler-baidu": "1.0.95",
"@morjs/plugin-compiler-baidu": "1.0.103",
"@morjs/plugin-compiler-bytedance": "1.0.95",
"@morjs/plugin-compiler-dingding": "1.0.95",
"@morjs/plugin-compiler-kuaishou": "1.0.95",
Expand Down

0 comments on commit 6ee7236

Please sign in to comment.