Skip to content

Commit

Permalink
v1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Feb 9, 2018
1 parent 1f956c7 commit 9e73291
Show file tree
Hide file tree
Showing 15 changed files with 82 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -8,5 +8,5 @@
"exact": true
}
},
"version": "1.2.10"
"version": "1.2.11"
}
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.2.11"></a>
## [1.2.11](https://github.com/NervJS/nerv/compare/v1.2.10...v1.2.11) (2018-02-09)




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

<a name="1.2.10"></a>
## [1.2.10](https://github.com/NervJS/nerv/compare/v1.2.9...v1.2.10) (2018-02-02)

Expand Down
6 changes: 3 additions & 3 deletions packages/nerv-create-class/package.json
@@ -1,6 +1,6 @@
{
"name": "nerv-create-class",
"version": "1.2.10",
"version": "1.2.11",
"description": "Create Nerv component in ES5.",
"main": "index.js",
"module": "dist/index.esm.js",
Expand All @@ -21,7 +21,7 @@
"homepage": "https://github.com/NervJS/nerv",
"dependencies": {
"nerv-shared": "1.2.9",
"nerv-utils": "1.2.6",
"nervjs": "1.2.10"
"nerv-utils": "1.2.11",
"nervjs": "1.2.11"
}
}
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.2.11"></a>
## [1.2.11](https://github.com/NervJS/nerv/compare/v1.2.10...v1.2.11) (2018-02-09)




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

<a name="1.2.10"></a>
## [1.2.10](https://github.com/NervJS/nerv/compare/v1.2.9...v1.2.10) (2018-02-02)

Expand Down
6 changes: 3 additions & 3 deletions packages/nerv-devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "nerv-devtools",
"version": "1.2.10",
"version": "1.2.11",
"description": "Devtools for Nerv.js",
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
Expand All @@ -22,7 +22,7 @@
"homepage": "https://github.com/NervJS/nerv",
"dependencies": {
"nerv-shared": "1.2.9",
"nerv-utils": "1.2.6",
"nervjs": "1.2.10"
"nerv-utils": "1.2.11",
"nervjs": "1.2.11"
}
}
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.2.11"></a>
## [1.2.11](https://github.com/NervJS/nerv/compare/v1.2.10...v1.2.11) (2018-02-09)




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

<a name="1.2.10"></a>
## [1.2.10](https://github.com/NervJS/nerv/compare/v1.2.9...v1.2.10) (2018-02-02)

Expand Down
6 changes: 3 additions & 3 deletions packages/nerv-redux/package.json
@@ -1,6 +1,6 @@
{
"name": "nerv-redux",
"version": "1.2.10",
"version": "1.2.11",
"description": "Redux for Nerv.js",
"main": "index.js",
"module": "dist/index.esm.js",
Expand All @@ -13,12 +13,12 @@
"redux"
],
"devDependencies": {
"nervjs": "1.2.10",
"nervjs": "1.2.11",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
},
"peerDependencies": {
"nervjs": "1.2.10",
"nervjs": "1.2.11",
"redux": ">=2"
}
}
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.2.11"></a>
## [1.2.11](https://github.com/NervJS/nerv/compare/v1.2.10...v1.2.11) (2018-02-09)




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

<a name="1.2.9"></a>
## [1.2.9](https://github.com/NervJS/nerv/compare/v1.2.8...v1.2.9) (2018-02-01)

Expand Down
4 changes: 2 additions & 2 deletions packages/nerv-server/package.json
@@ -1,6 +1,6 @@
{
"name": "nerv-server",
"version": "1.2.9",
"version": "1.2.11",
"description": "Server-side rendering for Nerv.js",
"author": "yuche",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"nerv-shared": "1.2.9",
"nerv-utils": "1.2.6"
"nerv-utils": "1.2.11"
},
"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.2.11"></a>
## [1.2.11](https://github.com/NervJS/nerv/compare/v1.2.10...v1.2.11) (2018-02-09)




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

<a name="1.2.9"></a>
## [1.2.9](https://github.com/NervJS/nerv/compare/v1.2.8...v1.2.9) (2018-02-01)

Expand Down
4 changes: 2 additions & 2 deletions packages/nerv-test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "nerv-test-utils",
"version": "1.2.9",
"version": "1.2.11",
"description": "Nerv test utils",
"main": "index.js",
"module": "dist/index.esm.js",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"nerv-server": "1.2.3",
"nerv-shared": "1.2.9",
"nerv-utils": "1.2.6",
"nerv-utils": "1.2.11",
"nervjs": "1.2.4",
"simulate-event": "^1.4.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/nerv-utils/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.2.11"></a>
## [1.2.11](https://github.com/NervJS/nerv/compare/v1.2.10...v1.2.11) (2018-02-09)


### Bug Fixes

* nextTick support invoke function with arguments ([e9a6ae1](https://github.com/NervJS/nerv/commit/e9a6ae1))




<a name="1.2.6"></a>
## [1.2.6](https://github.com/NervJS/nerv/compare/v1.2.5...v1.2.6) (2018-01-23)

Expand Down
2 changes: 1 addition & 1 deletion packages/nerv-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "nerv-utils",
"version": "1.2.6",
"version": "1.2.11",
"description": "Internal utilities for Nerv.js",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/nerv/CHANGELOG.md
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.2.11"></a>
## [1.2.11](https://github.com/NervJS/nerv/compare/v1.2.10...v1.2.11) (2018-02-09)


### Bug Fixes

* cloneElement lose refs ([8321f4a](https://github.com/NervJS/nerv/commit/8321f4a))
* make a children copy to props in DOM Component ([b513fa5](https://github.com/NervJS/nerv/commit/b513fa5))
* not patch vnode array ([94b5605](https://github.com/NervJS/nerv/commit/94b5605))
* remove portal could fail ([7e64994](https://github.com/NervJS/nerv/commit/7e64994))




<a name="1.2.10"></a>
## [1.2.10](https://github.com/NervJS/nerv/compare/v1.2.9...v1.2.10) (2018-02-02)

Expand Down
4 changes: 2 additions & 2 deletions packages/nerv/package.json
@@ -1,6 +1,6 @@
{
"name": "nervjs",
"version": "1.2.10",
"version": "1.2.11",
"description": "A react-like framework based on virtual-dom",
"main": "index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -30,6 +30,6 @@
"homepage": "https://github.com/NervJS/nerv.git",
"dependencies": {
"nerv-shared": "1.2.9",
"nerv-utils": "1.2.6"
"nerv-utils": "1.2.11"
}
}

0 comments on commit 9e73291

Please sign in to comment.