Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Leko committed Jun 30, 2018
1 parent 91a4cdd commit 67dfe0d
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*",
"packages/@hothouse/*"
],
"version": "0.1.11"
"version": "0.1.12"
}
4 changes: 2 additions & 2 deletions packages/@hothouse/client-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.11",
"version": "0.1.12",
"description": "Handle npm packages with npm",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"debug": "^3.1.0"
},
"devDependencies": {
"@hothouse/types": "^0.1.11"
"@hothouse/types": "^0.1.12"
},
"babel": {
"extends": "../../../.babelrc"
Expand Down
8 changes: 4 additions & 4 deletions packages/@hothouse/client-yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.11",
"version": "0.1.12",
"description": "Handle npm packages with Yarn",
"main": "dist/index.js",
"scripts": {
Expand All @@ -28,12 +28,12 @@
},
"homepage": "https://github.com/Leko/hothouse#readme",
"dependencies": {
"@hothouse/monorepo-lerna": "^0.1.11",
"@hothouse/monorepo-yarn-workspaces": "^0.1.11",
"@hothouse/monorepo-lerna": "^0.1.12",
"@hothouse/monorepo-yarn-workspaces": "^0.1.12",
"debug": "^3.1.0"
},
"devDependencies": {
"@hothouse/types": "^0.1.11"
"@hothouse/types": "^0.1.12"
},
"babel": {
"extends": "../../../.babelrc"
Expand Down
4 changes: 2 additions & 2 deletions packages/@hothouse/monorepo-lerna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.11",
"version": "0.1.12",
"description": "Handle repository structure with Lerna",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"glob": "^7.1.2"
},
"devDependencies": {
"@hothouse/types": "^0.1.11"
"@hothouse/types": "^0.1.12"
},
"babel": {
"extends": "../../../.babelrc"
Expand Down
4 changes: 2 additions & 2 deletions packages/@hothouse/monorepo-yarn-workspaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.11",
"version": "0.1.12",
"description": "Handle repository structure with Yarn workspaces",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"glob": "^7.1.2"
},
"devDependencies": {
"@hothouse/types": "^0.1.11"
"@hothouse/types": "^0.1.12"
},
"babel": {
"extends": "../../../.babelrc"
Expand Down
2 changes: 1 addition & 1 deletion packages/@hothouse/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.11",
"version": "0.1.12",
"description": "Internal types for hothouse",
"main": "index.js",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions packages/hothouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hothouse",
"version": "0.1.11",
"version": "0.1.12",
"description": "Continuous dependency update for Node.js project",
"bin": {
"hothouse": "./dist/cli.js"
Expand Down Expand Up @@ -30,11 +30,11 @@
},
"homepage": "https://github.com/Leko/hothouse#readme",
"dependencies": {
"@hothouse/client-npm": "^0.1.11",
"@hothouse/client-yarn": "^0.1.11",
"@hothouse/monorepo-lerna": "^0.1.11",
"@hothouse/monorepo-yarn-workspaces": "^0.1.11",
"@hothouse/types": "^0.1.11",
"@hothouse/client-npm": "^0.1.12",
"@hothouse/client-yarn": "^0.1.12",
"@hothouse/monorepo-lerna": "^0.1.12",
"@hothouse/monorepo-yarn-workspaces": "^0.1.12",
"@hothouse/types": "^0.1.12",
"@octokit/rest": "^15.9.2",
"chalk": "^2.4.1",
"debug": "^3.1.0",
Expand Down

0 comments on commit 67dfe0d

Please sign in to comment.