File tree Expand file tree Collapse file tree 15 files changed +114
-20
lines changed
Expand file tree Collapse file tree 15 files changed +114
-20
lines changed Original file line number Diff line number Diff line change 88 "message" : " chore(release): publish %s"
99 }
1010 },
11- "version" : " 1.4.0-beta.5 "
11+ "version" : " 1.4.0"
1212}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 1.4.0 " ></a >
7+ # [ 1.4.0] ( https://github.com/NervJS/nerv/compare/v1.4.0-beta.5...v1.4.0 ) (2019-06-03)
8+
9+
10+ ### Bug Fixes
11+
12+ * 合并master对didMount执行顺序bug的修复 ([ 8e47105] ( https://github.com/NervJS/nerv/commit/8e47105 ) )
13+ * 增加lifecycle测试 ([ 1395ef2] ( https://github.com/NervJS/nerv/commit/1395ef2 ) )
14+
15+
16+ ### Features
17+
18+ * 增加getSnapshotBeforeUpdate ([ c8594b6] ( https://github.com/NervJS/nerv/commit/c8594b6 ) )
19+ * 新增生命周期函数getDerivedStateFromProps ([ 06624cf] ( https://github.com/NervJS/nerv/commit/06624cf ) )
20+
21+
22+
23+
624<a name =" 1.3.13 " ></a >
725## [ 1.3.13] ( https://github.com/NervJS/nerv/compare/v1.3.12...v1.3.13 ) (2019-03-21)
826
Original file line number Diff line number Diff line change 11{
22 "name" : " nerv-create-class" ,
3- "version" : " 1.4.0-beta.5 " ,
3+ "version" : " 1.4.0" ,
44 "description" : " Create Nerv component in ES5." ,
55 "main" : " index.js" ,
66 "module" : " dist/index.esm.js" ,
2020 },
2121 "homepage" : " https://github.com/NervJS/nerv" ,
2222 "dependencies" : {
23- "nerv-shared" : " 1.4.0-beta.5 " ,
23+ "nerv-shared" : " 1.4.0" ,
2424 "nerv-utils" : " 1.4.0-beta.5" ,
25- "nervjs" : " 1.4.0-beta.5 "
25+ "nervjs" : " 1.4.0"
2626 }
2727}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 1.4.0 " ></a >
7+ # [ 1.4.0] ( https://github.com/NervJS/nerv/compare/v1.4.0-beta.5...v1.4.0 ) (2019-06-03)
8+
9+
10+
11+
12+ ** Note:** Version bump only for package nerv-devtools
13+
614<a name =" 1.3.13 " ></a >
715## [ 1.3.13] ( https://github.com/NervJS/nerv/compare/v1.3.12...v1.3.13 ) (2019-03-21)
816
Original file line number Diff line number Diff line change 11{
22 "name" : " nerv-devtools" ,
3- "version" : " 1.4.0-beta.5 " ,
3+ "version" : " 1.4.0" ,
44 "description" : " Devtools for Nerv.js" ,
55 "main" : " dist/index.esm.js" ,
66 "module" : " dist/index.esm.js" ,
2121 },
2222 "homepage" : " https://github.com/NervJS/nerv" ,
2323 "dependencies" : {
24- "nerv-shared" : " 1.4.0-beta.5 " ,
24+ "nerv-shared" : " 1.4.0" ,
2525 "nerv-utils" : " 1.4.0-beta.5" ,
26- "nervjs" : " 1.4.0-beta.5 "
26+ "nervjs" : " 1.4.0"
2727 }
2828}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 1.4.0 " ></a >
7+ # [ 1.4.0] ( https://github.com/NervJS/nerv/compare/v1.4.0-beta.5...v1.4.0 ) (2019-06-03)
8+
9+
10+ ### Bug Fixes
11+
12+ * 合并master对didMount执行顺序bug的修复 ([ 8e47105] ( https://github.com/NervJS/nerv/commit/8e47105 ) )
13+
14+
15+ ### Features
16+
17+ * 新增生命周期函数getDerivedStateFromProps ([ 06624cf] ( https://github.com/NervJS/nerv/commit/06624cf ) )
18+
19+
20+
21+
622<a name =" 1.3.13 " ></a >
723## [ 1.3.13] ( https://github.com/NervJS/nerv/compare/v1.3.12...v1.3.13 ) (2019-03-21)
824
Original file line number Diff line number Diff line change 11{
22 "name" : " nerv-redux" ,
3- "version" : " 1.4.0-beta.5 " ,
3+ "version" : " 1.4.0" ,
44 "description" : " Redux for Nerv.js" ,
55 "main" : " index.js" ,
66 "module" : " dist/index.esm.js" ,
1313 " redux"
1414 ],
1515 "devDependencies" : {
16- "nervjs" : " 1.4.0-beta.5 " ,
16+ "nervjs" : " 1.4.0" ,
1717 "react-redux" : " 5.0.6" ,
1818 "redux" : " ^3.7.2"
1919 },
2020 "peerDependencies" : {
21- "nervjs" : " 1.3.13 " ,
21+ "nervjs" : " 1.4.0 " ,
2222 "redux" : " >=2"
2323 }
2424}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 1.4.0 " ></a >
7+ # [ 1.4.0] ( https://github.com/NervJS/nerv/compare/v1.4.0-beta.5...v1.4.0 ) (2019-06-03)
8+
9+
10+
11+
12+ ** Note:** Version bump only for package nerv-server
13+
614<a name =" 1.3.12 " ></a >
715## [ 1.3.12] ( https://github.com/NervJS/nerv/compare/v1.3.11...v1.3.12 ) (2019-01-30)
816
Original file line number Diff line number Diff line change 11{
22 "name" : " nerv-server" ,
3- "version" : " 1.4.0-beta.5 " ,
3+ "version" : " 1.4.0" ,
44 "description" : " Server-side rendering for Nerv.js" ,
55 "author" : " yuche" ,
66 "license" : " MIT" ,
1313 "url" : " git+https://github.com/NervJS/nerv.git"
1414 },
1515 "dependencies" : {
16- "nerv-shared" : " 1.4.0-beta.5 " ,
16+ "nerv-shared" : " 1.4.0" ,
1717 "nerv-utils" : " 1.4.0-beta.5" ,
18- "nervjs" : " 1.4.0-beta.5 "
18+ "nervjs" : " 1.4.0"
1919 },
2020 "bugs" : {
2121 "url" : " https://github.com/NervJS/nerv/issues"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 1.4.0 " ></a >
7+ # [ 1.4.0] ( https://github.com/NervJS/nerv/compare/v1.4.0-beta.5...v1.4.0 ) (2019-06-03)
8+
9+
10+ ### Features
11+
12+ * 增加getDerivedStateFromError ([ 71c3df0] ( https://github.com/NervJS/nerv/commit/71c3df0 ) )
13+ * 增加getSnapshotBeforeUpdate ([ c8594b6] ( https://github.com/NervJS/nerv/commit/c8594b6 ) )
14+ * 新增生命周期函数getDerivedStateFromProps ([ 06624cf] ( https://github.com/NervJS/nerv/commit/06624cf ) )
15+
16+
17+
18+
619<a name =" 1.3.7 " ></a >
720## [ 1.3.7] ( https://github.com/NervJS/nerv/compare/v1.3.6...v1.3.7 ) (2018-10-26)
821
You can’t perform that action at this time.
0 commit comments