diff --git a/CHANGELOG.md b/CHANGELOG.md index 43379411..b76808cb 100644 --- a/CHANGELOG.md +++ b/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.34.4-alpha.3](https://github.com/usehenri/henri/compare/v0.34.4-alpha.2...v0.34.4-alpha.3) (2019-02-15) + + +### Bug Fixes + +* **graphql:** update the schema on hot reload. ([f3babdc](https://github.com/usehenri/henri/commit/f3babdc)) + + + + + ## [0.34.4-alpha.2](https://github.com/usehenri/henri/compare/v0.34.4-alpha.1...v0.34.4-alpha.2) (2019-02-15) **Note:** Version bump only for package henri diff --git a/lerna.json b/lerna.json index 9060724c..7942fbed 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "publishConfig": { "access": "public" }, - "version": "0.34.4-alpha.2" + "version": "0.34.4-alpha.3" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 680db9b1..f3839648 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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.34.4-alpha.3](https://github.com/usehenri/henri/compare/v0.34.4-alpha.2...v0.34.4-alpha.3) (2019-02-15) + +**Note:** Version bump only for package @usehenri/cli + + + + + ## [0.34.4-alpha.2](https://github.com/usehenri/henri/compare/v0.34.4-alpha.1...v0.34.4-alpha.2) (2019-02-15) **Note:** Version bump only for package @usehenri/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 7ba312e6..f0e3f0d1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,12 +1,12 @@ { "name": "@usehenri/cli", - "version": "0.34.4-alpha.2", + "version": "0.34.4-alpha.3", "description": "henri cli runner", "main": "index.js", "author": "Felix-Antoine Paradis", "license": "MIT", "dependencies": { - "@usehenri/core": "^0.34.4-alpha.2", + "@usehenri/core": "^0.34.4-alpha.3", "chalk": "^2.4.2", "cross-spawn": "^6.0.4", "fs-extra": "^7.0.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 40c44aa8..03a3461c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.34.4-alpha.3](https://github.com/usehenri/henri/compare/v0.34.4-alpha.2...v0.34.4-alpha.3) (2019-02-15) + + +### Bug Fixes + +* **graphql:** update the schema on hot reload. ([f3babdc](https://github.com/usehenri/henri/commit/f3babdc)) + + + + + ## [0.34.4-alpha.2](https://github.com/usehenri/henri/compare/v0.34.4-alpha.1...v0.34.4-alpha.2) (2019-02-15) **Note:** Version bump only for package @usehenri/core diff --git a/packages/core/package.json b/packages/core/package.json index 1324b1fa..15d5d646 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@usehenri/core", - "version": "0.34.4-alpha.2", + "version": "0.34.4-alpha.3", "description": "henri core package", "main": "src/index.js", "bin": { diff --git a/packages/henri/CHANGELOG.md b/packages/henri/CHANGELOG.md index 394fae8d..6be47f37 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.34.4-alpha.3](https://github.com/usehenri/henri/compare/v0.34.4-alpha.2...v0.34.4-alpha.3) (2019-02-15) + +**Note:** Version bump only for package henri + + + + + ## [0.34.4-alpha.2](https://github.com/usehenri/henri/compare/v0.34.4-alpha.1...v0.34.4-alpha.2) (2019-02-15) **Note:** Version bump only for package henri diff --git a/packages/henri/package.json b/packages/henri/package.json index e98d2922..94b51fd3 100644 --- a/packages/henri/package.json +++ b/packages/henri/package.json @@ -1,6 +1,6 @@ { "name": "henri", - "version": "0.34.4-alpha.2", + "version": "0.34.4-alpha.3", "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.34.4-alpha.2" + "@usehenri/cli": "^0.34.4-alpha.3" } }