Skip to content

Commit 21196fb

Browse files
chore(main): release 1.1.0-beta.1
1 parent 4f0e8ed commit 21196fb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.0.3-beta.1"
2+
"packages/toolbar": "1.1.0-beta.1"
33
}

packages/toolbar/CHANGELOG.md

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

3+
## [1.1.0-beta.1](https://github.com/launchdarkly/launchdarkly-toolbar/compare/1.0.3-beta.1...1.1.0-beta.1) (2025-10-31)
4+
5+
6+
### Features
7+
8+
* [REL-10136] revamp json editing experience ([#233](https://github.com/launchdarkly/launchdarkly-toolbar/issues/233)) ([003e0d7](https://github.com/launchdarkly/launchdarkly-toolbar/commit/003e0d7386ab09e12f966528493703285e7b0713))
9+
310
## [1.0.3-beta.1](https://github.com/launchdarkly/launchdarkly-toolbar/compare/1.0.2-beta.1...1.0.3-beta.1) (2025-10-28)
411

512

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.0.3-beta.1",
4+
"version": "1.1.0-beta.1",
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)