Skip to content

Commit f46c2cf

Browse files
rolodatoZaimwa9
andauthored
chore: bump SDK major versions (#5420)
Co-authored-by: Zaimwa9 <wadii.zaim@kosmo.delivery>
1 parent 3ad0124 commit f46c2cf

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

docs/docs/clients/client-side/javascript.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ be found here:
1717

1818
### NPM
1919

20-
:::tip
21-
22-
We also have flagsmith-es if you'd prefer to use [ES](https://262.ecma-international.org/6.0/) modules.
23-
24-
:::
25-
2620
```bash
2721
npm i flagsmith --save
2822
```

docs/docs/clients/client-side/react.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ Example applications for a variety of React, React Native and Next.js can be fou
1818

1919
### NPM
2020

21-
:::tip
22-
23-
We also have flagsmith-es if you'd prefer to use [ES](https://262.ecma-international.org/6.0/) modules.
24-
25-
:::
26-
2721
```bash
2822
npm i flagsmith --save
2923
```

docs/src/components/SdkVersions.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export const JavaVersion = ({ spec = '~7' }) => Version({ sdk: 'java', spec });
2323
export const AndroidVersion = ({ spec = '~1' }) => Version({ sdk: 'android', spec });
2424
export const CocoapodsVersion = ({ spec = '~3' }) => Version({ sdk: 'cocoapods', spec });
2525
export const SwiftPMVersion = ({ spec = '~3' }) => Version({ sdk: 'swiftpm', spec });
26-
export const DotnetVersion = ({ spec = '~7' }) => Version({ sdk: 'dotnet', spec });
26+
export const DotnetVersion = ({ spec = '~8' }) => Version({ sdk: 'dotnet', spec });
2727
export const ElixirVersion = ({ spec = '~2' }) => Version({ sdk: 'elixir', spec });
2828
export const RustVersion = ({ spec = '~2' }) => Version({ sdk: 'rust', spec });
29-
export const JsVersion = ({ spec = '~8' }) => Version({ sdk: 'js', spec });
30-
export const NodejsVersion = ({ spec } = { spec: '~5' }) => Version({ sdk: 'nodejs', spec });
29+
export const JsVersion = ({ spec = '~9' }) => Version({ sdk: 'js', spec });
30+
export const NodejsVersion = ({ spec } = { spec: '~6' }) => Version({ sdk: 'nodejs', spec });
3131
export const FlutterVersion = ({ spec = '~6' }) => Version({ sdk: 'flutter', spec });

0 commit comments

Comments
 (0)