Skip to content

Commit 7cd7572

Browse files
committed
feat: release-react-sdk-v4
1 parent 82adddb commit 7cd7572

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

.sdk_metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
"experimentation": { "introduced": "2.9" },
187187
"flagChanges": { "introduced": "2.9" },
188188
"hooks": { "introduced": "3.7" },
189+
"inlineContextCustomEvents": { "introduced": "4.0" },
189190
"perContextSummaryEvents": { "introduced": "3.8" },
190191
"pluginSupport": { "introduced": "3.7" },
191192
"privateAttrs": { "introduced": "2.9" },

packages/sdk/react/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
[![NPM][react-sdk-dm-badge]][react-sdk-npm-link]
77
[![NPM][react-sdk-dt-badge]][react-sdk-npm-link]
88

9-
⚠️⚠️⚠️
9+
## Getting started
10+
11+
Refer to the [SDK documentation](https://launchdarkly.com/docs/sdk/client-side/react/react-web) for instructions on getting started with using the SDK.
1012

11-
> [!CAUTION]
12-
> This SDK is in pre-release and not subject to backwards compatibility
13-
> guarantees. The API may change based on feedback.
14-
>
15-
> Pin to a specific minor version and review the [changelog](./CHANGELOG.md) before upgrading.
13+
## Verifying SDK build provenance with the SLSA framework
1614

17-
☝️☝️☝️
15+
LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published SDK packages. To learn more, see the [provenance guide](../../../PROVENANCE.md).
1816

1917
## Getting started
2018
Refer to the [SDK documentation](https://launchdarkly.com/docs/sdk/client-side/react/react-web#get-started) for instructions on getting started with using the SDK.

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
"bump-minor-pre-major": true
287287
},
288288
"packages/sdk/react": {
289-
"bump-minor-pre-major": true,
289+
"release-as": "4.0.0",
290290
"extra-files": [
291291
"src/client/LDReactClient.tsx",
292292
{

0 commit comments

Comments
 (0)