Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 24, 2016
1 parent fd266a1 commit c24f7b8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.31",
"version": "0.9.1",
"version": "0.9.2",
"packages": [
"packages/*"
]
Expand Down
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.9.1",
"version": "0.9.2",
"description": "react-swipeable-views core modules",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-swipeable-views-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-swipeable-views-native",
"version": "0.9.1",
"version": "0.9.2",
"description": "A React component for swipeable views",
"main": "lib/index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"babel-runtime": "^6.11.6",
"react-swipeable-views-core": "^0.9.1",
"react-swipeable-views-core": "^0.9.2",
"warning": "^3.0.0"
},
"peerDependencies": {
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.9.1",
"version": "0.9.2",
"description": "react-swipeable-views utility modules",
"main": "lib/index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"keycode": "^2.1.7",
"react-addons-shallow-compare": "^15.4.1",
"react-event-listener": "^0.4.0",
"react-swipeable-views-core": "^0.9.1"
"react-swipeable-views-core": "^0.9.2"
},
"devDependencies": {
"pkgfiles": "^2.3.2"
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.9.1",
"version": "0.9.2",
"description": "A React component for swipeable views",
"main": "lib/index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"babel-runtime": "^6.11.6",
"react-swipeable-views-core": "^0.9.1",
"react-swipeable-views-core": "^0.9.2",
"warning": "^3.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit c24f7b8

Please sign in to comment.