From e99edfa1cffea3e4fcea485cad4a39819c822128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20LE=20BRAS?= Date: Sun, 11 Nov 2018 18:02:42 +0100 Subject: [PATCH] chore(all): release version 2.0.0-alpha.8 --- packages/react-router-navigation-core/package.json | 4 ++-- packages/react-router-navigation/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/react-router-navigation-core/package.json b/packages/react-router-navigation-core/package.json index 7029aca..bd7e4a3 100644 --- a/packages/react-router-navigation-core/package.json +++ b/packages/react-router-navigation-core/package.json @@ -1,11 +1,11 @@ { "name": "react-router-navigation-core", - "version": "2.0.0-alpha.7", + "version": "2.0.0-alpha.8", "license": "MIT", "main": "lib/index.js", "author": "Léo Le Bras (https://github.com/LeoLeBras/)", "scripts": { - "prepublish": "yarn build", + "prepublish": "jest && yarn build", "build": "yarn build:cjs && yarn build:flow", "build:watch": "babel -d ./lib ./src/ --ignore __tests__ --watch", "build:cjs": "babel -d ./lib ./src/ --ignore __tests__", diff --git a/packages/react-router-navigation/package.json b/packages/react-router-navigation/package.json index d7724b7..1567cd4 100644 --- a/packages/react-router-navigation/package.json +++ b/packages/react-router-navigation/package.json @@ -1,6 +1,6 @@ { "name": "react-router-navigation", - "version": "2.0.0-alpha.7", + "version": "2.0.0-alpha.8", "license": "MIT", "main": "src/index.js", "author": "Léo Le Bras (https://github.com/LeoLeBras/)", @@ -24,7 +24,7 @@ "dependencies": { "react-native-tab-view": "1.2.0", "react-navigation": "1.5.11", - "react-router-navigation-core": "2.0.0-alpha.7" + "react-router-navigation-core": "2.0.0-alpha.8" }, "devDependencies": { "babel-cli": "^6.26.0",