Skip to content

Commit b1149d6

Browse files
committed
feat: release-react-sdk-v4
1 parent 0b32cb0 commit b1149d6

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
@@ -109,7 +109,7 @@
109109
"bump-minor-pre-major": true
110110
},
111111
"packages/sdk/react": {
112-
"bump-minor-pre-major": true,
112+
"release-as": "4.0.0",
113113
"extra-files": [
114114
"src/client/LDReactClient.tsx",
115115
{

0 commit comments

Comments
 (0)