Skip to content

Commit e64d6cc

Browse files
authored
chore: manual dep update (#1051)
This PR should address build breaking on combined browser test This PR also fixes `release-please-config.json` and move the `combined-browser` entry to the right place. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates dependency version in the combined browser SDK package. > > - Bumps `@launchdarkly/js-client-sdk` from `0.11.0` to `0.12.0` in `packages/sdk/combined-browser/package.json` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 434bdb1. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent d5288c8 commit e64d6cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/sdk/combined-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"check": "yarn prettier && yarn lint && yarn build && yarn test"
4646
},
4747
"dependencies": {
48-
"@launchdarkly/js-client-sdk": "0.11.0",
48+
"@launchdarkly/js-client-sdk": "0.12.0",
4949
"@launchdarkly/observability": "0.2.0",
5050
"@launchdarkly/session-replay": "0.2.0"
5151
},

release-please-config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@
127127
"packages/tooling/jest": {
128128
"bump-minor-pre-major": true
129129
},
130-
"packages/telemetry/browser-telemetry": {}
131-
},
132-
"packages/sdk/combined-browser": {
133-
"bump-minor-pre-major": true
130+
"packages/telemetry/browser-telemetry": {},
131+
"packages/sdk/combined-browser": {
132+
"bump-minor-pre-major": true
133+
}
134134
},
135135
"plugins": [
136136
{

0 commit comments

Comments
 (0)