From 25851d40d2630dbb542747d3a09718363212ad0e Mon Sep 17 00:00:00 2001 From: metalmatze Date: Thu, 4 Jul 2024 14:51:10 +0000 Subject: [PATCH] Publish - @parca/web@0.16.714 - @parca/client@0.16.120 - @parca/components@0.16.290 - @parca/hooks@0.0.65 - @parca/profile@0.16.402 - @parca/store@0.16.154 - @parca/utilities@0.0.81 --- ui/packages/app/web/CHANGELOG.md | 4 ++++ ui/packages/app/web/package.json | 2 +- ui/packages/shared/client/CHANGELOG.md | 4 ++++ ui/packages/shared/client/package.json | 2 +- ui/packages/shared/components/CHANGELOG.md | 4 ++++ ui/packages/shared/components/package.json | 2 +- ui/packages/shared/hooks/CHANGELOG.md | 4 ++++ ui/packages/shared/hooks/package.json | 2 +- ui/packages/shared/profile/CHANGELOG.md | 4 ++++ ui/packages/shared/profile/package.json | 2 +- ui/packages/shared/store/CHANGELOG.md | 4 ++++ ui/packages/shared/store/package.json | 2 +- ui/packages/shared/utilities/CHANGELOG.md | 4 ++++ ui/packages/shared/utilities/package.json | 2 +- 14 files changed, 35 insertions(+), 7 deletions(-) diff --git a/ui/packages/app/web/CHANGELOG.md b/ui/packages/app/web/CHANGELOG.md index 1aecd9b93e4..0f5cd529b84 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.714](https://github.com/parca-dev/parca/compare/@parca/web@0.16.713...@parca/web@0.16.714) (2024-07-04) + +**Note:** Version bump only for package @parca/web + ## [0.16.713](https://github.com/parca-dev/parca/compare/@parca/web@0.16.712...@parca/web@0.16.713) (2024-07-03) **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 1e963d19a69..59179fbe828 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.713", + "version": "0.16.714", "description": "Parca Web Interface", "type": "module", "scripts": { diff --git a/ui/packages/shared/client/CHANGELOG.md b/ui/packages/shared/client/CHANGELOG.md index 025f2d82563..a92de6f6df5 100644 --- a/ui/packages/shared/client/CHANGELOG.md +++ b/ui/packages/shared/client/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.120](https://github.com/parca-dev/parca/compare/@parca/client@0.16.119...@parca/client@0.16.120) (2024-07-04) + +**Note:** Version bump only for package @parca/client + ## 0.16.119 (2024-07-02) **Note:** Version bump only for package @parca/client diff --git a/ui/packages/shared/client/package.json b/ui/packages/shared/client/package.json index 1849241ecf9..e6d4b668487 100644 --- a/ui/packages/shared/client/package.json +++ b/ui/packages/shared/client/package.json @@ -1,6 +1,6 @@ { "name": "@parca/client", - "version": "0.16.119", + "version": "0.16.120", "description": "Parca API Client", "main": "dist/index.js", "scripts": { diff --git a/ui/packages/shared/components/CHANGELOG.md b/ui/packages/shared/components/CHANGELOG.md index 0f8ae498c13..9953d12c881 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.290](https://github.com/parca-dev/parca/compare/@parca/components@0.16.289...@parca/components@0.16.290) (2024-07-04) + +**Note:** Version bump only for package @parca/components + ## 0.16.289 (2024-07-02) **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 d8abbab146d..99322ff3f1c 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.289", + "version": "0.16.290", "description": "A component library for Parca", "main": "dist/index.js", "scripts": { diff --git a/ui/packages/shared/hooks/CHANGELOG.md b/ui/packages/shared/hooks/CHANGELOG.md index 253a9b3e6c3..48868b75738 100644 --- a/ui/packages/shared/hooks/CHANGELOG.md +++ b/ui/packages/shared/hooks/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.0.65](https://github.com/parca-dev/parca/compare/@parca/hooks@0.0.64...@parca/hooks@0.0.65) (2024-07-04) + +**Note:** Version bump only for package @parca/hooks + ## 0.0.64 (2024-07-02) **Note:** Version bump only for package @parca/hooks diff --git a/ui/packages/shared/hooks/package.json b/ui/packages/shared/hooks/package.json index 41dba0af185..5ef46040425 100644 --- a/ui/packages/shared/hooks/package.json +++ b/ui/packages/shared/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@parca/hooks", - "version": "0.0.64", + "version": "0.0.65", "description": "A library containing React hooks used in the Parca UI", "main": "dist/index.js", "scripts": { diff --git a/ui/packages/shared/profile/CHANGELOG.md b/ui/packages/shared/profile/CHANGELOG.md index 8530fffcab7..3222a757548 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.402](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.401...@parca/profile@0.16.402) (2024-07-04) + +**Note:** Version bump only for package @parca/profile + ## [0.16.401](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.400...@parca/profile@0.16.401) (2024-07-03) **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 5af0677a047..a401769fb33 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.401", + "version": "0.16.402", "description": "Profile viewing libraries", "dependencies": { "@headlessui/react": "^1.7.19", diff --git a/ui/packages/shared/store/CHANGELOG.md b/ui/packages/shared/store/CHANGELOG.md index d15f1b0efd6..1adb00e7d9c 100644 --- a/ui/packages/shared/store/CHANGELOG.md +++ b/ui/packages/shared/store/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.154](https://github.com/parca-dev/parca/compare/@parca/store@0.16.153...@parca/store@0.16.154) (2024-07-04) + +**Note:** Version bump only for package @parca/store + ## 0.16.153 (2024-07-02) **Note:** Version bump only for package @parca/store diff --git a/ui/packages/shared/store/package.json b/ui/packages/shared/store/package.json index 37f98ba43a1..29e8be8c6be 100644 --- a/ui/packages/shared/store/package.json +++ b/ui/packages/shared/store/package.json @@ -1,6 +1,6 @@ { "name": "@parca/store", - "version": "0.16.153", + "version": "0.16.154", "description": "State management for Parca UI", "main": "dist/index.js", "scripts": { diff --git a/ui/packages/shared/utilities/CHANGELOG.md b/ui/packages/shared/utilities/CHANGELOG.md index ef335a860c9..0015d9afe7d 100644 --- a/ui/packages/shared/utilities/CHANGELOG.md +++ b/ui/packages/shared/utilities/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.0.81](https://github.com/parca-dev/parca/compare/@parca/utilities@0.0.80...@parca/utilities@0.0.81) (2024-07-04) + +**Note:** Version bump only for package @parca/utilities + ## 0.0.80 (2024-07-02) **Note:** Version bump only for package @parca/utilities diff --git a/ui/packages/shared/utilities/package.json b/ui/packages/shared/utilities/package.json index 238199a8227..e726e813bd5 100644 --- a/ui/packages/shared/utilities/package.json +++ b/ui/packages/shared/utilities/package.json @@ -1,6 +1,6 @@ { "name": "@parca/utilities", - "version": "0.0.80", + "version": "0.0.81", "description": "A set of reusable functions for Parca", "main": "dist/index.js", "scripts": {