diff --git a/lerna.json b/lerna.json index e2d2addc..0bc9931d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.9.0", + "version": "0.10.0", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/haul-babel-preset-react-native/package.json b/packages/haul-babel-preset-react-native/package.json index 38c4afb3..a3ebbbea 100644 --- a/packages/haul-babel-preset-react-native/package.json +++ b/packages/haul-babel-preset-react-native/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.0", + "version": "0.10.0", "name": "@haul-bundler/babel-preset-react-native", "description": "Babel preset for React Native >=0.59 with Haul", "main": "index.js", diff --git a/packages/haul-basic-bundle-webpack-plugin/package.json b/packages/haul-basic-bundle-webpack-plugin/package.json index b494c267..e9d85740 100644 --- a/packages/haul-basic-bundle-webpack-plugin/package.json +++ b/packages/haul-basic-bundle-webpack-plugin/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.0", + "version": "0.10.0", "name": "@haul-bundler/basic-bundle-webpack-plugin", "description": "Basic bundle plugin for Haul and Webpack", "main": "build/index.js", diff --git a/packages/haul-cli/package.json b/packages/haul-cli/package.json index 614ef3df..52e0f532 100644 --- a/packages/haul-cli/package.json +++ b/packages/haul-cli/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.1", + "version": "0.10.0", "name": "@haul-bundler/cli", "description": "Haul is a new command line tools for React Native", "bin": { @@ -22,9 +22,9 @@ "webpack": "^4.30.0" }, "dependencies": { - "@haul-bundler/core": "^0.9.0", - "@haul-bundler/core-legacy": "^0.9.0", - "@haul-bundler/inspector-events": "^0.9.0", + "@haul-bundler/core": "^0.10.0", + "@haul-bundler/core-legacy": "^0.10.0", + "@haul-bundler/inspector-events": "^0.10.0", "ansi-fragments": "^0.2.1", "dedent": "^0.7.0", "execa": "^2.0.3", diff --git a/packages/haul-core-legacy/package.json b/packages/haul-core-legacy/package.json index 7d0076fb..936f525b 100644 --- a/packages/haul-core-legacy/package.json +++ b/packages/haul-core-legacy/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.0", + "version": "0.10.0", "name": "@haul-bundler/core-legacy", "description": "Haul core library (legacy)", "bin": { @@ -20,12 +20,12 @@ "license": "MIT", "bugs": "https://github.com/callstack/haul/issues", "peerDependencies": { - "@haul-bundler/core": "^0.9.0", + "@haul-bundler/core": "^0.10.0", "webpack": "4.x" }, "dependencies": { - "mkdirp": "^0.5.1", "mime-types": "^2.1.24", + "mkdirp": "^0.5.1", "ws": "^2.2.2", "xpipe": "^1.0.5" }, diff --git a/packages/haul-core/package.json b/packages/haul-core/package.json index 1548face..af23eecb 100644 --- a/packages/haul-core/package.json +++ b/packages/haul-core/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.1", + "version": "0.10.0", "name": "@haul-bundler/core", "description": "Haul core library (legacy)", "main": "build/index.js", @@ -19,18 +19,18 @@ }, "dependencies": { "@babel/core": "^7.5.5", - "@babel/preset-env": "^7.5.5", - "@babel/preset-typescript": "^7.3.3", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/plugin-transform-flow-strip-types": "^7.4.4", + "@babel/preset-env": "^7.5.5", + "@babel/preset-typescript": "^7.3.3", "@hapi/boom": "^7.4.2", "@hapi/hapi": "^18.3.1", "@hapi/inert": "^5.2.0", "@hapi/joi": "^15.0.3", - "@haul-bundler/basic-bundle-webpack-plugin": "^0.9.0", - "@haul-bundler/core-legacy": "^0.9.0", - "@haul-bundler/inspector-events": "^0.9.0", - "@haul-bundler/ram-bundle-webpack-plugin": "^0.9.0", + "@haul-bundler/basic-bundle-webpack-plugin": "^0.10.0", + "@haul-bundler/core-legacy": "^0.10.0", + "@haul-bundler/inspector-events": "^0.10.0", + "@haul-bundler/ram-bundle-webpack-plugin": "^0.10.0", "ansi-fragments": "^0.2.1", "dedent": "^0.7.0", "escape-string-regexp": "^2.0.0", diff --git a/packages/haul-inspector-events/package.json b/packages/haul-inspector-events/package.json index 9a447025..f50dae21 100644 --- a/packages/haul-inspector-events/package.json +++ b/packages/haul-inspector-events/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.0", + "version": "0.10.0", "name": "@haul-bundler/inspector-events", "description": "Inspector events for Haul", "main": "build/index.js", diff --git a/packages/haul-inspector/package.json b/packages/haul-inspector/package.json index 3cb01d3e..2a18179b 100644 --- a/packages/haul-inspector/package.json +++ b/packages/haul-inspector/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.0", + "version": "0.10.0", "name": "@haul-bundler/inspector", "description": "Haul inspector for monitoring Haul processes", "bin": { @@ -17,7 +17,7 @@ "license": "MIT", "bugs": "https://github.com/callstack/haul/issues", "dependencies": { - "@haul-bundler/inspector-events": "^0.9.0", + "@haul-bundler/inspector-events": "^0.10.0", "ansi-fragments": "^0.2.1", "ws": "^6.2.1", "yargs": "^13.2.2" diff --git a/packages/haul-preset-0.59/package.json b/packages/haul-preset-0.59/package.json index 9986e9d4..f5c71acd 100644 --- a/packages/haul-preset-0.59/package.json +++ b/packages/haul-preset-0.59/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.0", + "version": "0.10.0", "name": "@haul-bundler/preset-0.59", "description": "Haul preset for React Native 0.59", "main": "build/index.js", @@ -14,8 +14,8 @@ "license": "MIT", "bugs": "https://github.com/callstack/haul/issues", "peerDependencies": { - "@haul-bundler/cli": "^0.9.0", - "@haul-bundler/core": "^0.9.0", + "@haul-bundler/cli": "^0.10.0", + "@haul-bundler/core": "^0.10.0", "webpack": "^4.30.0" }, "dependencies": { @@ -25,8 +25,8 @@ "terser-webpack-plugin": "^1.2.3" }, "devDependencies": { - "@haul-bundler/cli": "^0.9.0", - "@haul-bundler/core": "^0.9.0", + "@haul-bundler/cli": "^0.10.0", + "@haul-bundler/core": "^0.10.0", "@types/case-sensitive-paths-webpack-plugin": "^2.1.2", "@types/is-ci": "^1.1.0", "@types/terser-webpack-plugin": "^1.2.1", diff --git a/packages/haul-preset-0.60/package.json b/packages/haul-preset-0.60/package.json index 39dd0aa5..2ae82f59 100644 --- a/packages/haul-preset-0.60/package.json +++ b/packages/haul-preset-0.60/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.0", + "version": "0.10.0", "name": "@haul-bundler/preset-0.60", "description": "Haul preset for React Native 0.60", "main": "build/index.js", @@ -14,8 +14,8 @@ "license": "MIT", "bugs": "https://github.com/callstack/haul/issues", "peerDependencies": { - "@haul-bundler/cli": "^0.9.0", - "@haul-bundler/core": "^0.9.0", + "@haul-bundler/cli": "^0.10.0", + "@haul-bundler/core": "^0.10.0", "webpack": "^4.30.0" }, "dependencies": { @@ -25,8 +25,8 @@ "terser-webpack-plugin": "^1.2.3" }, "devDependencies": { - "@haul-bundler/cli": "^0.9.0", - "@haul-bundler/core": "^0.9.0", + "@haul-bundler/cli": "^0.10.0", + "@haul-bundler/core": "^0.10.0", "@types/case-sensitive-paths-webpack-plugin": "^2.1.2", "@types/is-ci": "^1.1.0", "@types/terser-webpack-plugin": "^1.2.1", diff --git a/packages/haul-ram-bundle-webpack-plugin/package.json b/packages/haul-ram-bundle-webpack-plugin/package.json index 51855057..4d2e5484 100644 --- a/packages/haul-ram-bundle-webpack-plugin/package.json +++ b/packages/haul-ram-bundle-webpack-plugin/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.0", + "version": "0.10.0", "name": "@haul-bundler/ram-bundle-webpack-plugin", "description": "RAM bundle plugin for Haul and Webpack", "main": "build/index.js", @@ -12,7 +12,7 @@ "license": "MIT", "bugs": "https://github.com/callstack/haul/issues", "peerDependencies": { - "@haul-bundler/core": "^0.9.0", + "@haul-bundler/core": "^0.10.0", "metro": "^0.53.1", "terser": "^3.17.0", "webpack": "^4.30.0", @@ -20,7 +20,7 @@ }, "devDependencies": { "@babel/core": "^7.4.4", - "@haul-bundler/babel-preset-react-native": "^0.9.0", + "@haul-bundler/babel-preset-react-native": "^0.10.0", "@types/webpack-sources": "^0.1.5", "babel-loader": "^8.0.5", "metro": "^0.53.1",