Skip to content

Commit

Permalink
v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 10, 2019
1 parent 5fef660 commit 30465e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lerna": "2.0.0",
"npmClient": "yarn",
"version": "0.13.2",
"version": "0.13.3",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/react-swipeable-views-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-swipeable-views-utils",
"version": "0.13.2",
"version": "0.13.3",
"description": "react-swipeable-views utility modules",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-swipeable-views/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-swipeable-views",
"version": "0.13.2",
"version": "0.13.3",
"description": "A React component for swipeable views",
"main": "lib/index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"dom-helpers": "^3.2.1",
"prop-types": "^15.5.4",
"react-swipeable-views-core": "^0.13.1",
"react-swipeable-views-utils": "^0.13.2",
"react-swipeable-views-utils": "^0.13.3",
"warning": "^4.0.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 30465e6

Please sign in to comment.