From 54e578f0c45ee0ae69e79306b03315c76a1227ed Mon Sep 17 00:00:00 2001 From: yomete <yomete@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:53:30 +0000 Subject: [PATCH] Publish - @parca/web@0.16.787 - @parca/profile@0.16.455 --- ui/packages/app/web/CHANGELOG.md | 4 ++++ ui/packages/app/web/package.json | 2 +- ui/packages/shared/profile/CHANGELOG.md | 4 ++++ ui/packages/shared/profile/package.json | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ui/packages/app/web/CHANGELOG.md b/ui/packages/app/web/CHANGELOG.md index 97709fa6e80..c1176110d3a 100644 --- a/ui/packages/app/web/CHANGELOG.md +++ b/ui/packages/app/web/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.787](https://github.com/parca-dev/parca/compare/@parca/web@0.16.786...@parca/web@0.16.787) (2024-12-11) + +**Note:** Version bump only for package @parca/web + ## [0.16.786](https://github.com/parca-dev/parca/compare/@parca/web@0.16.785...@parca/web@0.16.786) (2024-12-10) **Note:** Version bump only for package @parca/web diff --git a/ui/packages/app/web/package.json b/ui/packages/app/web/package.json index 784f43a507a..441f843aea1 100644 --- a/ui/packages/app/web/package.json +++ b/ui/packages/app/web/package.json @@ -1,7 +1,7 @@ { "name": "@parca/web", "private": true, - "version": "0.16.786", + "version": "0.16.787", "description": "Parca Web Interface", "type": "module", "scripts": { diff --git a/ui/packages/shared/profile/CHANGELOG.md b/ui/packages/shared/profile/CHANGELOG.md index c970616f4f5..f35fc5254c2 100644 --- a/ui/packages/shared/profile/CHANGELOG.md +++ b/ui/packages/shared/profile/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.455](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.454...@parca/profile@0.16.455) (2024-12-11) + +**Note:** Version bump only for package @parca/profile + ## [0.16.454](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.453...@parca/profile@0.16.454) (2024-12-10) **Note:** Version bump only for package @parca/profile diff --git a/ui/packages/shared/profile/package.json b/ui/packages/shared/profile/package.json index e3463153324..e9f7d8723ce 100644 --- a/ui/packages/shared/profile/package.json +++ b/ui/packages/shared/profile/package.json @@ -1,6 +1,6 @@ { "name": "@parca/profile", - "version": "0.16.454", + "version": "0.16.455", "description": "Profile viewing libraries", "dependencies": { "@headlessui/react": "^1.7.19",