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

Commit 2f932d9

Browse files
committed
v2.8.7
1 parent 62281ff commit 2f932d9

38 files changed

Lines changed: 138 additions & 58 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.8.7](https://github.com/remaxjs/remax/compare/v2.8.6...v2.8.7) (2020-11-12)
7+
8+
### Bug Fixes
9+
10+
- **wechat:** 修复微信端节点交换时渲染错误的问题 ([#1364](https://github.com/remaxjs/remax/issues/1364)) ([62281ff](https://github.com/remaxjs/remax/commit/62281ff69c0da59c7bdf1a477188fbd41abee579)), closes [#1363](https://github.com/remaxjs/remax/issues/1363)
11+
612
## [2.8.6](https://github.com/remaxjs/remax/compare/v2.8.5...v2.8.6) (2020-11-04)
713

814
### Bug Fixes

e2e/dummy/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.8.7](https://github.com/remaxjs/remax/compare/v2.8.6...v2.8.7) (2020-11-12)
7+
8+
**Note:** Version bump only for package e2e-dummy
9+
610
## [2.8.6](https://github.com/remaxjs/remax/compare/v2.8.5...v2.8.6) (2020-11-04)
711

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

e2e/dummy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "e2e-dummy",
33
"private": true,
4-
"version": "2.8.6",
4+
"version": "2.8.7",
55
"description": "Remax Project",
66
"main": "index.js",
77
"keywords": [],
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"react": "^16.12.0",
1717
"react-dom": "^16.12.0",
18-
"remax": "2.8.6"
18+
"remax": "2.8.7"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.9.6",

e2e/mini/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.8.7](https://github.com/remaxjs/remax/compare/v2.8.6...v2.8.7) (2020-11-12)
7+
8+
**Note:** Version bump only for package e2e-mini
9+
610
## [2.8.6](https://github.com/remaxjs/remax/compare/v2.8.5...v2.8.6) (2020-11-04)
711

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

e2e/mini/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "e2e-mini",
33
"private": true,
4-
"version": "2.8.6",
4+
"version": "2.8.7",
55
"description": "intergration tests for Remax",
66
"main": "index.js",
77
"keywords": [],
@@ -19,7 +19,7 @@
1919
"clsx": "^1.0.4",
2020
"mini-antui": "^0.4.34",
2121
"react": "^16.8.6",
22-
"remax": "2.8.6"
22+
"remax": "2.8.7"
2323
},
2424
"devDependencies": {
2525
"@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.8.6",
12+
"version": "2.8.7",
1313
"npmClient": "yarn",
1414
"useWorkspaces": true
1515
}

packages/babel-preset-remax/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.8.7](https://github.com/remaxjs/remax/compare/v2.8.6...v2.8.7) (2020-11-12)
7+
8+
**Note:** Version bump only for package babel-preset-remax
9+
610
## [2.8.6](https://github.com/remaxjs/remax/compare/v2.8.5...v2.8.6) (2020-11-04)
711

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

packages/babel-preset-remax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-remax",
3-
"version": "2.8.6",
3+
"version": "2.8.7",
44
"description": "remax babel preset",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/postcss-remax-tag/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.8.7](https://github.com/remaxjs/remax/compare/v2.8.6...v2.8.7) (2020-11-12)
7+
8+
**Note:** Version bump only for package @remax/postcss-tag
9+
610
## [2.8.6](https://github.com/remaxjs/remax/compare/v2.8.5...v2.8.6) (2020-11-04)
711

812
**Note:** Version bump only for package @remax/postcss-tag

packages/postcss-remax-tag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remax/postcss-tag",
3-
"version": "2.8.6",
3+
"version": "2.8.7",
44
"main": "index.js",
55
"repository": "git@github.com:remaxjs/remax.git",
66
"author": "Caihuanyu <eterlf41@gmail.com>",

0 commit comments

Comments
 (0)