Skip to content

Commit

Permalink
v0.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reel committed Jan 13, 2020
1 parent d360272 commit f76f9a3
Show file tree
Hide file tree
Showing 24 changed files with 111 additions and 15 deletions.
8 changes: 8 additions & 0 deletions 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.37.2](https://github.com/usehenri/henri/compare/v0.37.1...v0.37.2) (2020-01-13)

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





## [0.37.1](https://github.com/usehenri/henri/compare/v0.37.0...v0.37.1) (2019-12-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -15,5 +15,5 @@
"exact": true
}
},
"version": "0.37.1"
"version": "0.37.2"
}
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.37.2](https://github.com/usehenri/henri/compare/v0.37.1...v0.37.2) (2020-01-13)

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





## [0.37.1](https://github.com/usehenri/henri/compare/v0.37.0...v0.37.1) (2019-12-24)

**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.37.1",
"version": "0.37.2",
"description": "henri cli runner",
"main": "index.js",
"author": "Felix-Antoine Paradis",
"license": "MIT",
"dependencies": {
"@usehenri/core": "0.37.1",
"@usehenri/core": "0.37.2",
"chalk": "^3.0.0",
"cross-spawn": "^7.0.1",
"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.37.2](https://github.com/usehenri/henri/compare/v0.37.1...v0.37.2) (2020-01-13)

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





## [0.37.1](https://github.com/usehenri/henri/compare/v0.37.0...v0.37.1) (2019-12-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/core",
"version": "0.37.1",
"version": "0.37.2",
"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.37.2](https://github.com/usehenri/henri/compare/v0.37.1...v0.37.2) (2020-01-13)

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





## [0.37.1](https://github.com/usehenri/henri/compare/v0.37.0...v0.37.1) (2019-12-24)

**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.37.1",
"version": "0.37.2",
"dependencies": {
"@usehenri/disk": "0.37.0"
"@usehenri/disk": "0.37.2"
}
}
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.37.2](https://github.com/usehenri/henri/compare/v0.37.1...v0.37.2) (2020-01-13)

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





## [0.37.1](https://github.com/usehenri/henri/compare/v0.37.0...v0.37.1) (2019-12-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/disk/package.json
@@ -1,12 +1,12 @@
{
"name": "@usehenri/disk",
"version": "0.37.0",
"version": "0.37.2",
"description": "henri disk database connector",
"main": "index.js",
"author": "Felix-Antoine Paradis",
"license": "MIT",
"dependencies": {
"@usehenri/mongoose": "0.37.1",
"@usehenri/mongoose": "0.37.2",
"debug": "^4.1.1",
"md5": "^2.2.1",
"mongodb-memory-server": "^6.2.1"
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.37.2](https://github.com/usehenri/henri/compare/v0.37.1...v0.37.2) (2020-01-13)

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





## [0.37.1](https://github.com/usehenri/henri/compare/v0.37.0...v0.37.1) (2019-12-24)

**Note:** Version bump only for package henri
Expand Down
2 changes: 1 addition & 1 deletion packages/henri/package.json
@@ -1,6 +1,6 @@
{
"name": "henri",
"version": "0.37.1",
"version": "0.37.2",
"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 Down
8 changes: 8 additions & 0 deletions packages/mongoose/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.37.2](https://github.com/usehenri/henri/compare/v0.37.1...v0.37.2) (2020-01-13)

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





## [0.37.1](https://github.com/usehenri/henri/compare/v0.37.0...v0.37.1) (2019-12-24)

**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.37.1",
"version": "0.37.2",
"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.37.2](https://github.com/usehenri/henri/compare/v0.37.1...v0.37.2) (2020-01-13)

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





## [0.37.1](https://github.com/usehenri/henri/compare/v0.37.0...v0.37.1) (2019-12-24)

**Note:** Version bump only for package @usehenri/mssql
Expand Down
2 changes: 1 addition & 1 deletion packages/mssql/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/mssql",
"version": "0.37.1",
"version": "0.37.2",
"description": "henri mssql database connector",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down
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.37.2](https://github.com/usehenri/henri/compare/v0.37.1...v0.37.2) (2020-01-13)

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





## [0.37.1](https://github.com/usehenri/henri/compare/v0.37.0...v0.37.1) (2019-12-24)

**Note:** Version bump only for package @usehenri/mysql
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/mysql",
"version": "0.37.1",
"version": "0.37.2",
"description": "henri mariadb/mysql database connector",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down
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.37.2](https://github.com/usehenri/henri/compare/v0.37.1...v0.37.2) (2020-01-13)

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





## [0.37.1](https://github.com/usehenri/henri/compare/v0.37.0...v0.37.1) (2019-12-24)

**Note:** Version bump only for package @usehenri/postgresql
Expand Down
2 changes: 1 addition & 1 deletion packages/postgresql/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/postgresql",
"version": "0.37.1",
"version": "0.37.2",
"description": "henri postgresql database connector",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/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.37.2](https://github.com/usehenri/henri/compare/v0.37.1...v0.37.2) (2020-01-13)

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





## [0.37.1](https://github.com/usehenri/henri/compare/v0.37.0...v0.37.1) (2019-12-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@usehenri/react",
"version": "0.37.1",
"version": "0.37.2",
"description": "react components for henri",
"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.37.2](https://github.com/usehenri/henri/compare/v0.37.1...v0.37.2) (2020-01-13)

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





## [0.37.1](https://github.com/usehenri/henri/compare/v0.37.0...v0.37.1) (2019-12-24)

**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.37.1",
"version": "0.37.2",
"description": "henri testing utils",
"main": "index.js",
"author": "Felix-Antoine Paradis",
Expand Down

0 comments on commit f76f9a3

Please sign in to comment.