Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
chore(all): release version 2.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoLeBras committed Nov 11, 2018
1 parent edfcc83 commit e99edfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/react-router-navigation-core/package.json
Original file line number Diff line number Diff line change
@@ -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 <leo.lebrasf@gmail.com> (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__",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-navigation/package.json
Original file line number Diff line number Diff line change
@@ -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 <leo.lebrasf@gmail.com> (https://github.com/LeoLeBras/)",
Expand All @@ -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",
Expand Down

0 comments on commit e99edfa

Please sign in to comment.