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

Commit 346f8a2

Browse files
committed
v2.8.4
1 parent 3170bb0 commit 346f8a2

38 files changed

Lines changed: 142 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.4](https://github.com/remaxjs/remax/compare/v2.8.3...v2.8.4) (2020-10-14)
7+
8+
### Bug Fixes
9+
10+
- 修复 onUnload 事件不触发的问题 ([#1324](https://github.com/remaxjs/remax/issues/1324)) ([5c53ed8](https://github.com/remaxjs/remax/commit/5c53ed81455d7e2699e4b37409fad97e6f06aa2d))
11+
612
## [2.8.3](https://github.com/remaxjs/remax/compare/v2.8.2...v2.8.3) (2020-09-28)
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.4](https://github.com/remaxjs/remax/compare/v2.8.3...v2.8.4) (2020-10-14)
7+
8+
**Note:** Version bump only for package e2e-dummy
9+
610
## [2.8.3](https://github.com/remaxjs/remax/compare/v2.8.2...v2.8.3) (2020-09-28)
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.3",
4+
"version": "2.8.4",
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.3"
18+
"remax": "2.8.4"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.9.6",

e2e/mini/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.4](https://github.com/remaxjs/remax/compare/v2.8.3...v2.8.4) (2020-10-14)
7+
8+
### Bug Fixes
9+
10+
- 修复 onUnload 事件不触发的问题 ([#1324](https://github.com/remaxjs/remax/issues/1324)) ([5c53ed8](https://github.com/remaxjs/remax/commit/5c53ed81455d7e2699e4b37409fad97e6f06aa2d))
11+
612
## [2.8.3](https://github.com/remaxjs/remax/compare/v2.8.2...v2.8.3) (2020-09-28)
713

814
**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.3",
4+
"version": "2.8.4",
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.3"
22+
"remax": "2.8.4"
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.3",
12+
"version": "2.8.4",
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.4](https://github.com/remaxjs/remax/compare/v2.8.3...v2.8.4) (2020-10-14)
7+
8+
**Note:** Version bump only for package babel-preset-remax
9+
610
## [2.8.3](https://github.com/remaxjs/remax/compare/v2.8.2...v2.8.3) (2020-09-28)
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.3",
3+
"version": "2.8.4",
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.4](https://github.com/remaxjs/remax/compare/v2.8.3...v2.8.4) (2020-10-14)
7+
8+
**Note:** Version bump only for package @remax/postcss-tag
9+
610
## [2.8.3](https://github.com/remaxjs/remax/compare/v2.8.2...v2.8.3) (2020-09-28)
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.3",
3+
"version": "2.8.4",
44
"main": "index.js",
55
"repository": "[email protected]:remaxjs/remax.git",
66
"author": "Caihuanyu <[email protected]>",

0 commit comments

Comments
 (0)