Skip to content

Commit 00719e9

Browse files
authored
Merge pull request #114 from Flagsmith/release/3.0.0
Release/3.0.0
2 parents fb2c147 + 792a16d commit 00719e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flagsmith/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flagsmith",
3-
"version": "2.0.10",
3+
"version": "3.0.0",
44
"description": "Feature flagging to support continuous development",
55
"main": "./index.js",
66
"repository": {

react-native-flagsmith/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ See all available types [here](https://github.com/Flagsmith/flagsmith-js-client/
6464
| `defaultFlags?: IFlags` | Allows you define default features, these will all be overridden on first retrieval of features. | | null |
6565
| `preventFetch?: boolean` | If you want to disable fetching flags and call getFlags later. | | false |
6666
| `state?: IState` | Set a predefined state, useful for SSR / isomorphic applications. | | false |
67-
| `api?: string` | Use this property to define where you're getting feature flags from, e.g. if you're self hosting. | | https://api.flagsmith.com/api/v1/ |
67+
| `api?: string` | Use this property to define where you're getting feature flags from, e.g. if you're self hosting. | | https://edge.api.flagsmith.com/api/v1/ |
6868

6969
### Available Functions
7070

react-native-flagsmith/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-flagsmith",
3-
"version": "2.0.10",
3+
"version": "3.0.0",
44
"description": "Feature flagging to support continuous development",
55
"main": "./index.js",
66
"repository": {

0 commit comments

Comments
 (0)