Skip to content

Commit

Permalink
v0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reel committed Apr 10, 2018
1 parent 4eaae0f commit 5808cff
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.21.2"></a>
## [0.21.2](https://github.com/usehenri/henri/compare/v0.21.1...v0.21.2) (2018-04-10)


### Bug Fixes

* **cli:** better packages usage ([4eaae0f](https://github.com/usehenri/henri/commit/4eaae0f))
* **core:** completion of react move -- cleaning packages ([d6ef57b](https://github.com/usehenri/henri/commit/d6ef57b))
* **react:** moving react engine to react package... nextjs lifting ([c90fa4c](https://github.com/usehenri/henri/commit/c90fa4c))




<a name="0.21.1"></a>
## [0.21.1](https://github.com/usehenri/henri/compare/v0.21.0...v0.21.1) (2018-04-10)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "0.21.1"
"version": "0.21.2"
}
11 changes: 11 additions & 0 deletions packages/cli/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="0.21.2"></a>
## [0.21.2](https://github.com/usehenri/henri/compare/v0.21.1...v0.21.2) (2018-04-10)


### Bug Fixes

* **cli:** better packages usage ([4eaae0f](https://github.com/usehenri/henri/commit/4eaae0f))




<a name="0.21.1"></a>
## [0.21.1](https://github.com/usehenri/henri/compare/v0.21.0...v0.21.1) (2018-04-10)

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,12 +1,12 @@
{
"name": "@usehenri/cli",
"version": "0.21.1",
"version": "0.21.2",
"description": "henri cli runner",
"main": "index.js",
"author": "Felix-Antoine Paradis",
"license": "MIT",
"dependencies": {
"@usehenri/core": "^0.21.1",
"@usehenri/core": "^0.21.2",
"chalk": "^2.3.1",
"cross-spawn": "^6.0.4",
"fs-extra": "^5.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
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="0.21.2"></a>
## [0.21.2](https://github.com/usehenri/henri/compare/v0.21.1...v0.21.2) (2018-04-10)


### Bug Fixes

* **core:** completion of react move -- cleaning packages ([d6ef57b](https://github.com/usehenri/henri/commit/d6ef57b))
* **react:** moving react engine to react package... nextjs lifting ([c90fa4c](https://github.com/usehenri/henri/commit/c90fa4c))




<a name="0.21.1"></a>
## [0.21.1](https://github.com/usehenri/henri/compare/v0.21.0...v0.21.1) (2018-04-10)

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/core",
"version": "0.21.1",
"version": "0.21.2",
"description": "henri core package",
"main": "src/index.js",
"author": "Felix-Antoine Paradis",
Expand Down
8 changes: 8 additions & 0 deletions packages/henri/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="0.21.2"></a>
## [0.21.2](https://github.com/usehenri/henri/compare/v0.21.1...v0.21.2) (2018-04-10)




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

<a name="0.21.1"></a>
## [0.21.1](https://github.com/usehenri/henri/compare/v0.21.0...v0.21.1) (2018-04-10)

Expand Down
4 changes: 2 additions & 2 deletions packages/henri/package.json
@@ -1,6 +1,6 @@
{
"name": "henri",
"version": "0.21.1",
"version": "0.21.2",
"description": "henri is an easy to learn rails-like, react server-side rendered framework with a powerful and versatile ORM",
"main": "index.js",
"preferGlobal": true,
Expand All @@ -25,6 +25,6 @@
},
"homepage": "https://github.com/usehenri/henri#readme",
"dependencies": {
"@usehenri/cli": "^0.21.1"
"@usehenri/cli": "^0.21.2"
}
}
11 changes: 11 additions & 0 deletions packages/react/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="0.21.2"></a>
## [0.21.2](https://github.com/usehenri/henri/compare/v0.21.1...v0.21.2) (2018-04-10)


### Bug Fixes

* **react:** moving react engine to react package... nextjs lifting ([c90fa4c](https://github.com/usehenri/henri/commit/c90fa4c))




<a name="0.21.0"></a>
# [0.21.0](https://github.com/usehenri/henri/compare/v0.20.2...v0.21.0) (2018-04-10)

Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/react",
"version": "0.21.0",
"version": "0.21.2",
"description": "react components for henri",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down

0 comments on commit 5808cff

Please sign in to comment.