Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 26, 2017
1 parent 9ed996a commit 2e95768
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,6 +1,6 @@
{
"lerna": "2.0.0-beta.32",
"version": "0.10.8",
"version": "0.11.0",
"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.10.1",
"version": "0.11.0",
"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.10.8",
"version": "0.11.0",
"description": "A React component for swipeable views",
"main": "lib/index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"babel-runtime": "^6.11.6",
"dom-helpers": "^3.2.1",
"react-swipeable-views-core": "^0.10.1",
"react-swipeable-views-utils": "^0.10.1",
"react-swipeable-views-utils": "^0.11.0",
"warning": "^3.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 2e95768

Please sign in to comment.