diff --git a/CHANGELOG.md b/CHANGELOG.md index 85fe4407..71f584bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index c35bc10a..92647d9d 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "publishConfig": { "access": "public" }, - "version": "0.35.2" + "version": "0.36.0" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 99abca8f..66f64e23 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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) diff --git a/packages/cli/package.json b/packages/cli/package.json index 455905ef..585c23fd 100644 --- a/packages/cli/package.json +++ b/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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a85fe1a5..afb535ce 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index a01dab6b..8718a4d4 100644 --- a/packages/core/package.json +++ b/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": { diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index 67ca260c..7f0391f7 100644 --- a/packages/demo/CHANGELOG.md +++ b/packages/demo/CHANGELOG.md @@ -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 diff --git a/packages/demo/package.json b/packages/demo/package.json index 72d38c5e..846d1ed6 100644 --- a/packages/demo/package.json +++ b/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" } } diff --git a/packages/disk/CHANGELOG.md b/packages/disk/CHANGELOG.md index 07227db9..cc4d9ebc 100644 --- a/packages/disk/CHANGELOG.md +++ b/packages/disk/CHANGELOG.md @@ -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 diff --git a/packages/disk/package.json b/packages/disk/package.json index 1578eb8a..aaab6bb9 100644 --- a/packages/disk/package.json +++ b/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", diff --git a/packages/henri/CHANGELOG.md b/packages/henri/CHANGELOG.md index 907556e4..d8b7e16b 100644 --- a/packages/henri/CHANGELOG.md +++ b/packages/henri/CHANGELOG.md @@ -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 diff --git a/packages/henri/package.json b/packages/henri/package.json index 9235da49..76ad3410 100644 --- a/packages/henri/package.json +++ b/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, @@ -25,6 +25,6 @@ }, "homepage": "https://github.com/usehenri/henri#readme", "dependencies": { - "@usehenri/cli": "^0.35.2" + "@usehenri/cli": "^0.36.0" } } diff --git a/packages/mailer/CHANGELOG.md b/packages/mailer/CHANGELOG.md index 9d2b6c4f..929ad7a2 100644 --- a/packages/mailer/CHANGELOG.md +++ b/packages/mailer/CHANGELOG.md @@ -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 diff --git a/packages/mailer/package.json b/packages/mailer/package.json index e8cf8c6a..45e0fc36 100644 --- a/packages/mailer/package.json +++ b/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", diff --git a/packages/mongoose/CHANGELOG.md b/packages/mongoose/CHANGELOG.md index 90ae7f4d..eba0914e 100644 --- a/packages/mongoose/CHANGELOG.md +++ b/packages/mongoose/CHANGELOG.md @@ -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 diff --git a/packages/mongoose/package.json b/packages/mongoose/package.json index 49e4d360..39a3595a 100644 --- a/packages/mongoose/package.json +++ b/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", diff --git a/packages/mssql/CHANGELOG.md b/packages/mssql/CHANGELOG.md index 8f0929f4..99bb747d 100644 --- a/packages/mssql/CHANGELOG.md +++ b/packages/mssql/CHANGELOG.md @@ -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 diff --git a/packages/mssql/package.json b/packages/mssql/package.json index 8eb72013..ba37c4d3 100644 --- a/packages/mssql/package.json +++ b/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" } } diff --git a/packages/mysql/CHANGELOG.md b/packages/mysql/CHANGELOG.md index 3bafe612..2a78c89a 100644 --- a/packages/mysql/CHANGELOG.md +++ b/packages/mysql/CHANGELOG.md @@ -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 diff --git a/packages/mysql/package.json b/packages/mysql/package.json index 0ec76714..1e8dd20d 100644 --- a/packages/mysql/package.json +++ b/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" } } diff --git a/packages/postgresql/CHANGELOG.md b/packages/postgresql/CHANGELOG.md index 161f5111..c3115da7 100644 --- a/packages/postgresql/CHANGELOG.md +++ b/packages/postgresql/CHANGELOG.md @@ -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 diff --git a/packages/postgresql/package.json b/packages/postgresql/package.json index 9e66ec41..7c52be23 100644 --- a/packages/postgresql/package.json +++ b/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" } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 3be0b9a1..6330c083 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index 156ef38f..ced373e9 100644 --- a/packages/react/package.json +++ b/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", diff --git a/packages/sequelize/CHANGELOG.md b/packages/sequelize/CHANGELOG.md index d53e9ad1..5e28f3d5 100644 --- a/packages/sequelize/CHANGELOG.md +++ b/packages/sequelize/CHANGELOG.md @@ -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 diff --git a/packages/sequelize/package.json b/packages/sequelize/package.json index d9c8106a..82b38fdd 100644 --- a/packages/sequelize/package.json +++ b/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", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index b00ee1dc..c339568d 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -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 diff --git a/packages/testing/package.json b/packages/testing/package.json index fabcadb5..f3ae203e 100644 --- a/packages/testing/package.json +++ b/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", diff --git a/packages/websocket/CHANGELOG.md b/packages/websocket/CHANGELOG.md index 7fd93f8d..5ff9529f 100644 --- a/packages/websocket/CHANGELOG.md +++ b/packages/websocket/CHANGELOG.md @@ -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/websocket + + + + + # [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/websocket diff --git a/packages/websocket/package.json b/packages/websocket/package.json index 2e43aa51..b6c3ac8e 100644 --- a/packages/websocket/package.json +++ b/packages/websocket/package.json @@ -1,6 +1,6 @@ { "name": "@usehenri/websocket", - "version": "0.35.0", + "version": "0.36.0", "description": "henri websocket loader", "main": "index.js", "author": "Felix-Antoine Paradis",