Skip to content

Commit

Permalink
v0.12.14
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 17, 2018
1 parent dc04e9d commit b72bb45
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"lerna": "2.0.0",
"npmClient": "yarn",
"version": "0.12.13",
"packages": ["packages/*"],
"version": "0.12.14",
"packages": [
"packages/*"
],
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/react-swipeable-views-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-swipeable-views-core",
"version": "0.12.11",
"version": "0.12.14",
"description": "react-swipeable-views core modules",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions 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.12.13",
"version": "0.12.14",
"description": "react-swipeable-views utility modules",
"main": "lib/index.js",
"scripts": {
Expand All @@ -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.11"
"react-swipeable-views-core": "^0.12.14"
},
"devDependencies": {
"pkgfiles": "^2.3.2"
Expand Down
6 changes: 3 additions & 3 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.12.13",
"version": "0.12.14",
"description": "A React component for swipeable views",
"main": "lib/index.js",
"scripts": {
Expand All @@ -24,8 +24,8 @@
"@babel/runtime": "^7.0.0-beta.42",
"dom-helpers": "^3.2.1",
"prop-types": "^15.5.4",
"react-swipeable-views-core": "^0.12.11",
"react-swipeable-views-utils": "^0.12.13",
"react-swipeable-views-core": "^0.12.14",
"react-swipeable-views-utils": "^0.12.14",
"warning": "^4.0.1"
},
"peerDependencies": {
Expand Down

0 comments on commit b72bb45

Please sign in to comment.