diff --git a/ui/packages/app/web/CHANGELOG.md b/ui/packages/app/web/CHANGELOG.md index dfce4423704..325f19ded33 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.810](https://github.com/parca-dev/parca/compare/@parca/web@0.16.809...@parca/web@0.16.810) (2025-02-13) + +**Note:** Version bump only for package @parca/web + ## [0.16.809](https://github.com/parca-dev/parca/compare/@parca/web@0.16.808...@parca/web@0.16.809) (2025-02-13) **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 1722a422086..a4c524845e5 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.809", + "version": "0.16.810", "description": "Parca Web Interface", "type": "module", "scripts": { diff --git a/ui/packages/shared/components/CHANGELOG.md b/ui/packages/shared/components/CHANGELOG.md index 8a794454e29..6716dc1a2d5 100644 --- a/ui/packages/shared/components/CHANGELOG.md +++ b/ui/packages/shared/components/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.323](https://github.com/parca-dev/parca/compare/@parca/components@0.16.322...@parca/components@0.16.323) (2025-02-13) + +**Note:** Version bump only for package @parca/components + ## [0.16.322](https://github.com/parca-dev/parca/compare/@parca/components@0.16.321...@parca/components@0.16.322) (2025-02-13) **Note:** Version bump only for package @parca/components diff --git a/ui/packages/shared/components/package.json b/ui/packages/shared/components/package.json index b8ae220eb46..fe4ab995e08 100644 --- a/ui/packages/shared/components/package.json +++ b/ui/packages/shared/components/package.json @@ -1,6 +1,6 @@ { "name": "@parca/components", - "version": "0.16.322", + "version": "0.16.323", "description": "A component library for Parca", "main": "dist/index.js", "scripts": { diff --git a/ui/packages/shared/profile/CHANGELOG.md b/ui/packages/shared/profile/CHANGELOG.md index cc7920982d9..5f5e7bc75ce 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.472](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.471...@parca/profile@0.16.472) (2025-02-13) + +**Note:** Version bump only for package @parca/profile + ## [0.16.471](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.470...@parca/profile@0.16.471) (2025-02-13) **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 d65b543b8bd..34bf5371ae0 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.471", + "version": "0.16.472", "description": "Profile viewing libraries", "dependencies": { "@headlessui/react": "^1.7.19",