Skip to content

Commit

Permalink
chore(release): publish v1.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed May 3, 2018
1 parent c2aecac commit 6d5cfc1
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 10 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 @@
"message": "chore(release): publish %s"
}
},
"version": "1.2.17"
"version": "1.2.18"
}
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.18"></a>
## [1.2.18](https://github.com/NervJS/nerv/compare/v1.2.17...v1.2.18) (2018-05-03)




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

<a name="1.2.17"></a>
## [1.2.17](https://github.com/NervJS/nerv/compare/v1.2.16...v1.2.17) (2018-04-01)

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.17",
"version": "1.2.18",
"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.15",
"nerv-utils": "1.2.15",
"nervjs": "1.2.17"
"nervjs": "1.2.18"
}
}
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.18"></a>
## [1.2.18](https://github.com/NervJS/nerv/compare/v1.2.17...v1.2.18) (2018-05-03)




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

<a name="1.2.17"></a>
## [1.2.17](https://github.com/NervJS/nerv/compare/v1.2.16...v1.2.17) (2018-04-01)

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.17",
"version": "1.2.18",
"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.15",
"nerv-utils": "1.2.15",
"nervjs": "1.2.17"
"nervjs": "1.2.18"
}
}
11 changes: 11 additions & 0 deletions packages/nerv-redux/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.18"></a>
## [1.2.18](https://github.com/NervJS/nerv/compare/v1.2.17...v1.2.18) (2018-05-03)


### Bug Fixes

* componentDidUpdate prevState error ([c2aecac](https://github.com/NervJS/nerv/commit/c2aecac))




<a name="1.2.17"></a>
## [1.2.17](https://github.com/NervJS/nerv/compare/v1.2.16...v1.2.17) (2018-04-01)

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.17",
"version": "1.2.18",
"description": "Redux for Nerv.js",
"main": "index.js",
"module": "dist/index.esm.js",
Expand All @@ -13,12 +13,12 @@
"redux"
],
"devDependencies": {
"nervjs": "1.2.17",
"nervjs": "1.2.18",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
},
"peerDependencies": {
"nervjs": "1.2.17",
"nervjs": "1.2.18",
"redux": ">=2"
}
}
11 changes: 11 additions & 0 deletions packages/nerv-test-utils/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.18"></a>
## [1.2.18](https://github.com/NervJS/nerv/compare/v1.2.17...v1.2.18) (2018-05-03)


### Bug Fixes

* componentDidUpdate prevState error ([c2aecac](https://github.com/NervJS/nerv/commit/c2aecac))




<a name="1.2.15"></a>
## [1.2.15](https://github.com/NervJS/nerv/compare/v1.2.14...v1.2.15) (2018-03-15)

Expand Down
2 changes: 1 addition & 1 deletion packages/nerv-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nerv-test-utils",
"version": "1.2.15",
"version": "1.2.18",
"description": "Nerv test utils",
"main": "index.js",
"module": "dist/index.esm.js",
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.18"></a>
## [1.2.18](https://github.com/NervJS/nerv/compare/v1.2.17...v1.2.18) (2018-05-03)


### Bug Fixes

* componentDidUpdate prevState error ([c2aecac](https://github.com/NervJS/nerv/commit/c2aecac))
* syntax error ([1f8d0a1](https://github.com/NervJS/nerv/commit/1f8d0a1))




<a name="1.2.17"></a>
## [1.2.17](https://github.com/NervJS/nerv/compare/v1.2.16...v1.2.17) (2018-04-01)

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.17",
"version": "1.2.18",
"description": "A react-like framework based on virtual-dom",
"main": "index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 6d5cfc1

Please sign in to comment.