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

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Leko committed Jun 29, 2018
1 parent a37faaa commit ca4439d
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 19 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.2"
"version": "0.1.3"
}
4 changes: 2 additions & 2 deletions packages/@hothouse/client-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hothouse/client-npm",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"description": "Handle npm packages with npm",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"debug": "^3.1.0"
},
"devDependencies": {
"@hothouse/types": "^0.1.2"
"@hothouse/types": "^0.1.3"
},
"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
@@ -1,7 +1,7 @@
{
"name": "@hothouse/client-yarn",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"description": "Handle npm packages with Yarn",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,12 +26,12 @@
},
"homepage": "https://github.com/Leko/hothouse#readme",
"dependencies": {
"@hothouse/monorepo-lerna": "^0.1.2",
"@hothouse/monorepo-yarn-workspaces": "^0.1.2",
"@hothouse/monorepo-lerna": "^0.1.3",
"@hothouse/monorepo-yarn-workspaces": "^0.1.3",
"debug": "^3.1.0"
},
"devDependencies": {
"@hothouse/types": "^0.1.2"
"@hothouse/types": "^0.1.3"
},
"babel": {
"extends": "../../../.babelrc"
Expand Down
5 changes: 3 additions & 2 deletions packages/@hothouse/monorepo-lerna/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@hothouse/monorepo-lerna",
"version": "0.1.2",
"private": true,
"version": "0.1.3",
"description": "Handle repository structure with Lerna",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -19,7 +20,7 @@
"glob": "^7.1.2"
},
"devDependencies": {
"@hothouse/types": "^0.1.2"
"@hothouse/types": "^0.1.3"
},
"babel": {
"extends": "../../../.babelrc"
Expand Down
5 changes: 3 additions & 2 deletions packages/@hothouse/monorepo-yarn-workspaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@hothouse/monorepo-yarn-workspaces",
"version": "0.1.2",
"private": true,
"version": "0.1.3",
"description": "Handle repository structure with Yarn workspaces",
"main": "./dist/index.js",
"scripts": {
Expand All @@ -19,7 +20,7 @@
"glob": "^7.1.2"
},
"devDependencies": {
"@hothouse/types": "^0.1.2"
"@hothouse/types": "^0.1.3"
},
"babel": {
"extends": "../../../.babelrc"
Expand Down
6 changes: 4 additions & 2 deletions packages/@hothouse/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@hothouse/types",
"private": true,
"version": "0.1.2",
"publishConfig": {
"access": "public"
},
"version": "0.1.3",
"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.2",
"version": "0.1.3",
"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.2",
"@hothouse/client-yarn": "^0.1.2",
"@hothouse/monorepo-lerna": "^0.1.2",
"@hothouse/monorepo-yarn-workspaces": "^0.1.2",
"@hothouse/types": "^0.1.2",
"@hothouse/client-npm": "^0.1.3",
"@hothouse/client-yarn": "^0.1.3",
"@hothouse/monorepo-lerna": "^0.1.3",
"@hothouse/monorepo-yarn-workspaces": "^0.1.3",
"@hothouse/types": "^0.1.3",
"@octokit/rest": "^15.9.2",
"chalk": "^2.4.1",
"debug": "^3.1.0",
Expand Down

0 comments on commit ca4439d

Please sign in to comment.