Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Jan 8, 2018
1 parent e710ce0 commit 12f9e24
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"ignore": "nerv-test-utils"
}
},
"version": "1.2.0"
"version": "1.2.1"
}
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.1"></a>
## [1.2.1](https://github.com/NervJS/nerv/compare/v1.2.0...v1.2.1) (2018-01-08)




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

<a name="1.2.0"></a>
# [1.2.0](https://github.com/NervJS/nerv/compare/v1.1.0...v1.2.0) (2018-01-05)

Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.2.1",
"description": "Create Nerv component in ES5.",
"main": "index.js",
"module": "dist/index.esm.js",
Expand All @@ -22,6 +22,6 @@
"dependencies": {
"nerv-shared": "1.2.0",
"nerv-utils": "1.2.0",
"nervjs": "1.2.0"
"nervjs": "1.2.1"
}
}
11 changes: 11 additions & 0 deletions packages/nerv-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1"></a>
## [1.2.1](https://github.com/NervJS/nerv/compare/v1.2.0...v1.2.1) (2018-01-08)


### Bug Fixes

* nerv-devtools can reflect update ([e710ce0](https://github.com/NervJS/nerv/commit/e710ce0))




<a name="1.2.0"></a>
# [1.2.0](https://github.com/NervJS/nerv/compare/v1.1.0...v1.2.0) (2018-01-05)

Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.2.1",
"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.2.0",
"nerv-utils": "1.2.0",
"nervjs": "1.2.0"
"nervjs": "1.2.1"
}
}
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.1"></a>
## [1.2.1](https://github.com/NervJS/nerv-redux/compare/v1.2.0...v1.2.1) (2018-01-08)




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

<a name="1.2.0"></a>
# [1.2.0](https://github.com/NervJS/nerv-redux/compare/v1.1.0...v1.2.0) (2018-01-05)

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.0",
"version": "1.2.1",
"description": "Redux for Nerv.js",
"main": "index.js",
"module": "dist/index.esm.js",
Expand All @@ -13,12 +13,12 @@
"redux"
],
"devDependencies": {
"nervjs": "1.2.0",
"nervjs": "1.2.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
},
"peerDependencies": {
"nervjs": "1.2.0",
"nervjs": "1.2.1",
"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.1"></a>
## [1.2.1](https://github.com/NervJS/nerv/compare/v1.2.0...v1.2.1) (2018-01-08)




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

<a name="1.2.0"></a>
# [1.2.0](https://github.com/NervJS/nerv/compare/v1.1.0...v1.2.0) (2018-01-05)

Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "1.2.1",
"description": "Server-side rendering for Nerv.js",
"author": "yuche",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/nerv/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.1"></a>
## [1.2.1](https://github.com/NervJS/nerv/compare/v1.2.0...v1.2.1) (2018-01-08)




**Note:** Version bump only for package nervjs

<a name="1.2.0"></a>
# [1.2.0](https://github.com/NervJS/nerv/compare/v1.1.0...v1.2.0) (2018-01-05)

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

0 comments on commit 12f9e24

Please sign in to comment.