Skip to content
Merged
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/toolbar": "1.0.3-beta.1"
"packages/toolbar": "1.1.0"
}
7 changes: 7 additions & 0 deletions packages/toolbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/launchdarkly/launchdarkly-toolbar/compare/1.0.3-beta.1...1.1.0) (2025-10-31)


### Features

* [REL-10136] revamp json editing experience ([#233](https://github.com/launchdarkly/launchdarkly-toolbar/issues/233)) ([003e0d7](https://github.com/launchdarkly/launchdarkly-toolbar/commit/003e0d7386ab09e12f966528493703285e7b0713))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@launchdarkly/toolbar",
"version": "1.0.3-beta.1",
"version": "1.1.0",
"description": "A React component that provides a developer-friendly toolbar for interacting with LaunchDarkly during development",
"keywords": [
"launchdarkly",
Expand Down
4 changes: 1 addition & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"release-type": "node",
"include-v-in-tag": false,
"include-component-in-tag": false,
"package-name": "@launchdarkly/toolbar",
"prerelease": true,
"prerelease-type": "beta"
"package-name": "@launchdarkly/toolbar"
}
}
}
Loading