From 54b2ea01551cfff5d269c340c647870fe87085b9 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 22 May 2017 20:55:42 +0200 Subject: [PATCH] v0.12.3 --- lerna.json | 2 +- packages/react-swipeable-views/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 18d29766..a9a85cd6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.0.0-beta.32", - "version": "0.12.2", + "version": "0.12.3", "packages": [ "packages/*" ] diff --git a/packages/react-swipeable-views/package.json b/packages/react-swipeable-views/package.json index 68c1a537..e49e906f 100644 --- a/packages/react-swipeable-views/package.json +++ b/packages/react-swipeable-views/package.json @@ -1,6 +1,6 @@ { "name": "react-swipeable-views", - "version": "0.12.2", + "version": "0.12.3", "description": "A React component for swipeable views", "main": "lib/index.js", "scripts": {