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

Commit

Permalink
v0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Leko committed Aug 13, 2018
1 parent 5269103 commit 00cdde1
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "2.9.0",
"packages": ["packages/*", "packages/@hothouse/*"],
"version": "0.4.12"
"version": "0.4.13"
}
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.4.12",
"version": "0.4.13",
"description": "Handle npm packages with npm",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"debug": "^3.1.0"
},
"devDependencies": {
"@hothouse/types": "^0.4.12"
"@hothouse/types": "^0.4.13"
},
"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.4.12",
"version": "0.4.13",
"description": "Handle npm packages with Yarn",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -31,12 +31,12 @@
},
"homepage": "https://github.com/Leko/hothouse#readme",
"dependencies": {
"@hothouse/monorepo-lerna": "^0.4.12",
"@hothouse/monorepo-yarn-workspaces": "^0.4.12",
"@hothouse/monorepo-lerna": "^0.4.13",
"@hothouse/monorepo-yarn-workspaces": "^0.4.13",
"debug": "^3.1.0"
},
"devDependencies": {
"@hothouse/types": "^0.4.12",
"@hothouse/types": "^0.4.13",
"semver": "^5.5.0"
},
"babel": {
Expand Down
8 changes: 4 additions & 4 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.4.12",
"version": "0.4.13",
"description": "Handle repository structure with Lerna",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -25,9 +25,9 @@
"glob": "^7.1.2"
},
"devDependencies": {
"@hothouse/client-npm": "^0.4.12",
"@hothouse/client-yarn": "^0.4.12",
"@hothouse/types": "^0.4.12"
"@hothouse/client-npm": "^0.4.13",
"@hothouse/client-yarn": "^0.4.13",
"@hothouse/types": "^0.4.13"
},
"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.4.12",
"version": "0.4.13",
"description": "Handle repository structure with Yarn workspaces",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"glob": "^7.1.2"
},
"devDependencies": {
"@hothouse/types": "^0.4.12"
"@hothouse/types": "^0.4.13"
},
"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.4.12",
"version": "0.4.13",
"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.4.12",
"version": "0.4.13",
"description": "Continuous dependency update for Node.js project",
"bin": {
"hothouse": "./dist/cli/index.js"
Expand Down Expand Up @@ -33,11 +33,11 @@
},
"homepage": "https://github.com/Leko/hothouse#readme",
"dependencies": {
"@hothouse/client-npm": "^0.4.12",
"@hothouse/client-yarn": "^0.4.12",
"@hothouse/monorepo-lerna": "^0.4.12",
"@hothouse/monorepo-yarn-workspaces": "^0.4.12",
"@hothouse/types": "^0.4.12",
"@hothouse/client-npm": "^0.4.13",
"@hothouse/client-yarn": "^0.4.13",
"@hothouse/monorepo-lerna": "^0.4.13",
"@hothouse/monorepo-yarn-workspaces": "^0.4.13",
"@hothouse/types": "^0.4.13",
"@octokit/rest": "^15.9.2",
"chalk": "^2.4.1",
"debug": "^3.1.0",
Expand Down

0 comments on commit 00cdde1

Please sign in to comment.