Skip to content

Commit 3d2fe8a

Browse files
author
gao.ghf
committed
chore(release): publish packages
1 parent 273f855 commit 3d2fe8a

File tree

12 files changed

+68
-10
lines changed

12 files changed

+68
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.89](https://github.com/eleme/morjs/compare/v1.0.88...v1.0.89) (2023-12-05)
7+
8+
### Bug Fixes
9+
10+
- **runtime-web:** 页面返回时拿到上一个页面的 location ([#130](https://github.com/eleme/morjs/issues/130)) ([b2802cb](https://github.com/eleme/morjs/commit/b2802cb25c2215a459881bb7e0b96911f1939a4c))
11+
12+
### Reverts
13+
14+
- Revert "fix(runtime-web): 页面返回时拿到上一个页面的 location (#130)" (#131) ([273f855](https://github.com/eleme/morjs/commit/273f8553c9a75b4625abd97f539ca13334280516)), closes [#130](https://github.com/eleme/morjs/issues/130) [#131](https://github.com/eleme/morjs/issues/131)
15+
616
## [1.0.88](https://github.com/eleme/morjs/compare/v1.0.87...v1.0.88) (2023-11-16)
717

818
### Features

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.88"
27+
"version": "1.0.89"
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.89](https://github.com/eleme/morjs/compare/v1.0.88...v1.0.89) (2023-12-05)
7+
8+
**Note:** Version bump only for package @morjs/cli
9+
10+
11+
12+
13+
614
## [1.0.88](https://github.com/eleme/morjs/compare/v1.0.87...v1.0.88) (2023-11-16)
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.88",
3+
"version": "1.0.89",
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.88",
37+
"@morjs/plugin-compiler": "1.0.89",
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.89](https://github.com/eleme/morjs/compare/v1.0.88...v1.0.89) (2023-12-05)
7+
8+
**Note:** Version bump only for package create-mor
9+
10+
11+
12+
13+
614
## [1.0.88](https://github.com/eleme/morjs/compare/v1.0.87...v1.0.88) (2023-11-16)
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.88",
3+
"version": "1.0.89",
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.88"
29+
"@morjs/cli": "1.0.89"
3030
}
3131
}

packages/plugin-compiler-web/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.89](https://github.com/eleme/morjs/compare/v1.0.88...v1.0.89) (2023-12-05)
7+
8+
**Note:** Version bump only for package @morjs/plugin-compiler-web
9+
10+
11+
12+
13+
614
## [1.0.88](https://github.com/eleme/morjs/compare/v1.0.87...v1.0.88) (2023-11-16)
715

816

packages/plugin-compiler-web/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-web",
3-
"version": "1.0.88",
3+
"version": "1.0.89",
44
"description": "mor complier plugin for web",
55
"keywords": [
66
"mor",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@babel/runtime": "7.21.0",
3434
"@morjs/plugin-compiler-alipay": "1.0.87",
35-
"@morjs/runtime-web": "1.0.88",
35+
"@morjs/runtime-web": "1.0.89",
3636
"@morjs/utils": "1.0.71",
3737
"postcss": "7.0.39"
3838
}

packages/plugin-compiler/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.89](https://github.com/eleme/morjs/compare/v1.0.88...v1.0.89) (2023-12-05)
7+
8+
**Note:** Version bump only for package @morjs/plugin-compiler
9+
10+
11+
12+
13+
614
## [1.0.88](https://github.com/eleme/morjs/compare/v1.0.87...v1.0.88) (2023-11-16)
715

816
**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.88",
3+
"version": "1.0.89",
44
"description": "mor compiler plugin",
55
"keywords": [
66
"mor",
@@ -37,7 +37,7 @@
3737
"@morjs/plugin-compiler-kuaishou": "1.0.85",
3838
"@morjs/plugin-compiler-qq": "1.0.85",
3939
"@morjs/plugin-compiler-taobao": "1.0.87",
40-
"@morjs/plugin-compiler-web": "1.0.88",
40+
"@morjs/plugin-compiler-web": "1.0.89",
4141
"@morjs/plugin-compiler-wechat": "1.0.85",
4242
"@morjs/runtime-mini": "1.0.85",
4343
"@morjs/utils": "1.0.71",

0 commit comments

Comments
 (0)