Skip to content

Commit

Permalink
chore(release): packages
Browse files Browse the repository at this point in the history
 - @flopflip/launchdarkly-adapter@2.0.5
 - @flopflip/react-broadcast@5.0.5
 - @flopflip/react-redux@5.0.5
 - @flopflip/react@5.0.3
  • Loading branch information
tdeekens committed Dec 9, 2017
1 parent 657a65a commit 3d67c31
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/launchdarkly-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/launchdarkly-adapter",
"version": "2.0.4",
"version": "2.0.5",
"description": "A adapter around the LaunchDarkly client for flipflop",
"main": "dist/@flopflip-launchdarkly-adapter.cjs.js",
"module": "dist/@flopflip-launchdarkly-adapter.es.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-broadcast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/react-broadcast",
"version": "5.0.4",
"version": "5.0.5",
"description": "A feature toggle wrapper to use LaunchDarkly with React",
"main": "dist/@flopflip-react-broadcast.cjs.js",
"module": "dist/@flopflip-react-broadcast.es.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
"react-dom": "^15.6.0 || ^16.0.0"
},
"dependencies": {
"@flopflip/react": "^5.0.2",
"@flopflip/react": "^5.0.3",
"react-broadcast": "^0.6.0",
"recompose": "^0.26.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/react-redux",
"version": "5.0.4",
"version": "5.0.5",
"description": "A feature toggle wrapper to use LaunchDarkly with React Redux",
"main": "dist/@flopflip-react-redux.cjs.js",
"module": "dist/@flopflip-react-redux.es.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"redux": "^3.7.2"
},
"dependencies": {
"@flopflip/react": "^5.0.2",
"@flopflip/react": "^5.0.3",
"lodash.isnil": "^4.0.0",
"recompose": "^0.26.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flopflip/react",
"version": "5.0.2",
"version": "5.0.3",
"description": "A feature toggle wrapper to use LaunchDarkly with React",
"main": "dist/@flopflip-react.cjs.js",
"module": "dist/@flopflip-react.es.js",
Expand Down

0 comments on commit 3d67c31

Please sign in to comment.