Skip to content

Commit

Permalink
v1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Feb 1, 2018
1 parent 22bea4d commit 099049f
Show file tree
Hide file tree
Showing 15 changed files with 77 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"exact": true
}
},
"version": "1.2.8"
"version": "1.2.9"
}
8 changes: 8 additions & 0 deletions packages/nerv-create-class/CHANGELOG.md
Original file line number Diff line number Diff line change
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.9"></a>
## [1.2.9](https://github.com/NervJS/nerv/compare/v1.2.8...v1.2.9) (2018-02-01)




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

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

Expand Down
6 changes: 3 additions & 3 deletions packages/nerv-create-class/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nerv-create-class",
"version": "1.2.8",
"version": "1.2.9",
"description": "Create Nerv component in ES5.",
"main": "index.js",
"module": "dist/index.esm.js",
Expand All @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/NervJS/nerv",
"dependencies": {
"nerv-shared": "1.2.6",
"nerv-shared": "1.2.9",
"nerv-utils": "1.2.6",
"nervjs": "1.2.8"
"nervjs": "1.2.9"
}
}
8 changes: 8 additions & 0 deletions packages/nerv-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
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.9"></a>
## [1.2.9](https://github.com/NervJS/nerv/compare/v1.2.8...v1.2.9) (2018-02-01)




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

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

Expand Down
6 changes: 3 additions & 3 deletions packages/nerv-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nerv-devtools",
"version": "1.2.8",
"version": "1.2.9",
"description": "Devtools for Nerv.js",
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
Expand All @@ -21,8 +21,8 @@
},
"homepage": "https://github.com/NervJS/nerv",
"dependencies": {
"nerv-shared": "1.2.6",
"nerv-shared": "1.2.9",
"nerv-utils": "1.2.6",
"nervjs": "1.2.8"
"nervjs": "1.2.9"
}
}
8 changes: 8 additions & 0 deletions packages/nerv-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
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.9"></a>
## [1.2.9](https://github.com/NervJS/nerv/compare/v1.2.8...v1.2.9) (2018-02-01)




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

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

Expand Down
6 changes: 3 additions & 3 deletions packages/nerv-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nerv-redux",
"version": "1.2.8",
"version": "1.2.9",
"description": "Redux for Nerv.js",
"main": "index.js",
"module": "dist/index.esm.js",
Expand All @@ -13,12 +13,12 @@
"redux"
],
"devDependencies": {
"nervjs": "1.2.8",
"nervjs": "1.2.9",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
},
"peerDependencies": {
"nervjs": "1.2.8",
"nervjs": "1.2.9",
"redux": ">=2"
}
}
8 changes: 8 additions & 0 deletions packages/nerv-server/CHANGELOG.md
Original file line number Diff line number Diff line change
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.9"></a>
## [1.2.9](https://github.com/NervJS/nerv/compare/v1.2.8...v1.2.9) (2018-02-01)




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

<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
4 changes: 2 additions & 2 deletions packages/nerv-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nerv-server",
"version": "1.2.6",
"version": "1.2.9",
"description": "Server-side rendering for Nerv.js",
"author": "yuche",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"url": "git+https://github.com/NervJS/nerv.git"
},
"dependencies": {
"nerv-shared": "1.2.6",
"nerv-shared": "1.2.9",
"nerv-utils": "1.2.6"
},
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/nerv-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
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.9"></a>
## [1.2.9](https://github.com/NervJS/nerv/compare/v1.2.8...v1.2.9) (2018-02-01)




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

<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-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nerv-shared",
"version": "1.2.6",
"version": "1.2.9",
"description": "Internal utilities for Nerv.js",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/nerv-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
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.9"></a>
## [1.2.9](https://github.com/NervJS/nerv/compare/v1.2.8...v1.2.9) (2018-02-01)




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

<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
4 changes: 2 additions & 2 deletions packages/nerv-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "nerv-test-utils",
"version": "1.2.6",
"version": "1.2.9",
"description": "Nerv test utils",
"main": "index.js",
"module": "dist/index.esm.js",
"author": "yuche",
"license": "MIT",
"dependencies": {
"nerv-server": "1.2.3",
"nerv-shared": "1.2.6",
"nerv-shared": "1.2.9",
"nerv-utils": "1.2.6",
"nervjs": "1.2.4",
"simulate-event": "^1.4.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/nerv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.9"></a>
## [1.2.9](https://github.com/NervJS/nerv/compare/v1.2.8...v1.2.9) (2018-02-01)


### Bug Fixes

* only composite and dom element is valid in React ([faf3a90](https://github.com/NervJS/nerv/commit/faf3a90))
* the value update for textarea/input ([22bea4d](https://github.com/NervJS/nerv/commit/22bea4d))




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

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

0 comments on commit 099049f

Please sign in to comment.