From 0e4db9ecf4b483695a50d2e8432a9b5eb7cc6803 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 24 Sep 2018 18:38:18 +0200 Subject: [PATCH] v0.13.0 --- lerna.json | 2 +- packages/react-swipeable-views-core/package.json | 2 +- packages/react-swipeable-views-utils/package.json | 4 ++-- packages/react-swipeable-views/package.json | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lerna.json b/lerna.json index dbf9d083..9376c14d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "lerna": "2.0.0", "npmClient": "yarn", - "version": "0.12.18", + "version": "0.13.0", "packages": [ "packages/*" ], diff --git a/packages/react-swipeable-views-core/package.json b/packages/react-swipeable-views-core/package.json index d43941fd..bb406e4b 100644 --- a/packages/react-swipeable-views-core/package.json +++ b/packages/react-swipeable-views-core/package.json @@ -1,6 +1,6 @@ { "name": "react-swipeable-views-core", - "version": "0.12.17", + "version": "0.13.0", "description": "react-swipeable-views core modules", "main": "lib/index.js", "scripts": { diff --git a/packages/react-swipeable-views-utils/package.json b/packages/react-swipeable-views-utils/package.json index 82a2c8b7..a8d6e858 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.18", + "version": "0.13.0", "description": "react-swipeable-views utility modules", "main": "lib/index.js", "scripts": { @@ -20,7 +20,7 @@ "keycode": "^2.1.7", "prop-types": "^15.6.0", "react-event-listener": "^0.6.0", - "react-swipeable-views-core": "^0.12.17" + "react-swipeable-views-core": "^0.13.0" }, "devDependencies": { "pkgfiles": "^2.3.2" diff --git a/packages/react-swipeable-views/package.json b/packages/react-swipeable-views/package.json index 0c7e2581..308a4e18 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.18", + "version": "0.13.0", "description": "A React component for swipeable views", "main": "lib/index.js", "scripts": { @@ -24,8 +24,8 @@ "@babel/runtime": "7.0.0", "dom-helpers": "^3.2.1", "prop-types": "^15.5.4", - "react-swipeable-views-core": "^0.12.17", - "react-swipeable-views-utils": "^0.12.18", + "react-swipeable-views-core": "^0.13.0", + "react-swipeable-views-utils": "^0.13.0", "warning": "^4.0.1" }, "peerDependencies": {