Skip to content

Commit

Permalink
v0.34.4-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
reel committed Feb 15, 2019
1 parent f3babdc commit 3f3d5b4
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 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.

## [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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -11,5 +11,5 @@
"publishConfig": {
"access": "public"
},
"version": "0.34.4-alpha.2"
"version": "0.34.4-alpha.3"
}
8 changes: 8 additions & 0 deletions packages/cli/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.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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
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.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
Expand Down
4 changes: 2 additions & 2 deletions 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,
Expand All @@ -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"
}
}

0 comments on commit 3f3d5b4

Please sign in to comment.