Commit d87a6c4
authored
This PR address the comment on a previous PR
(#1218 (comment))
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low risk rename-only change that updates CI, workspace configuration,
and release metadata to point at the renamed example; main risk is
missed references breaking builds/tests.
>
> **Overview**
> Renames the React Next.js RSC example from `server-only` to
`react-server-example` and updates all references to match (GitHub
Actions workflow job/Playwright install, Yarn workspace list, ESLint
ignore patterns, and examples README).
>
> Adjusts release automation (`release-please-config.json`) and the
example package name so dependency bumping and CI continue to track the
renamed example, and updates `LDIsomorphicProvider` docs to reference
the new example name.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
b7c6461. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
1 parent 5a5704c commit d87a6c4
18 files changed
Lines changed: 11 additions & 9 deletions
File tree
- .github/workflows
- packages/sdk/react
- examples
- react-server-example
- app
- e2e
- src/server
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
File renamed without changes.
0 commit comments