diff --git a/ui/packages/app/web/CHANGELOG.md b/ui/packages/app/web/CHANGELOG.md index 9fa3f63b07a..bee3fa67e10 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.743](https://github.com/parca-dev/parca/compare/@parca/web@0.16.742...@parca/web@0.16.743) (2024-08-09) + +**Note:** Version bump only for package @parca/web + ## [0.16.742](https://github.com/parca-dev/parca/compare/@parca/web@0.16.741...@parca/web@0.16.742) (2024-08-09) **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 44bc9fb08f8..e584c8eb4b8 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.742", + "version": "0.16.743", "description": "Parca Web Interface", "type": "module", "scripts": { diff --git a/ui/packages/shared/components/CHANGELOG.md b/ui/packages/shared/components/CHANGELOG.md index a26dfcb7c17..d91fddda9f1 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.299 (2024-08-09) + +**Note:** Version bump only for package @parca/components + ## [0.16.298](https://github.com/parca-dev/parca/compare/@parca/components@0.16.297...@parca/components@0.16.298) (2024-08-07) **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 a6454426975..c465494d1e9 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.298", + "version": "0.16.299", "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 ffdf62eceac..34027ca9d60 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.424 (2024-08-09) + +**Note:** Version bump only for package @parca/profile + ## [0.16.423](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.422...@parca/profile@0.16.423) (2024-08-08) **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 8eb8540e71e..3d5cf0f2a50 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.423", + "version": "0.16.424", "description": "Profile viewing libraries", "dependencies": { "@headlessui/react": "^1.7.19",