Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BboyZaki committed May 19, 2023
1 parent 0044d4a commit d3cd994
Show file tree
Hide file tree
Showing 38 changed files with 235 additions and 51 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.46](https://github.com/eleme/morjs/compare/v1.0.45...v1.0.46) (2023-05-19)

### Features

- **runtime-mini:** 对齐最新 lifetimes 的官方功能,优先使用官方提供的 lifetimes 方法,兜底使用 mor 的自实现 ([#38](https://github.com/eleme/morjs/issues/38)) ([0044d4a](https://github.com/eleme/morjs/commit/0044d4a8cc86fc619c505f664d098c033fb7d8a7))
- **runtime-web:** selectorQuery 方法重构 & 支持 fields 查询 ([#41](https://github.com/eleme/morjs/issues/41)) ([902ffb7](https://github.com/eleme/morjs/commit/902ffb788899425cdaf46ffaaec0fea6aea0124a))

## [1.0.45](https://github.com/eleme/morjs/compare/v1.0.44...v1.0.45) (2023-05-17)

### 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.45"
"version": "1.0.46"
}
8 changes: 8 additions & 0 deletions packages/api/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.46](https://github.com/eleme/morjs/compare/v1.0.45...v1.0.46) (2023-05-19)

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





## [1.0.34](https://github.com/eleme/morjs/compare/v1.0.33...v1.0.34) (2023-04-25)

**Note:** Version bump only for package @morjs/api
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/api",
"version": "1.0.34",
"version": "1.0.46",
"description": "mor runtime api",
"keywords": [
"mor"
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"sideEffects": false,
"dependencies": {
"@morjs/runtime-base": "1.0.34",
"@morjs/runtime-base": "1.0.46",
"tslib": "^2.3.1"
}
}
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.46](https://github.com/eleme/morjs/compare/v1.0.45...v1.0.46) (2023-05-19)

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





## [1.0.45](https://github.com/eleme/morjs/compare/v1.0.44...v1.0.45) (2023-05-17)

**Note:** Version bump only for package @morjs/cli
Expand Down
6 changes: 3 additions & 3 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.45",
"version": "1.0.46",
"description": "mor cli",
"keywords": [
"mor",
Expand Down Expand Up @@ -34,10 +34,10 @@
},
"dependencies": {
"@morjs/plugin-analyzer": "1.0.31",
"@morjs/plugin-compiler": "1.0.45",
"@morjs/plugin-compiler": "1.0.46",
"@morjs/plugin-composer": "1.0.31",
"@morjs/plugin-generator": "1.0.31",
"@morjs/plugin-mocker": "1.0.34",
"@morjs/plugin-mocker": "1.0.46",
"@morjs/utils": "1.0.31",
"v8-compile-cache": "^2.3.0",
"youch": "^3.2.2",
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.46](https://github.com/eleme/morjs/compare/v1.0.45...v1.0.46) (2023-05-19)


### Features

* **runtime-mini:** 对齐最新 lifetimes 的官方功能,优先使用官方提供的 lifetimes 方法,兜底使用 mor 的自实现 ([#38](https://github.com/eleme/morjs/issues/38)) ([0044d4a](https://github.com/eleme/morjs/commit/0044d4a8cc86fc619c505f664d098c033fb7d8a7))





## [1.0.34](https://github.com/eleme/morjs/compare/v1.0.33...v1.0.34) (2023-04-25)

**Note:** Version bump only for package @morjs/core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morjs/core",
"version": "1.0.34",
"version": "1.0.46",
"description": "mor runtime core",
"keywords": [
"mor",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"sideEffects": false,
"dependencies": {
"@morjs/api": "1.0.34",
"@morjs/api": "1.0.46",
"mini-types": "^0.1.7",
"miniprogram-api-typings": "^3.4.4",
"tslib": "^2.3.1"
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.46](https://github.com/eleme/morjs/compare/v1.0.45...v1.0.46) (2023-05-19)

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





## [1.0.45](https://github.com/eleme/morjs/compare/v1.0.44...v1.0.45) (2023-05-17)

**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.45",
"version": "1.0.46",
"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.45"
"@morjs/cli": "1.0.46"
}
}
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.46](https://github.com/eleme/morjs/compare/v1.0.45...v1.0.46) (2023-05-19)


### Features

* **runtime-mini:** 对齐最新 lifetimes 的官方功能,优先使用官方提供的 lifetimes 方法,兜底使用 mor 的自实现 ([#38](https://github.com/eleme/morjs/issues/38)) ([0044d4a](https://github.com/eleme/morjs/commit/0044d4a8cc86fc619c505f664d098c033fb7d8a7))





## [1.0.42](https://github.com/eleme/morjs/compare/v1.0.41...v1.0.42) (2023-05-05)


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.42",
"version": "1.0.46",
"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.42",
"@morjs/runtime-mini": "1.0.46",
"@morjs/utils": "1.0.31"
}
}
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.46](https://github.com/eleme/morjs/compare/v1.0.45...v1.0.46) (2023-05-19)


### Features

* **runtime-mini:** 对齐最新 lifetimes 的官方功能,优先使用官方提供的 lifetimes 方法,兜底使用 mor 的自实现 ([#38](https://github.com/eleme/morjs/issues/38)) ([0044d4a](https://github.com/eleme/morjs/commit/0044d4a8cc86fc619c505f664d098c033fb7d8a7))





## [1.0.42](https://github.com/eleme/morjs/compare/v1.0.41...v1.0.42) (2023-05-05)

**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.42",
"version": "1.0.46",
"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.42",
"@morjs/runtime-mini": "1.0.42",
"@morjs/plugin-compiler-wechat": "1.0.46",
"@morjs/runtime-mini": "1.0.46",
"@morjs/utils": "1.0.31"
}
}
11 changes: 11 additions & 0 deletions packages/plugin-compiler-bytedance/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.46](https://github.com/eleme/morjs/compare/v1.0.45...v1.0.46) (2023-05-19)


### Features

* **runtime-mini:** 对齐最新 lifetimes 的官方功能,优先使用官方提供的 lifetimes 方法,兜底使用 mor 的自实现 ([#38](https://github.com/eleme/morjs/issues/38)) ([0044d4a](https://github.com/eleme/morjs/commit/0044d4a8cc86fc619c505f664d098c033fb7d8a7))





## [1.0.42](https://github.com/eleme/morjs/compare/v1.0.41...v1.0.42) (2023-05-05)

**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.42",
"version": "1.0.46",
"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.42",
"@morjs/runtime-mini": "1.0.42",
"@morjs/plugin-compiler-wechat": "1.0.46",
"@morjs/runtime-mini": "1.0.46",
"@morjs/utils": "1.0.31"
}
}
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.46](https://github.com/eleme/morjs/compare/v1.0.45...v1.0.46) (2023-05-19)

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





## [1.0.42](https://github.com/eleme/morjs/compare/v1.0.41...v1.0.42) (2023-05-05)

**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.42",
"version": "1.0.46",
"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.42",
"@morjs/plugin-compiler-alipay": "1.0.46",
"@morjs/utils": "1.0.31"
}
}
11 changes: 11 additions & 0 deletions packages/plugin-compiler-kuaishou/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.46](https://github.com/eleme/morjs/compare/v1.0.45...v1.0.46) (2023-05-19)


### Features

* **runtime-mini:** 对齐最新 lifetimes 的官方功能,优先使用官方提供的 lifetimes 方法,兜底使用 mor 的自实现 ([#38](https://github.com/eleme/morjs/issues/38)) ([0044d4a](https://github.com/eleme/morjs/commit/0044d4a8cc86fc619c505f664d098c033fb7d8a7))





## [1.0.42](https://github.com/eleme/morjs/compare/v1.0.41...v1.0.42) (2023-05-05)

**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.42",
"version": "1.0.46",
"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.42",
"@morjs/runtime-mini": "1.0.42",
"@morjs/plugin-compiler-wechat": "1.0.46",
"@morjs/runtime-mini": "1.0.46",
"@morjs/utils": "1.0.31"
}
}
11 changes: 11 additions & 0 deletions packages/plugin-compiler-qq/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.46](https://github.com/eleme/morjs/compare/v1.0.45...v1.0.46) (2023-05-19)


### Features

* **runtime-mini:** 对齐最新 lifetimes 的官方功能,优先使用官方提供的 lifetimes 方法,兜底使用 mor 的自实现 ([#38](https://github.com/eleme/morjs/issues/38)) ([0044d4a](https://github.com/eleme/morjs/commit/0044d4a8cc86fc619c505f664d098c033fb7d8a7))





## [1.0.42](https://github.com/eleme/morjs/compare/v1.0.41...v1.0.42) (2023-05-05)

**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.42",
"version": "1.0.46",
"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.42",
"@morjs/runtime-mini": "1.0.42",
"@morjs/plugin-compiler-wechat": "1.0.46",
"@morjs/runtime-mini": "1.0.46",
"@morjs/utils": "1.0.31"
}
}
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.46](https://github.com/eleme/morjs/compare/v1.0.45...v1.0.46) (2023-05-19)

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





## [1.0.42](https://github.com/eleme/morjs/compare/v1.0.41...v1.0.42) (2023-05-05)

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

0 comments on commit d3cd994

Please sign in to comment.