Skip to content

Commit 22229d2

Browse files
chore(main): release 1.3.0
1 parent fa094cf commit 22229d2

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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": "1.2.0"
2+
"packages/toolbar": "1.3.0"
33
}

packages/toolbar/CHANGELOG.md

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

3+
## [1.3.0](https://github.com/launchdarkly/launchdarkly-toolbar/compare/1.2.0...1.3.0) (2025-11-13)
4+
5+
6+
### Features
7+
8+
* [REL-10443] Developer Toolbar authentication ([#273](https://github.com/launchdarkly/launchdarkly-toolbar/issues/273)) ([b5b44d4](https://github.com/launchdarkly/launchdarkly-toolbar/commit/b5b44d4f7cb4a928ab5c1f5af05017a355bef99f))
9+
10+
11+
### Bug Fixes
12+
13+
* [REL-10721] update 'body' to '#ld-toolbar' to be more specific ([#295](https://github.com/launchdarkly/launchdarkly-toolbar/issues/295)) ([be1673f](https://github.com/launchdarkly/launchdarkly-toolbar/commit/be1673f8df375c015a0d98c41db46bc37ed33edd))
14+
* update 'body' to '#ld-toolbar' to be more specific ([be1673f](https://github.com/launchdarkly/launchdarkly-toolbar/commit/be1673f8df375c015a0d98c41db46bc37ed33edd))
15+
316
## [1.2.0](https://github.com/launchdarkly/launchdarkly-toolbar/compare/1.1.2...1.2.0) (2025-11-12)
417

518

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": "1.2.0",
4+
"version": "1.3.0",
55
"description": "A React component that provides a developer-friendly toolbar for interacting with LaunchDarkly during development",
66
"keywords": [
77
"launchdarkly",

0 commit comments

Comments
 (0)