From b045d3af97e05512b12f83c11496371b8a8d3fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Trys=C5=82a?= Date: Mon, 9 Sep 2019 17:49:17 +0200 Subject: [PATCH] chore: publish v0.13.0 --- lerna.json | 2 +- package.json | 2 +- packages/haul-babel-preset-react-native/package.json | 2 +- packages/haul-basic-bundle-webpack-plugin/package.json | 2 +- packages/haul-cli/package.json | 8 ++++---- packages/haul-core-legacy/package.json | 2 +- packages/haul-core/package.json | 10 +++++----- packages/haul-inspector-events/package.json | 2 +- packages/haul-inspector/package.json | 4 ++-- packages/haul-preset-0.59/package.json | 10 +++++----- packages/haul-preset-0.60/package.json | 10 +++++----- packages/haul-ram-bundle-webpack-plugin/package.json | 6 +++--- 12 files changed, 30 insertions(+), 30 deletions(-) diff --git a/lerna.json b/lerna.json index 9994322d..d7b41887 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.12.0", + "version": "0.13.0", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/package.json b/package.json index b2f71c8f..25a351d9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "prepare": "yarn build:source && yarn build:def", "typecheck": "tsc --noEmit", "test": "jest", - "publish": "yarn lerna publish --no-git-tag-version --no-push" + "release": "lerna publish --no-git-tag-version --no-push" }, "dependencies": { "chalk": "^2.4.2", diff --git a/packages/haul-babel-preset-react-native/package.json b/packages/haul-babel-preset-react-native/package.json index e7834a6e..6da2236d 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.12.0", + "version": "0.13.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 e4b35dfb..037f4377 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.12.0", + "version": "0.13.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 b77d64f7..95f67245 100644 --- a/packages/haul-cli/package.json +++ b/packages/haul-cli/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.0", + "version": "0.13.0", "name": "@haul-bundler/cli", "description": "Haul is a new command line tools for React Native", "bin": { @@ -22,9 +22,9 @@ "webpack": "4.x" }, "dependencies": { - "@haul-bundler/core": "^0.12.0", - "@haul-bundler/core-legacy": "^0.12.0", - "@haul-bundler/inspector-events": "^0.12.0", + "@haul-bundler/core": "^0.13.0", + "@haul-bundler/core-legacy": "^0.13.0", + "@haul-bundler/inspector-events": "^0.13.0", "ansi-fragments": "^0.2.1", "cpx": "^1.5.0", "dedent": "^0.7.0", diff --git a/packages/haul-core-legacy/package.json b/packages/haul-core-legacy/package.json index 92ce18fa..b2649fc4 100644 --- a/packages/haul-core-legacy/package.json +++ b/packages/haul-core-legacy/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.0", + "version": "0.13.0", "name": "@haul-bundler/core-legacy", "description": "Haul core library (legacy)", "bin": { diff --git a/packages/haul-core/package.json b/packages/haul-core/package.json index 610eab22..4cff3bb1 100644 --- a/packages/haul-core/package.json +++ b/packages/haul-core/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.0", + "version": "0.13.0", "name": "@haul-bundler/core", "description": "Haul core library (legacy)", "main": "build/index.js", @@ -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.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", + "@haul-bundler/basic-bundle-webpack-plugin": "^0.13.0", + "@haul-bundler/core-legacy": "^0.13.0", + "@haul-bundler/inspector-events": "^0.13.0", + "@haul-bundler/ram-bundle-webpack-plugin": "^0.13.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 c0840461..afd63927 100644 --- a/packages/haul-inspector-events/package.json +++ b/packages/haul-inspector-events/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.0", + "version": "0.13.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 94309903..f141238e 100644 --- a/packages/haul-inspector/package.json +++ b/packages/haul-inspector/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.0", + "version": "0.13.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.12.0", + "@haul-bundler/inspector-events": "^0.13.0", "ansi-fragments": "^0.2.1", "ws": "^6.2.1", "yargs": "^13.3.0" diff --git a/packages/haul-preset-0.59/package.json b/packages/haul-preset-0.59/package.json index a5430e55..10f697d4 100644 --- a/packages/haul-preset-0.59/package.json +++ b/packages/haul-preset-0.59/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.0", + "version": "0.13.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.12.0", - "@haul-bundler/core": "^0.12.0", + "@haul-bundler/cli": "^0.13.0", + "@haul-bundler/core": "^0.13.0", "webpack": "4.x" }, "dependencies": { @@ -25,8 +25,8 @@ "terser-webpack-plugin": "^1.4.1" }, "devDependencies": { - "@haul-bundler/cli": "^0.12.0", - "@haul-bundler/core": "^0.12.0", + "@haul-bundler/cli": "^0.13.0", + "@haul-bundler/core": "^0.13.0", "@types/case-sensitive-paths-webpack-plugin": "^2.1.3", "@types/is-ci": "^2.0.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 8914b02f..966704f6 100644 --- a/packages/haul-preset-0.60/package.json +++ b/packages/haul-preset-0.60/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.0", + "version": "0.13.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.12.0", - "@haul-bundler/core": "^0.12.0", + "@haul-bundler/cli": "^0.13.0", + "@haul-bundler/core": "^0.13.0", "webpack": "4.x" }, "dependencies": { @@ -25,8 +25,8 @@ "terser-webpack-plugin": "^1.4.1" }, "devDependencies": { - "@haul-bundler/cli": "^0.12.0", - "@haul-bundler/core": "^0.12.0", + "@haul-bundler/cli": "^0.13.0", + "@haul-bundler/core": "^0.13.0", "@types/case-sensitive-paths-webpack-plugin": "^2.1.3", "@types/is-ci": "^2.0.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 7a04ce83..f039899b 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.12.0", + "version": "0.13.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.12.0", + "@haul-bundler/core": "0.13.0", "metro": ">= 0.51.1 < 1", "terser": "4.x", "webpack": "4.x", @@ -20,7 +20,7 @@ }, "devDependencies": { "@babel/core": "^7.4.4", - "@haul-bundler/babel-preset-react-native": "^0.12.0", + "@haul-bundler/babel-preset-react-native": "^0.13.0", "@types/webpack-sources": "^0.1.5", "babel-loader": "^8.0.5", "metro": "^0.53.1",