Skip to content

Commit eeab3be

Browse files
committed
Publish
- @flopflip/launchdarkly-wrapper@2.1.5 - @flopflip/react-broadcast@2.1.5 - @flopflip/react-redux@2.1.5 - @flopflip/react@2.1.4
1 parent 595f48a commit eeab3be

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/launchdarkly-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/launchdarkly-wrapper",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "A wrapper around the LaunchDarkly client for flipflop",
55
"main": "dist/@flopflip-launchdarkly-wrapper.cjs.js",
66
"module": "dist/@flopflip-launchdarkly-wrapper.es.js",

packages/react-broadcast/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/react-broadcast",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "A feature toggle wrapper to use LaunchDarkly with React",
55
"main": "dist/@flopflip-react-broadcast.cjs.js",
66
"module": "dist/@flopflip-react-broadcast.es.js",
@@ -47,8 +47,8 @@
4747
"react-dom": "^15.6.0"
4848
},
4949
"dependencies": {
50-
"@flopflip/launchdarkly-wrapper": "^2.1.4",
51-
"@flopflip/react": "^2.1.3",
50+
"@flopflip/launchdarkly-wrapper": "^2.1.5",
51+
"@flopflip/react": "^2.1.4",
5252
"lodash.isobject": "^3.0.2",
5353
"react-broadcast": "^0.5.2",
5454
"recompose": "^0.25.1"

packages/react-redux/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/react-redux",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "A feature toggle wrapper to use LaunchDarkly with React Redux",
55
"main": "dist/@flopflip-react-redux.cjs.js",
66
"module": "dist/@flopflip-react-redux.es.js",
@@ -39,13 +39,13 @@
3939
"prop-types": "15.6.0",
4040
"react": "^15.6.1",
4141
"react-dom": "^15.6.1",
42-
"react-test-renderer": "^15.6.1",
4342
"react-redux": "^5.0.6",
43+
"react-test-renderer": "^15.6.1",
4444
"redux": "^3.7.2"
4545
},
4646
"dependencies": {
47-
"@flopflip/launchdarkly-wrapper": "^2.1.4",
48-
"@flopflip/react": "^2.1.3",
47+
"@flopflip/launchdarkly-wrapper": "^2.1.5",
48+
"@flopflip/react": "^2.1.4",
4949
"lodash.isobject": "^3.0.2",
5050
"recompose": "^0.25.1"
5151
},

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/react",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "A feature toggle wrapper to use LaunchDarkly with React",
55
"main": "dist/@flopflip-react.cjs.js",
66
"module": "dist/@flopflip-react.es.js",
@@ -45,7 +45,7 @@
4545
"react-dom": "^15.6.0"
4646
},
4747
"dependencies": {
48-
"@flopflip/launchdarkly-wrapper": "^2.1.4",
48+
"@flopflip/launchdarkly-wrapper": "^2.1.5",
4949
"@hocs/omit-props": "^0.2.1",
5050
"lodash.intersection": "^4.4.0",
5151
"lodash.isnil": "^4.0.0",

0 commit comments

Comments
 (0)