Skip to content

Commit 778c0c0

Browse files
committed
Publish
- @flopflip/launchdarkly-adapter@1.0.0 - @flopflip/localstorage-adapter@1.0.0 - @flopflip/memory-adapter@1.0.0 - @flopflip/react-broadcast@3.0.0 - @flopflip/react-redux@3.0.0 - @flopflip/react@3.0.0
1 parent 5b27db6 commit 778c0c0

6 files changed

Lines changed: 10 additions & 13 deletions

File tree

packages/launchdarkly-adapter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/launchdarkly-adapter",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A adapter around the LaunchDarkly client for flipflop",
55
"main": "dist/@flopflip-launchdarkly-adapter.cjs.js",
66
"module": "dist/@flopflip-launchdarkly-adapter.es.js",
@@ -35,8 +35,8 @@
3535
"enzyme-to-json": "^3.1.1"
3636
},
3737
"dependencies": {
38-
"ldclient-js": "^1.1.12",
39-
"camelcase": "^4.1.0"
38+
"camelcase": "^4.1.0",
39+
"ldclient-js": "^1.1.12"
4040
},
4141
"keywords": [
4242
"feature-flags",

packages/localstorage-adapter/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/localstorage-adapter",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "An localstorage adapter for flipflop",
55
"main": "dist/@flopflip-localstorage-adapter.cjs.js",
66
"module": "dist/@flopflip-localstorage-adapter.es.js",
@@ -29,7 +29,6 @@
2929
"url": "https://github.com/tdeekens/flopflip/issues"
3030
},
3131
"homepage": "https://github.com/tdeekens/flopflip#readme",
32-
"dependencies": {},
3332
"keywords": [
3433
"feature-flags",
3534
"feature-toggles",

packages/memory-adapter/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/memory-adapter",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "An in memory adapter for flipflop",
55
"main": "dist/@flopflip-memory-adapter.cjs.js",
66
"module": "dist/@flopflip-memory-adapter.es.js",
@@ -29,8 +29,6 @@
2929
"url": "https://github.com/tdeekens/flopflip/issues"
3030
},
3131
"homepage": "https://github.com/tdeekens/flopflip#readme",
32-
"devDependencies": {},
33-
"dependencies": {},
3432
"keywords": [
3533
"feature-flags",
3634
"feature-toggles",

packages/react-broadcast/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-broadcast",
3-
"version": "2.1.6",
3+
"version": "3.0.0",
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",
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@flopflip/launchdarkly-wrapper": "^2.1.5",
51-
"@flopflip/react": "^2.1.5",
51+
"@flopflip/react": "^3.0.0",
5252
"lodash.isobject": "^3.0.2",
5353
"react-broadcast": "^0.5.2",
5454
"recompose": "^0.26.0"

packages/react-redux/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-redux",
3-
"version": "2.1.6",
3+
"version": "3.0.0",
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",
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@flopflip/launchdarkly-wrapper": "^2.1.5",
48-
"@flopflip/react": "^2.1.5",
48+
"@flopflip/react": "^3.0.0",
4949
"lodash.isobject": "^3.0.2",
5050
"recompose": "^0.26.0"
5151
},

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/react",
3-
"version": "2.1.5",
3+
"version": "3.0.0",
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",

0 commit comments

Comments
 (0)