Skip to content

Commit 5964a54

Browse files
chore(main): release 2.4.1-beta.1 (#430)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Cody Spath <[email protected]>
1 parent 4739f49 commit 5964a54

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/toolbar": "2.4.0-beta.1"
2+
"packages/toolbar": "2.4.1-beta.1"
33
}

packages/toolbar/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.4.1-beta.1](https://github.com/launchdarkly/launchdarkly-toolbar/compare/2.4.0-beta.1...2.4.1-beta.1) (2025-12-15)
4+
5+
6+
### Bug Fixes
7+
8+
* prevent UI flashing during initialization ([#429](https://github.com/launchdarkly/launchdarkly-toolbar/issues/429)) ([e09e22d](https://github.com/launchdarkly/launchdarkly-toolbar/commit/e09e22d96cdeb1cd8e34e869722ac4dd9a59b210))
9+
* update click handling in SubtabDropdown component ([#428](https://github.com/launchdarkly/launchdarkly-toolbar/issues/428)) ([72a8843](https://github.com/launchdarkly/launchdarkly-toolbar/commit/72a8843607b6d266526490a0f7c4d9f64debc902))
10+
311
## [2.4.0-beta.1](https://github.com/launchdarkly/launchdarkly-toolbar/compare/2.3.0-beta.1...2.4.0-beta.1) (2025-12-15)
412

513

packages/toolbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@launchdarkly/toolbar",
4-
"version": "2.4.0-beta.1",
4+
"version": "2.4.1-beta.1",
55
"description": "A framework-agnostic developer toolbar for interacting with LaunchDarkly during development",
66
"keywords": [
77
"launchdarkly",

0 commit comments

Comments
 (0)