From c0f6755bafce8db760b781f95f22f1c5e9834d6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 03:20:13 +0000 Subject: [PATCH] chore: version packages --- .changeset/frame-lifecycle.md | 5 ----- .changeset/story-scoped-metrics.md | 5 ----- .changeset/visible-panel-updates.md | 5 ----- package-lock.json | 2 +- .../storybook-addon-performance-panel/CHANGELOG.md | 12 ++++++++++++ .../storybook-addon-performance-panel/package.json | 2 +- 6 files changed, 14 insertions(+), 17 deletions(-) delete mode 100644 .changeset/frame-lifecycle.md delete mode 100644 .changeset/story-scoped-metrics.md delete mode 100644 .changeset/visible-panel-updates.md diff --git a/.changeset/frame-lifecycle.md b/.changeset/frame-lifecycle.md deleted file mode 100644 index 38db9f0..0000000 --- a/.changeset/frame-lifecycle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@github-ui/storybook-addon-performance-panel': patch ---- - -Avoid synthetic first-frame samples and pause frame collection while the preview document is hidden. \ No newline at end of file diff --git a/.changeset/story-scoped-metrics.md b/.changeset/story-scoped-metrics.md deleted file mode 100644 index f689a59..0000000 --- a/.changeset/story-scoped-metrics.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@github-ui/storybook-addon-performance-panel': minor ---- - -Scope buffered browser performance entries to the active story and report Element Timing values relative to story start. \ No newline at end of file diff --git a/.changeset/visible-panel-updates.md b/.changeset/visible-panel-updates.md deleted file mode 100644 index c5d4ed5..0000000 --- a/.changeset/visible-panel-updates.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@github-ui/storybook-addon-performance-panel': minor ---- - -Pause browser collectors, DOM observation, metric transport, and sparkline sampling while the performance panel is hidden. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 37aa1ab..da03375 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15205,7 +15205,7 @@ }, "packages/storybook-addon-performance-panel": { "name": "@github-ui/storybook-addon-performance-panel", - "version": "1.1.4", + "version": "1.2.0", "license": "MIT", "devDependencies": { "@arethetypeswrong/core": "^0.18.5", diff --git a/packages/storybook-addon-performance-panel/CHANGELOG.md b/packages/storybook-addon-performance-panel/CHANGELOG.md index 836d528..34a0690 100644 --- a/packages/storybook-addon-performance-panel/CHANGELOG.md +++ b/packages/storybook-addon-performance-panel/CHANGELOG.md @@ -1,5 +1,17 @@ # @github-ui/storybook-addon-performance-panel +## 1.2.0 + +### Minor Changes + +- [#156](https://github.com/github/storybook-addon-performance-panel/pull/156) [`a77f3a6`](https://github.com/github/storybook-addon-performance-panel/commit/a77f3a6cddc09d90695471ff8ec15abc9ec932e1) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Scope buffered browser performance entries to the active story and report Element Timing values relative to story start. + +- [#158](https://github.com/github/storybook-addon-performance-panel/pull/158) [`5b1ad35`](https://github.com/github/storybook-addon-performance-panel/commit/5b1ad352d72b95b2a38caaecee9da2f0dda94a1e) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Pause browser collectors, DOM observation, metric transport, and sparkline sampling while the performance panel is hidden. + +### Patch Changes + +- [#157](https://github.com/github/storybook-addon-performance-panel/pull/157) [`68952f4`](https://github.com/github/storybook-addon-performance-panel/commit/68952f452534c9145503df0b6b24470e9ddf3585) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Avoid synthetic first-frame samples and pause frame collection while the preview document is hidden. + ## 1.1.4 ### Patch Changes diff --git a/packages/storybook-addon-performance-panel/package.json b/packages/storybook-addon-performance-panel/package.json index 27e4800..4d08048 100644 --- a/packages/storybook-addon-performance-panel/package.json +++ b/packages/storybook-addon-performance-panel/package.json @@ -4,7 +4,7 @@ "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", - "version": "1.1.4", + "version": "1.2.0", "license": "MIT", "author": "GitHub, Inc.", "homepage": "https://github.com/github/storybook-addon-performance-panel#readme",