Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hwaphon committed May 10, 2024
1 parent 8078806 commit 11bc996
Show file tree
Hide file tree
Showing 12 changed files with 88 additions and 10 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.112](https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112) (2024-05-10)

### Bug Fixes

- **runtime-web:** 因行高导致的不居中问题 ([a064097](https://github.com/eleme/morjs/commit/a0640972fd1174080ab89fc269397d6c32d77fb6))

### Features

- **plugin-compiler:** 新增 web-pro 识别 ([9642737](https://github.com/eleme/morjs/commit/964273797aaf0b1a8b39fd5c1111bae2f464096d))
- **plugin-compiler:** 移除无关打印 ([a16db5d](https://github.com/eleme/morjs/commit/a16db5d9ceb0f9e7b8097a0fac0f804eeeb0f151))
- **plugin-compiler:** 支持 .css 类型文件编译 ([d5c3bb2](https://github.com/eleme/morjs/commit/d5c3bb26925dc65e5a6e21fbe8dcd8b449c57a3c))
- **plugin-compiler:** 支持 .css 类型文件编译 ([afff223](https://github.com/eleme/morjs/commit/afff22349b29903f8c93779452a063891997b1e3))
- **plugin-compiler:** 支持 web-pro 编译 ([da23459](https://github.com/eleme/morjs/commit/da23459120a328a20f84c7f2f82a058deedcfd5e))
- **plugin-compiler:** 支持自定义 template render ([637305c](https://github.com/eleme/morjs/commit/637305cbca2ecf810dbaadf3c783489bd453d244))
- **plugin-compiler:** web-pro 编译去除 .json 文件输出 ([e9feb46](https://github.com/eleme/morjs/commit/e9feb4665be2495094375cf02fe3ec5e9aadc4f2))
- **runtime-web:** 移除测试使用的 runtime-web 改动 ([17e667f](https://github.com/eleme/morjs/commit/17e667f2a0bfbcbb4af5eeb35b76ab753986165c))
- **runtime-web:** 移除测试使用的 runtime-web 改动 ([58a7865](https://github.com/eleme/morjs/commit/58a786574c62fcade396eabe9037917f4e302495))
- **runtime-web:** runtime 方法导出缩写 ([8922010](https://github.com/eleme/morjs/commit/89220109da21f3adc9da934b1cc1c99f0a72b8f0))

## [1.0.111](https://github.com/eleme/morjs/compare/v1.0.110...v1.0.111) (2024-05-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"message": "chore(release): publish packages"
}
},
"version": "1.0.111"
"version": "1.0.112"
}
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.112](https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112) (2024-05-10)

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





## [1.0.111](https://github.com/eleme/morjs/compare/v1.0.110...v1.0.111) (2024-05-06)

**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.111",
"version": "1.0.112",
"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.111",
"@morjs/plugin-compiler": "1.0.112",
"@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.112](https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112) (2024-05-10)

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





## [1.0.111](https://github.com/eleme/morjs/compare/v1.0.110...v1.0.111) (2024-05-06)

**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.111",
"version": "1.0.112",
"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.111"
"@morjs/cli": "1.0.112"
}
}
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.112](https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112) (2024-05-10)

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





## [1.0.111](https://github.com/eleme/morjs/compare/v1.0.110...v1.0.111) (2024-05-06)

**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.111",
"version": "1.0.112",
"description": "mor complier plugin for web",
"keywords": [
"mor",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@babel/runtime": "7.21.0",
"@morjs/plugin-compiler-alipay": "1.0.106",
"@morjs/runtime-web": "1.0.111",
"@morjs/runtime-web": "1.0.112",
"@morjs/utils": "1.0.71",
"postcss": "7.0.39",
"postcss-import-sync": "7.1.4"
Expand Down
16 changes: 16 additions & 0 deletions packages/plugin-compiler/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.112](https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112) (2024-05-10)


### Features

* **plugin-compiler:** 新增 web-pro 识别 ([9642737](https://github.com/eleme/morjs/commit/964273797aaf0b1a8b39fd5c1111bae2f464096d))
* **plugin-compiler:** 移除无关打印 ([a16db5d](https://github.com/eleme/morjs/commit/a16db5d9ceb0f9e7b8097a0fac0f804eeeb0f151))
* **plugin-compiler:** 支持 .css 类型文件编译 ([d5c3bb2](https://github.com/eleme/morjs/commit/d5c3bb26925dc65e5a6e21fbe8dcd8b449c57a3c))
* **plugin-compiler:** 支持 web-pro 编译 ([da23459](https://github.com/eleme/morjs/commit/da23459120a328a20f84c7f2f82a058deedcfd5e))
* **plugin-compiler:** 支持自定义 template render ([637305c](https://github.com/eleme/morjs/commit/637305cbca2ecf810dbaadf3c783489bd453d244))
* **plugin-compiler:** web-pro 编译去除 .json 文件输出 ([e9feb46](https://github.com/eleme/morjs/commit/e9feb4665be2495094375cf02fe3ec5e9aadc4f2))





## [1.0.111](https://github.com/eleme/morjs/compare/v1.0.110...v1.0.111) (2024-05-06)

**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.111",
"version": "1.0.112",
"description": "mor compiler plugin",
"keywords": [
"mor",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@morjs/plugin-compiler-kuaishou": "1.0.106",
"@morjs/plugin-compiler-qq": "1.0.106",
"@morjs/plugin-compiler-taobao": "1.0.106",
"@morjs/plugin-compiler-web": "1.0.111",
"@morjs/plugin-compiler-web": "1.0.112",
"@morjs/plugin-compiler-wechat": "1.0.106",
"@morjs/runtime-mini": "1.0.106",
"@morjs/utils": "1.0.71",
Expand Down
19 changes: 19 additions & 0 deletions packages/runtime-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.112](https://github.com/eleme/morjs/compare/v1.0.111...v1.0.112) (2024-05-10)


### Bug Fixes

* **runtime-web:** 因行高导致的不居中问题 ([a064097](https://github.com/eleme/morjs/commit/a0640972fd1174080ab89fc269397d6c32d77fb6))


### Features

* **plugin-compiler:** 支持 web-pro 编译 ([da23459](https://github.com/eleme/morjs/commit/da23459120a328a20f84c7f2f82a058deedcfd5e))
* **runtime-web:** 移除测试使用的 runtime-web 改动 ([17e667f](https://github.com/eleme/morjs/commit/17e667f2a0bfbcbb4af5eeb35b76ab753986165c))
* **runtime-web:** 移除测试使用的 runtime-web 改动 ([58a7865](https://github.com/eleme/morjs/commit/58a786574c62fcade396eabe9037917f4e302495))
* **runtime-web:** runtime 方法导出缩写 ([8922010](https://github.com/eleme/morjs/commit/89220109da21f3adc9da934b1cc1c99f0a72b8f0))





## [1.0.111](https://github.com/eleme/morjs/compare/v1.0.110...v1.0.111) (2024-05-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/runtime-web",
"version": "1.0.111",
"version": "1.0.112",
"description": "mor runtime for web",
"keywords": [
"mor",
Expand Down

0 comments on commit 11bc996

Please sign in to comment.