Skip to content

Commit

Permalink
chore(release): publish v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Nov 28, 2019
1 parent 885b822 commit f9cc9fb
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -8,5 +8,5 @@
"message": "chore(release): publish %s"
}
},
"version": "1.5.5"
"version": "1.5.6"
}
8 changes: 8 additions & 0 deletions packages/nerv-create-class/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.5.6"></a>
## [1.5.6](https://github.com/NervJS/nerv/compare/v1.5.5...v1.5.6) (2019-11-28)




**Note:** Version bump only for package nerv-create-class

<a name="1.5.5"></a>
## [1.5.5](https://github.com/NervJS/nerv/compare/v1.5.4...v1.5.5) (2019-11-12)

Expand Down
4 changes: 2 additions & 2 deletions packages/nerv-create-class/package.json
@@ -1,6 +1,6 @@
{
"name": "nerv-create-class",
"version": "1.5.5",
"version": "1.5.6",
"description": "Create Nerv component in ES5.",
"main": "index.js",
"module": "dist/index.esm.js",
Expand All @@ -22,6 +22,6 @@
"dependencies": {
"nerv-shared": "1.4.0",
"nerv-utils": "1.4.5",
"nervjs": "1.5.5"
"nervjs": "1.5.6"
}
}
8 changes: 8 additions & 0 deletions packages/nerv-devtools/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.5.6"></a>
## [1.5.6](https://github.com/NervJS/nerv/compare/v1.5.5...v1.5.6) (2019-11-28)




**Note:** Version bump only for package nerv-devtools

<a name="1.5.5"></a>
## [1.5.5](https://github.com/NervJS/nerv/compare/v1.5.4...v1.5.5) (2019-11-12)

Expand Down
4 changes: 2 additions & 2 deletions packages/nerv-devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "nerv-devtools",
"version": "1.5.5",
"version": "1.5.6",
"description": "Devtools for Nerv.js",
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
Expand All @@ -23,6 +23,6 @@
"dependencies": {
"nerv-shared": "1.4.0",
"nerv-utils": "1.4.5",
"nervjs": "1.5.5"
"nervjs": "1.5.6"
}
}
8 changes: 8 additions & 0 deletions packages/nerv-redux/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.5.6"></a>
## [1.5.6](https://github.com/NervJS/nerv/compare/v1.5.5...v1.5.6) (2019-11-28)




**Note:** Version bump only for package nerv-redux

<a name="1.5.5"></a>
## [1.5.5](https://github.com/NervJS/nerv/compare/v1.5.4...v1.5.5) (2019-11-12)

Expand Down
6 changes: 3 additions & 3 deletions packages/nerv-redux/package.json
@@ -1,6 +1,6 @@
{
"name": "nerv-redux",
"version": "1.5.5",
"version": "1.5.6",
"description": "Redux for Nerv.js",
"main": "index.js",
"module": "dist/index.esm.js",
Expand All @@ -13,10 +13,10 @@
"redux"
],
"devDependencies": {
"nervjs": "1.5.5"
"nervjs": "1.5.6"
},
"peerDependencies": {
"nervjs": "1.5.5",
"nervjs": "1.5.6",
"redux": ">=2"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nerv-server/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.5.6"></a>
## [1.5.6](https://github.com/NervJS/nerv/compare/v1.5.5...v1.5.6) (2019-11-28)




**Note:** Version bump only for package nerv-server

<a name="1.5.5"></a>
## [1.5.5](https://github.com/NervJS/nerv/compare/v1.5.4...v1.5.5) (2019-11-12)

Expand Down
4 changes: 2 additions & 2 deletions packages/nerv-server/package.json
@@ -1,6 +1,6 @@
{
"name": "nerv-server",
"version": "1.5.5",
"version": "1.5.6",
"description": "Server-side rendering for Nerv.js",
"author": "yuche",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"nerv-shared": "1.4.0",
"nerv-utils": "1.4.5",
"nervjs": "1.5.5"
"nervjs": "1.5.6"
},
"bugs": {
"url": "https://github.com/NervJS/nerv/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/nerv-test-utils/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.5.6"></a>
## [1.5.6](https://github.com/NervJS/nerv/compare/v1.5.5...v1.5.6) (2019-11-28)




**Note:** Version bump only for package nerv-test-utils

<a name="1.5.5"></a>
## [1.5.5](https://github.com/NervJS/nerv/compare/v1.5.4...v1.5.5) (2019-11-12)

Expand Down
4 changes: 2 additions & 2 deletions packages/nerv-test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "nerv-test-utils",
"version": "1.5.5",
"version": "1.5.6",
"description": "Nerv test utils",
"main": "index.js",
"module": "dist/index.esm.js",
Expand All @@ -10,7 +10,7 @@
"nerv-server": "1.4.6",
"nerv-shared": "1.4.0",
"nerv-utils": "1.4.5",
"nervjs": "1.5.5",
"nervjs": "1.5.6",
"simulant": "^0.2.2"
},
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/nerv/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.5.6"></a>
## [1.5.6](https://github.com/NervJS/nerv/compare/v1.5.5...v1.5.6) (2019-11-28)


### Bug Fixes

* setState callback should emit in willMount ([885b822](https://github.com/NervJS/nerv/commit/885b822))




<a name="1.5.5"></a>
## [1.5.5](https://github.com/NervJS/nerv/compare/v1.5.4...v1.5.5) (2019-11-12)

Expand Down
2 changes: 1 addition & 1 deletion packages/nerv/package.json
@@ -1,6 +1,6 @@
{
"name": "nervjs",
"version": "1.5.5",
"version": "1.5.6",
"description": "A react-like framework based on virtual-dom",
"main": "index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit f9cc9fb

Please sign in to comment.