Skip to content

Commit

Permalink
chore: publish v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zamotany committed Aug 19, 2019
1 parent c41becc commit ae1816d
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 40 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
5 changes: 3 additions & 2 deletions packages/haul-babel-preset-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"name": "@haul-bundler/babel-preset-react-native",
"description": "Babel preset for React Native >=0.59 with Haul",
"main": "index.js",
Expand Down Expand Up @@ -47,5 +47,6 @@
"@types/babel__template": "^7.0.2",
"@types/dedent": "^0.7.0",
"dedent": "^0.7.0"
}
},
"gitHead": "c41becc82dfeafb07b642ebed8f082775647ec3f"
}
5 changes: 3 additions & 2 deletions packages/haul-basic-bundle-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"name": "@haul-bundler/basic-bundle-webpack-plugin",
"description": "Basic bundle plugin for Haul and Webpack",
"main": "build/index.js",
Expand All @@ -21,5 +21,6 @@
"@types/webpack-sources": "^0.1.5",
"webpack": "^4.39.1",
"webpack-sources": "^1.4.3"
}
},
"gitHead": "c41becc82dfeafb07b642ebed8f082775647ec3f"
}
11 changes: 6 additions & 5 deletions packages/haul-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"name": "@haul-bundler/cli",
"description": "Haul is a new command line tools for React Native",
"bin": {
Expand All @@ -22,9 +22,9 @@
"webpack": "4.x"
},
"dependencies": {
"@haul-bundler/core": "^0.11.0",
"@haul-bundler/core-legacy": "^0.11.0",
"@haul-bundler/inspector-events": "^0.11.0",
"@haul-bundler/core": "^0.12.0",
"@haul-bundler/core-legacy": "^0.12.0",
"@haul-bundler/inspector-events": "^0.12.0",
"ansi-fragments": "^0.2.1",
"dedent": "^0.7.0",
"execa": "^2.0.3",
Expand All @@ -43,5 +43,6 @@
"@types/ws": "^6.0.2",
"@types/yargs": "^13.0.2",
"webpack": "^4.39.1"
}
},
"gitHead": "c41becc82dfeafb07b642ebed8f082775647ec3f"
}
7 changes: 4 additions & 3 deletions packages/haul-core-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"name": "@haul-bundler/core-legacy",
"description": "Haul core library (legacy)",
"bin": {
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"bugs": "https://github.com/callstack/haul/issues",
"peerDependencies": {
"@haul-bundler/core": "^0.11.0",
"@haul-bundler/core": "^0.12.0",
"webpack": "4.x"
},
"dependencies": {
Expand All @@ -31,5 +31,6 @@
},
"devDependencies": {
"snapshot-diff": "^0.5.2"
}
},
"gitHead": "c41becc82dfeafb07b642ebed8f082775647ec3f"
}
13 changes: 7 additions & 6 deletions packages/haul-core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"name": "@haul-bundler/core",
"description": "Haul core library (legacy)",
"main": "build/index.js",
Expand Down Expand Up @@ -27,10 +27,10 @@
"@hapi/hapi": "^18.3.1",
"@hapi/inert": "^5.2.1",
"@hapi/joi": "^15.1.0",
"@haul-bundler/basic-bundle-webpack-plugin": "^0.11.0",
"@haul-bundler/core-legacy": "^0.11.0",
"@haul-bundler/inspector-events": "^0.11.0",
"@haul-bundler/ram-bundle-webpack-plugin": "^0.11.0",
"@haul-bundler/basic-bundle-webpack-plugin": "^0.12.0",
"@haul-bundler/core-legacy": "^0.12.0",
"@haul-bundler/inspector-events": "^0.12.0",
"@haul-bundler/ram-bundle-webpack-plugin": "^0.12.0",
"ansi-fragments": "^0.2.1",
"dedent": "^0.7.0",
"escape-string-regexp": "^2.0.0",
Expand Down Expand Up @@ -74,5 +74,6 @@
"@types/terminal-kit": "^1.28.0",
"@types/wrap-ansi": "^3.0.0",
"@types/ws": "^6.0.2"
}
},
"gitHead": "c41becc82dfeafb07b642ebed8f082775647ec3f"
}
5 changes: 3 additions & 2 deletions packages/haul-inspector-events/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"name": "@haul-bundler/inspector-events",
"description": "Inspector events for Haul",
"main": "build/index.js",
Expand All @@ -12,5 +12,6 @@
"author": "Pawel Trysla <pawel.trysla@callstack.com>",
"repository": "github:callstack/haul",
"license": "MIT",
"bugs": "https://github.com/callstack/haul/issues"
"bugs": "https://github.com/callstack/haul/issues",
"gitHead": "c41becc82dfeafb07b642ebed8f082775647ec3f"
}
7 changes: 4 additions & 3 deletions packages/haul-inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"name": "@haul-bundler/inspector",
"description": "Haul inspector for monitoring Haul processes",
"bin": {
Expand All @@ -17,13 +17,14 @@
"license": "MIT",
"bugs": "https://github.com/callstack/haul/issues",
"dependencies": {
"@haul-bundler/inspector-events": "^0.11.0",
"@haul-bundler/inspector-events": "^0.12.0",
"ansi-fragments": "^0.2.1",
"ws": "^6.2.1",
"yargs": "^13.3.0"
},
"devDependencies": {
"@types/ws": "^6.0.2",
"@types/yargs": "^13.0.2"
}
},
"gitHead": "c41becc82dfeafb07b642ebed8f082775647ec3f"
}
13 changes: 7 additions & 6 deletions packages/haul-preset-0.59/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"name": "@haul-bundler/preset-0.59",
"description": "Haul preset for React Native 0.59",
"main": "build/index.js",
Expand All @@ -14,8 +14,8 @@
"license": "MIT",
"bugs": "https://github.com/callstack/haul/issues",
"peerDependencies": {
"@haul-bundler/cli": "^0.11.0",
"@haul-bundler/core": "^0.11.0",
"@haul-bundler/cli": "^0.12.0",
"@haul-bundler/core": "^0.12.0",
"webpack": "4.x"
},
"dependencies": {
Expand All @@ -25,11 +25,12 @@
"terser-webpack-plugin": "^1.4.1"
},
"devDependencies": {
"@haul-bundler/cli": "^0.11.0",
"@haul-bundler/core": "^0.11.0",
"@haul-bundler/cli": "^0.12.0",
"@haul-bundler/core": "^0.12.0",
"@types/case-sensitive-paths-webpack-plugin": "^2.1.3",
"@types/is-ci": "^2.0.0",
"@types/terser-webpack-plugin": "^1.2.1",
"webpack": "^4.39.1"
}
},
"gitHead": "c41becc82dfeafb07b642ebed8f082775647ec3f"
}
13 changes: 7 additions & 6 deletions packages/haul-preset-0.60/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"name": "@haul-bundler/preset-0.60",
"description": "Haul preset for React Native 0.60",
"main": "build/index.js",
Expand All @@ -14,8 +14,8 @@
"license": "MIT",
"bugs": "https://github.com/callstack/haul/issues",
"peerDependencies": {
"@haul-bundler/cli": "^0.11.0",
"@haul-bundler/core": "^0.11.0",
"@haul-bundler/cli": "^0.12.0",
"@haul-bundler/core": "^0.12.0",
"webpack": "4.x"
},
"dependencies": {
Expand All @@ -25,11 +25,12 @@
"terser-webpack-plugin": "^1.4.1"
},
"devDependencies": {
"@haul-bundler/cli": "^0.11.0",
"@haul-bundler/core": "^0.11.0",
"@haul-bundler/cli": "^0.12.0",
"@haul-bundler/core": "^0.12.0",
"@types/case-sensitive-paths-webpack-plugin": "^2.1.3",
"@types/is-ci": "^2.0.0",
"@types/terser-webpack-plugin": "^1.2.1",
"webpack": "^4.39.1"
}
},
"gitHead": "c41becc82dfeafb07b642ebed8f082775647ec3f"
}
9 changes: 5 additions & 4 deletions packages/haul-ram-bundle-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.0",
"version": "0.12.0",
"name": "@haul-bundler/ram-bundle-webpack-plugin",
"description": "RAM bundle plugin for Haul and Webpack",
"main": "build/index.js",
Expand All @@ -12,21 +12,22 @@
"license": "MIT",
"bugs": "https://github.com/callstack/haul/issues",
"peerDependencies": {
"@haul-bundler/core": "0.11.0",
"@haul-bundler/core": "0.12.0",
"metro": ">= 0.51.1 < 1",
"terser": "4.x",
"webpack": "4.x",
"webpack-sources": "1.x"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@haul-bundler/babel-preset-react-native": "^0.11.0",
"@haul-bundler/babel-preset-react-native": "^0.12.0",
"@types/webpack-sources": "^0.1.5",
"babel-loader": "^8.0.5",
"metro": "^0.53.1",
"source-map": "^0.7.3",
"terser": "^4.1.3",
"webpack": "^4.39.1",
"webpack-sources": "^1.4.3"
}
},
"gitHead": "c41becc82dfeafb07b642ebed8f082775647ec3f"
}

0 comments on commit ae1816d

Please sign in to comment.