Skip to content

Commit

Permalink
v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reel committed Sep 4, 2019
1 parent efb2ac8 commit 10358b8
Show file tree
Hide file tree
Showing 30 changed files with 168 additions and 21 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)


### Bug Fixes

* **cli:** capitalize model name outside of scaffold ([e87ec2f](https://github.com/usehenri/henri/commit/e87ec2f))
* **core:** move husky hook definition and test before push ([b73067a](https://github.com/usehenri/henri/commit/b73067a))
* **react:** pathFor was not replacing all placeholders ([1158d07](https://github.com/usehenri/henri/commit/1158d07))
* **react:** show react and nextjs version ([4920977](https://github.com/usehenri/henri/commit/4920977))


### Features

* **cli:** add required option in generate script ([31ce3af](https://github.com/usehenri/henri/commit/31ce3af))
* **mongoose:** specify collection name with name attribute ([a6e6c1a](https://github.com/usehenri/henri/commit/a6e6c1a))





## [0.35.2](https://github.com/usehenri/henri/compare/v0.35.1...v0.35.2) (2019-07-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -11,5 +11,5 @@
"publishConfig": {
"access": "public"
},
"version": "0.35.2"
"version": "0.36.0"
}
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)


### Bug Fixes

* **cli:** capitalize model name outside of scaffold ([e87ec2f](https://github.com/usehenri/henri/commit/e87ec2f))


### Features

* **cli:** add required option in generate script ([31ce3af](https://github.com/usehenri/henri/commit/31ce3af))





## [0.35.2](https://github.com/usehenri/henri/compare/v0.35.1...v0.35.2) (2019-07-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,12 +1,12 @@
{
"name": "@usehenri/cli",
"version": "0.35.2",
"version": "0.36.0",
"description": "henri cli runner",
"main": "index.js",
"author": "Felix-Antoine Paradis",
"license": "MIT",
"dependencies": {
"@usehenri/core": "^0.35.2",
"@usehenri/core": "^0.36.0",
"chalk": "^2.4.2",
"cross-spawn": "^7.0.0",
"fs-extra": "^8.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)

**Note:** Version bump only for package @usehenri/core





## [0.35.2](https://github.com/usehenri/henri/compare/v0.35.1...v0.35.2) (2019-07-04)

**Note:** Version bump only for package @usehenri/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/core",
"version": "0.35.2",
"version": "0.36.0",
"description": "henri core package",
"main": "src/index.js",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/demo/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.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)

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





## [0.35.1](https://github.com/usehenri/henri/compare/v0.35.0...v0.35.1) (2019-06-28)

**Note:** Version bump only for package undefined
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
@@ -1,8 +1,8 @@
{
"private": true,
"onboard": true,
"version": "0.35.1",
"version": "0.36.0",
"dependencies": {
"@usehenri/disk": "^0.35.0"
"@usehenri/disk": "^0.36.0"
}
}
8 changes: 8 additions & 0 deletions packages/disk/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.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)

**Note:** Version bump only for package @usehenri/disk





# [0.35.0](https://github.com/usehenri/henri/compare/v0.34.7...v0.35.0) (2019-06-19)

**Note:** Version bump only for package @usehenri/disk
Expand Down
2 changes: 1 addition & 1 deletion packages/disk/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/disk",
"version": "0.35.0",
"version": "0.36.0",
"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.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)

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





## [0.35.2](https://github.com/usehenri/henri/compare/v0.35.1...v0.35.2) (2019-07-04)

**Note:** Version bump only for package henri
Expand Down
4 changes: 2 additions & 2 deletions packages/henri/package.json
@@ -1,6 +1,6 @@
{
"name": "henri",
"version": "0.35.2",
"version": "0.36.0",
"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.35.2"
"@usehenri/cli": "^0.36.0"
}
}
8 changes: 8 additions & 0 deletions packages/mailer/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.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)

**Note:** Version bump only for package @usehenri/mailer





# [0.35.0](https://github.com/usehenri/henri/compare/v0.34.7...v0.35.0) (2019-06-19)

**Note:** Version bump only for package @usehenri/mailer
Expand Down
2 changes: 1 addition & 1 deletion packages/mailer/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/mailer",
"version": "0.35.0",
"version": "0.36.0",
"description": "henri mailer (DEPRECATED)",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down
11 changes: 11 additions & 0 deletions packages/mongoose/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.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)


### Features

* **mongoose:** specify collection name with name attribute ([a6e6c1a](https://github.com/usehenri/henri/commit/a6e6c1a))





## [0.35.2](https://github.com/usehenri/henri/compare/v0.35.1...v0.35.2) (2019-07-04)

**Note:** Version bump only for package @usehenri/mongoose
Expand Down
2 changes: 1 addition & 1 deletion packages/mongoose/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/mongoose",
"version": "0.35.2",
"version": "0.36.0",
"description": "henri mongoose database connector",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down
8 changes: 8 additions & 0 deletions packages/mssql/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.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)

**Note:** Version bump only for package @usehenri/mssql





## [0.35.2](https://github.com/usehenri/henri/compare/v0.35.1...v0.35.2) (2019-07-04)

**Note:** Version bump only for package @usehenri/mssql
Expand Down
4 changes: 2 additions & 2 deletions packages/mssql/package.json
@@ -1,12 +1,12 @@
{
"name": "@usehenri/mssql",
"version": "0.35.2",
"version": "0.36.0",
"description": "henri mssql database connector",
"main": "index.js",
"author": "Felix-Antoine Paradis",
"license": "MIT",
"dependencies": {
"@usehenri/sequelize": "^0.35.2",
"@usehenri/sequelize": "^0.36.0",
"tedious": "^6.3.0"
}
}
8 changes: 8 additions & 0 deletions packages/mysql/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.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)

**Note:** Version bump only for package @usehenri/mysql





## [0.35.2](https://github.com/usehenri/henri/compare/v0.35.1...v0.35.2) (2019-07-04)

**Note:** Version bump only for package @usehenri/mysql
Expand Down
4 changes: 2 additions & 2 deletions packages/mysql/package.json
@@ -1,12 +1,12 @@
{
"name": "@usehenri/mysql",
"version": "0.35.2",
"version": "0.36.0",
"description": "henri mariadb/mysql database connector",
"main": "index.js",
"author": "Felix-Antoine Paradis",
"license": "MIT",
"dependencies": {
"@usehenri/sequelize": "^0.35.2",
"@usehenri/sequelize": "^0.36.0",
"mysql2": "^1.7.0"
}
}
8 changes: 8 additions & 0 deletions packages/postgresql/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.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)

**Note:** Version bump only for package @usehenri/postgresql





## [0.35.2](https://github.com/usehenri/henri/compare/v0.35.1...v0.35.2) (2019-07-04)

**Note:** Version bump only for package @usehenri/postgresql
Expand Down
4 changes: 2 additions & 2 deletions packages/postgresql/package.json
@@ -1,12 +1,12 @@
{
"name": "@usehenri/postgresql",
"version": "0.35.2",
"version": "0.36.0",
"description": "henri postgresql database connector",
"main": "index.js",
"author": "Felix-Antoine Paradis",
"license": "MIT",
"dependencies": {
"@usehenri/sequelize": "^0.35.2",
"@usehenri/sequelize": "^0.36.0",
"pg": "^7.12.1",
"pg-hstore": "^2.3.3"
}
Expand Down
12 changes: 12 additions & 0 deletions packages/react/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.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)


### Bug Fixes

* **react:** pathFor was not replacing all placeholders ([1158d07](https://github.com/usehenri/henri/commit/1158d07))
* **react:** show react and nextjs version ([4920977](https://github.com/usehenri/henri/commit/4920977))





## [0.35.2](https://github.com/usehenri/henri/compare/v0.35.1...v0.35.2) (2019-07-04)

**Note:** Version bump only for package @usehenri/react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/react",
"version": "0.35.2",
"version": "0.36.0",
"description": "react components for henri",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down
8 changes: 8 additions & 0 deletions packages/sequelize/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.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)

**Note:** Version bump only for package @usehenri/sequelize





## [0.35.2](https://github.com/usehenri/henri/compare/v0.35.1...v0.35.2) (2019-07-04)

**Note:** Version bump only for package @usehenri/sequelize
Expand Down
2 changes: 1 addition & 1 deletion packages/sequelize/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/sequelize",
"version": "0.35.2",
"version": "0.36.0",
"description": "henri sequalize class provider",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down
8 changes: 8 additions & 0 deletions packages/testing/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.

# [0.36.0](https://github.com/usehenri/henri/compare/v0.35.2...v0.36.0) (2019-09-04)

**Note:** Version bump only for package @usehenri/testing





## [0.35.2](https://github.com/usehenri/henri/compare/v0.35.1...v0.35.2) (2019-07-04)

**Note:** Version bump only for package @usehenri/testing
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/testing",
"version": "0.35.2",
"version": "0.36.0",
"description": "henri testing utils",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down

0 comments on commit 10358b8

Please sign in to comment.