From a8c06c5f6ffcb0e704a310bc77050b7225560d9d Mon Sep 17 00:00:00 2001 From: yomete Date: Wed, 4 Sep 2024 13:16:24 +0000 Subject: [PATCH] Publish - @parca/web@0.16.753 - @parca/profile@0.16.432 --- 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 9fdda18878a..b79b24155e9 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.753](https://github.com/parca-dev/parca/compare/@parca/web@0.16.752...@parca/web@0.16.753) (2024-09-04) + +**Note:** Version bump only for package @parca/web + ## [0.16.752](https://github.com/parca-dev/parca/compare/@parca/web@0.16.751...@parca/web@0.16.752) (2024-09-02) **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 cb5fce99240..6ef240f1cc4 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.752", + "version": "0.16.753", "description": "Parca Web Interface", "type": "module", "scripts": { diff --git a/ui/packages/shared/profile/CHANGELOG.md b/ui/packages/shared/profile/CHANGELOG.md index 076220b4101..91b4cbbaec1 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.432](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.431...@parca/profile@0.16.432) (2024-09-04) + +**Note:** Version bump only for package @parca/profile + ## [0.16.431](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.430...@parca/profile@0.16.431) (2024-09-02) **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 eff11db20d1..d351ade0019 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.431", + "version": "0.16.432", "description": "Profile viewing libraries", "dependencies": { "@headlessui/react": "^1.7.19",