Skip to content

Commit

Permalink
chore(release): publish v1.3.2-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Jul 13, 2018
1 parent 56911c6 commit 9a7ce53
Show file tree
Hide file tree
Showing 16 changed files with 92 additions and 16 deletions.
11 changes: 11 additions & 0 deletions 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.3.2-beta.0"></a>
## [1.3.2-beta.0](https://github.com/NervJS/nerv/compare/v1.3.1...v1.3.2-beta.0) (2018-07-13)


### Bug Fixes

* **nerv:** fix the buggy behavior of modifying context when calling getChildContext ([56911c6](https://github.com/NervJS/nerv/commit/56911c6))




<a name="1.3.1"></a>
## [1.3.1](https://github.com/NervJS/nerv/compare/v1.3.0-beta.0...v1.3.1) (2018-06-29)

Expand Down
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.3.1"
"version": "1.3.2-beta.0"
}
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.3.2-beta.0"></a>
## [1.3.2-beta.0](https://github.com/NervJS/nerv/compare/v1.3.1...v1.3.2-beta.0) (2018-07-13)




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

<a name="1.3.1"></a>
## [1.3.1](https://github.com/NervJS/nerv/compare/v1.3.0-beta.0...v1.3.1) (2018-06-29)

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.3.1",
"version": "1.3.2-beta.0",
"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.15",
"nerv-utils": "1.2.15",
"nervjs": "1.3.1"
"nerv-utils": "1.3.2-beta.0",
"nervjs": "1.3.2-beta.0"
}
}
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.3.2-beta.0"></a>
## [1.3.2-beta.0](https://github.com/NervJS/nerv/compare/v1.3.1...v1.3.2-beta.0) (2018-07-13)




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

<a name="1.3.1"></a>
## [1.3.1](https://github.com/NervJS/nerv/compare/v1.3.0-beta.0...v1.3.1) (2018-06-29)

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.3.1",
"version": "1.3.2-beta.0",
"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.15",
"nerv-utils": "1.2.15",
"nervjs": "1.3.1"
"nerv-utils": "1.3.2-beta.0",
"nervjs": "1.3.2-beta.0"
}
}
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.3.2-beta.0"></a>
## [1.3.2-beta.0](https://github.com/NervJS/nerv/compare/v1.3.1...v1.3.2-beta.0) (2018-07-13)


### Bug Fixes

* **nerv:** fix the buggy behavior of modifying context when calling getChildContext ([56911c6](https://github.com/NervJS/nerv/commit/56911c6))




<a name="1.3.1"></a>
## [1.3.1](https://github.com/NervJS/nerv/compare/v1.3.0-beta.0...v1.3.1) (2018-06-29)

Expand Down
4 changes: 2 additions & 2 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.3.1",
"version": "1.3.2-beta.0",
"description": "Redux for Nerv.js",
"main": "index.js",
"module": "dist/index.esm.js",
Expand All @@ -13,7 +13,7 @@
"redux"
],
"devDependencies": {
"nervjs": "1.3.1",
"nervjs": "1.3.2-beta.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
},
Expand Down
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.3.2-beta.0"></a>
## [1.3.2-beta.0](https://github.com/NervJS/nerv/compare/v1.3.1...v1.3.2-beta.0) (2018-07-13)




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

<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
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.15",
"version": "1.3.2-beta.0",
"description": "Server-side rendering for Nerv.js",
"author": "yuche",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"nerv-shared": "1.2.15",
"nerv-utils": "1.2.15"
"nerv-utils": "1.3.2-beta.0"
},
"bugs": {
"url": "https://github.com/NervJS/nerv/issues"
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.3.2-beta.0"></a>
## [1.3.2-beta.0](https://github.com/NervJS/nerv/compare/v1.3.1...v1.3.2-beta.0) (2018-07-13)




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

<a name="1.3.1"></a>
## [1.3.1](https://github.com/NervJS/nerv/compare/v1.3.0-beta.0...v1.3.1) (2018-06-29)

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,6 +1,6 @@
{
"name": "nerv-test-utils",
"version": "1.3.1",
"version": "1.3.2-beta.0",
"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.15",
"nerv-utils": "1.2.15",
"nerv-utils": "1.3.2-beta.0",
"nervjs": "1.2.4",
"simulate-event": "^1.4.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/nerv-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.3.2-beta.0"></a>
## [1.3.2-beta.0](https://github.com/NervJS/nerv/compare/v1.3.1...v1.3.2-beta.0) (2018-07-13)


### Bug Fixes

* **nerv:** fix the buggy behavior of modifying context when calling getChildContext ([56911c6](https://github.com/NervJS/nerv/commit/56911c6))




<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-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nerv-utils",
"version": "1.2.15",
"version": "1.3.2-beta.0",
"description": "Internal utilities for Nerv.js",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/nerv/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.3.2-beta.0"></a>
## [1.3.2-beta.0](https://github.com/NervJS/nerv/compare/v1.3.1...v1.3.2-beta.0) (2018-07-13)


### Bug Fixes

* **nerv:** fix the buggy behavior of modifying context when calling getChildContext ([56911c6](https://github.com/NervJS/nerv/commit/56911c6))




<a name="1.3.1"></a>
## [1.3.1](https://github.com/NervJS/nerv/compare/v1.3.0-beta.0...v1.3.1) (2018-06-29)

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.3.1",
"version": "1.3.2-beta.0",
"description": "A react-like framework based on virtual-dom",
"main": "index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -38,6 +38,6 @@
"homepage": "https://github.com/NervJS/nerv.git",
"dependencies": {
"nerv-shared": "1.2.15",
"nerv-utils": "1.2.15"
"nerv-utils": "1.3.2-beta.0"
}
}

0 comments on commit 9a7ce53

Please sign in to comment.