Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 90c7c2b

Browse files
committed
v2.11.5
1 parent b319d9b commit 90c7c2b

50 files changed

Lines changed: 193 additions & 86 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
7+
8+
### Bug Fixes
9+
10+
- **ali:** 修复 AppConfig 中 subPackages 的 type ([#1482](https://github.com/remaxjs/remax/issues/1482)) ([bd4eef0](https://github.com/remaxjs/remax/commit/bd4eef0a8c1dd8b341aea197e99fff79dbf6e9d1))
11+
- **wechat:** 修复 Map 组件缺失的属性 ([#1489](https://github.com/remaxjs/remax/issues/1489)) ([b319d9b](https://github.com/remaxjs/remax/commit/b319d9b2a568ba3d090a6fe8e52f761adcdb4506))
12+
613
## [2.11.4](https://github.com/remaxjs/remax/compare/v2.11.3...v2.11.4) (2021-01-21)
714

815
### Bug Fixes

e2e/app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
7+
8+
**Note:** Version bump only for package e2e-app
9+
610
## [2.11.4](https://github.com/remaxjs/remax/compare/v2.11.3...v2.11.4) (2021-01-21)
711

812
**Note:** Version bump only for package e2e-app

e2e/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "e2e-app",
33
"private": true,
4-
"version": "2.11.4",
4+
"version": "2.11.5",
55
"description": "intergration tests for Remax",
66
"main": "index.js",
77
"keywords": [],
@@ -25,7 +25,7 @@
2525
"clsx": "^1.0.4",
2626
"mini-antui": "^0.4.34",
2727
"react": "^16.8.6",
28-
"remax": "2.11.4"
28+
"remax": "2.11.5"
2929
},
3030
"devDependencies": {
3131
"@types/expect-puppeteer": "^4.4.0",

e2e/plugin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
7+
8+
**Note:** Version bump only for package e2e-plugin
9+
610
## [2.11.4](https://github.com/remaxjs/remax/compare/v2.11.3...v2.11.4) (2021-01-21)
711

812
**Note:** Version bump only for package e2e-plugin

e2e/plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "e2e-plugin",
33
"private": true,
4-
"version": "2.11.4",
4+
"version": "2.11.5",
55
"description": "intergration tests for Remax",
66
"main": "index.js",
77
"keywords": [],
@@ -18,7 +18,7 @@
1818
"clsx": "^1.0.4",
1919
"mini-antui": "^0.4.34",
2020
"react": "^16.8.6",
21-
"remax": "2.11.4"
21+
"remax": "2.11.5"
2222
},
2323
"devDependencies": {
2424
"@types/expect-puppeteer": "^4.4.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"conventionalCommits": true
1010
}
1111
},
12-
"version": "2.11.4",
12+
"version": "2.11.5",
1313
"npmClient": "yarn",
1414
"useWorkspaces": true
1515
}

packages/babel-plugin-remax-host-component/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
7+
8+
**Note:** Version bump only for package babel-plugin-remax-host-component
9+
610
## [2.11.4](https://github.com/remaxjs/remax/compare/v2.11.3...v2.11.4) (2021-01-21)
711

812
**Note:** Version bump only for package babel-plugin-remax-host-component

packages/babel-plugin-remax-host-component/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remax-host-component",
3-
"version": "2.11.4",
3+
"version": "2.11.5",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"author": "Wei Zhu <[email protected]>",
66
"homepage": "https://remaxjs.org",
@@ -28,13 +28,13 @@
2828
"@babel/helper-plugin-utils": "^7.10.4",
2929
"@babel/traverse": "^7.11.0",
3030
"@babel/types": "^7.11.0",
31-
"@remax/macro": "2.11.4",
32-
"@remax/shared": "2.11.4"
31+
"@remax/macro": "2.11.5",
32+
"@remax/shared": "2.11.5"
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.11.0",
3636
"@babel/plugin-syntax-jsx": "^7.10.4",
37-
"@remax/build-store": "2.11.4"
37+
"@remax/build-store": "2.11.5"
3838
},
3939
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
4040
}

packages/babel-plugin-remax-lifecycle/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.11.5](https://github.com/remaxjs/remax/compare/v2.11.4...v2.11.5) (2021-03-04)
7+
8+
**Note:** Version bump only for package babel-plugin-remax-lifecycle
9+
610
## [2.11.4](https://github.com/remaxjs/remax/compare/v2.11.3...v2.11.4) (2021-01-21)
711

812
**Note:** Version bump only for package babel-plugin-remax-lifecycle

packages/babel-plugin-remax-lifecycle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remax-lifecycle",
3-
"version": "2.11.4",
3+
"version": "2.11.5",
44
"description": "使用真正的 React 构建跨平台小程序",
55
"author": "Wei Zhu <[email protected]>",
66
"homepage": "https://remaxjs.org",
@@ -28,11 +28,11 @@
2828
"@babel/helper-plugin-utils": "^7.10.4",
2929
"@babel/traverse": "^7.11.0",
3030
"@babel/types": "^7.11.0",
31-
"@remax/shared": "2.11.4"
31+
"@remax/shared": "2.11.5"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.11.0",
35-
"@remax/build-store": "2.11.4"
35+
"@remax/build-store": "2.11.5"
3636
},
3737
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
3838
}

0 commit comments

Comments
 (0)