From e2063a7da249c563979f5986a913019f9d095dc3 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 22 Sep 2018 17:37:34 +0200 Subject: [PATCH] v0.12.18 --- lerna.json | 2 +- packages/react-swipeable-views-utils/package.json | 2 +- packages/react-swipeable-views/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index f8a3e1b3..dbf9d083 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "lerna": "2.0.0", "npmClient": "yarn", - "version": "0.12.17", + "version": "0.12.18", "packages": [ "packages/*" ], diff --git a/packages/react-swipeable-views-utils/package.json b/packages/react-swipeable-views-utils/package.json index 505597ba..82a2c8b7 100644 --- a/packages/react-swipeable-views-utils/package.json +++ b/packages/react-swipeable-views-utils/package.json @@ -1,6 +1,6 @@ { "name": "react-swipeable-views-utils", - "version": "0.12.17", + "version": "0.12.18", "description": "react-swipeable-views utility modules", "main": "lib/index.js", "scripts": { diff --git a/packages/react-swipeable-views/package.json b/packages/react-swipeable-views/package.json index 20505694..0c7e2581 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.17", + "version": "0.12.18", "description": "A React component for swipeable views", "main": "lib/index.js", "scripts": { @@ -25,7 +25,7 @@ "dom-helpers": "^3.2.1", "prop-types": "^15.5.4", "react-swipeable-views-core": "^0.12.17", - "react-swipeable-views-utils": "^0.12.17", + "react-swipeable-views-utils": "^0.12.18", "warning": "^4.0.1" }, "peerDependencies": {