Skip to content

Commit 9af9abf

Browse files
authored
Merge pull request #55 from github/changeset-release/main
chore: version packages
2 parents b1358ef + 85a5b46 commit 9af9abf

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/add-storybook-addons-keyword.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/storybook-addon-performance-panel/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @github-ui/storybook-addon-performance-panel
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#54](https://github.com/github/storybook-addon-performance-panel/pull/54) [`a80cfd7`](https://github.com/github/storybook-addon-performance-panel/commit/a80cfd73566ba9591cdcd06f8d5d2bd26538be57) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add `storybook-addons` keyword as the first keyword in package.json so the addon is discoverable by the Storybook integration catalog.
8+
39
## 1.1.0
410

511
### Minor Changes

packages/storybook-addon-performance-panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@github-ui/storybook-addon-performance-panel",
33
"description": "A Storybook addon that provides a real-time performance monitoring panel with frame timing, input latency, layout shift, and React render profiling.",
44
"type": "module",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"license": "MIT",
77
"author": "GitHub, Inc.",
88
"homepage": "https://github.com/github/storybook-addon-performance-panel#readme",

0 commit comments

Comments
 (0)