Skip to content

Commit

Permalink
v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reel committed Dec 7, 2017
1 parent 073d40a commit dbbf25e
Show file tree
Hide file tree
Showing 20 changed files with 124 additions and 15 deletions.
11 changes: 11 additions & 0 deletions 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.20.1"></a>
## [0.20.1](https://github.com/usehenri/henri/compare/v0.20.0...v0.20.1) (2017-12-07)


### Bug Fixes

* **view:** seems like yarn workspaces broke next packages resolution. i don't get it. ([073d40a](https://github.com/usehenri/henri/commit/073d40a))




<a name="0.20.0"></a>
# [0.20.0](https://github.com/usehenri/henri/compare/v0.19.0...v0.20.0) (2017-12-07)

Expand Down
6 changes: 4 additions & 2 deletions lerna.json
@@ -1,7 +1,9 @@
{
"lerna": "2.2.0",
"conventionalCommits": "true",
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "yarn",
"version": "0.20.0"
"version": "0.20.1"
}
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.20.1"></a>
## [0.20.1](https://github.com/usehenri/henri/compare/v0.20.0...v0.20.1) (2017-12-07)


### Bug Fixes

* **view:** seems like yarn workspaces broke next packages resolution. i don't get it. ([073d40a](https://github.com/usehenri/henri/commit/073d40a))




<a name="0.20.0"></a>
# [0.20.0](https://github.com/usehenri/henri/compare/v0.19.0...v0.20.0) (2017-12-07)

Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
@@ -1,18 +1,18 @@
{
"name": "@usehenri/cli",
"version": "0.20.0",
"version": "0.20.1",
"description": "henri cli runner",
"main": "index.js",
"author": "Felix-Antoine Paradis",
"license": "MIT",
"dependencies": {
"@usehenri/config": "^0.20.0",
"@usehenri/config": "^0.20.1",
"@usehenri/controller": "^0.18.0",
"@usehenri/model": "^0.20.0",
"@usehenri/router": "^0.20.0",
"@usehenri/server": "^0.20.0",
"@usehenri/server": "^0.20.1",
"@usehenri/user": "^0.20.0",
"@usehenri/view": "^0.20.0",
"@usehenri/view": "^0.20.1",
"chalk": "^2.3.0",
"cross-spawn": "^5.1.0",
"fs-extra": "^4.0.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/config/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.20.1"></a>
## [0.20.1](https://github.com/usehenri/henri/compare/v0.20.0...v0.20.1) (2017-12-07)


### Bug Fixes

* **view:** seems like yarn workspaces broke next packages resolution. i don't get it. ([073d40a](https://github.com/usehenri/henri/commit/073d40a))




<a name="0.20.0"></a>
# [0.20.0](https://github.com/usehenri/henri/compare/v0.19.0...v0.20.0) (2017-12-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/config",
"version": "0.20.0",
"version": "0.20.1",
"description": "henri configuration manager",
"main": "lib/index.js",
"author": "Felix-Antoine Paradis",
Expand Down
11 changes: 11 additions & 0 deletions packages/disk/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.20.1"></a>
## [0.20.1](https://github.com/usehenri/henri/compare/v0.20.0...v0.20.1) (2017-12-07)


### Bug Fixes

* **view:** seems like yarn workspaces broke next packages resolution. i don't get it. ([073d40a](https://github.com/usehenri/henri/commit/073d40a))




<a name="0.20.0"></a>
# [0.20.0](https://github.com/usehenri/henri/compare/v0.19.0...v0.20.0) (2017-12-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/disk/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/disk",
"version": "0.20.0",
"version": "0.20.1",
"description": "henri disk database connector",
"main": "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.20.1"></a>
## [0.20.1](https://github.com/usehenri/henri/compare/v0.20.0...v0.20.1) (2017-12-07)




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

<a name="0.20.0"></a>
# [0.20.0](https://github.com/usehenri/henri/compare/v0.19.0...v0.20.0) (2017-12-07)

Expand Down
4 changes: 2 additions & 2 deletions packages/henri/package.json
@@ -1,6 +1,6 @@
{
"name": "henri",
"version": "0.20.0",
"version": "0.20.1",
"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.20.0"
"@usehenri/cli": "^0.20.1"
}
}
11 changes: 11 additions & 0 deletions packages/mssql/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.20.1"></a>
## [0.20.1](https://github.com/usehenri/henri/compare/v0.20.0...v0.20.1) (2017-12-07)


### Bug Fixes

* **view:** seems like yarn workspaces broke next packages resolution. i don't get it. ([073d40a](https://github.com/usehenri/henri/commit/073d40a))




<a name="0.20.0"></a>
# [0.20.0](https://github.com/usehenri/henri/compare/v0.19.0...v0.20.0) (2017-12-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/mssql/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/mssql",
"version": "0.20.0",
"version": "0.20.1",
"description": "henri mssql database connector",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down
11 changes: 11 additions & 0 deletions packages/mysql/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.20.1"></a>
## [0.20.1](https://github.com/usehenri/henri/compare/v0.20.0...v0.20.1) (2017-12-07)


### Bug Fixes

* **view:** seems like yarn workspaces broke next packages resolution. i don't get it. ([073d40a](https://github.com/usehenri/henri/commit/073d40a))




<a name="0.20.0"></a>
# [0.20.0](https://github.com/usehenri/henri/compare/v0.19.0...v0.20.0) (2017-12-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/mysql",
"version": "0.20.0",
"version": "0.20.1",
"description": "henri mariadb/mysql database connector",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down
11 changes: 11 additions & 0 deletions packages/postgresql/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.20.1"></a>
## [0.20.1](https://github.com/usehenri/henri/compare/v0.20.0...v0.20.1) (2017-12-07)


### Bug Fixes

* **view:** seems like yarn workspaces broke next packages resolution. i don't get it. ([073d40a](https://github.com/usehenri/henri/commit/073d40a))




<a name="0.20.0"></a>
# [0.20.0](https://github.com/usehenri/henri/compare/v0.19.0...v0.20.0) (2017-12-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/postgresql/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/postgresql",
"version": "0.20.0",
"version": "0.20.1",
"description": "henri postgresql database connector",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down
11 changes: 11 additions & 0 deletions packages/server/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.20.1"></a>
## [0.20.1](https://github.com/usehenri/henri/compare/v0.20.0...v0.20.1) (2017-12-07)


### Bug Fixes

* **view:** seems like yarn workspaces broke next packages resolution. i don't get it. ([073d40a](https://github.com/usehenri/henri/commit/073d40a))




<a name="0.20.0"></a>
# [0.20.0](https://github.com/usehenri/henri/compare/v0.19.0...v0.20.0) (2017-12-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/server",
"version": "0.20.0",
"version": "0.20.1",
"description": "henri http server (express)",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down
11 changes: 11 additions & 0 deletions packages/view/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.20.1"></a>
## [0.20.1](https://github.com/usehenri/henri/compare/v0.20.0...v0.20.1) (2017-12-07)


### Bug Fixes

* **view:** seems like yarn workspaces broke next packages resolution. i don't get it. ([073d40a](https://github.com/usehenri/henri/commit/073d40a))




<a name="0.20.0"></a>
# [0.20.0](https://github.com/usehenri/henri/compare/v0.19.0...v0.20.0) (2017-12-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/view/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/view",
"version": "0.20.0",
"version": "0.20.1",
"description": "henri view handler",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down

0 comments on commit dbbf25e

Please sign in to comment.