Skip to content

Commit c427f3d

Browse files
committed
Publish
- @parca/web@0.16.926 - @parca/components@0.16.365 - @parca/hooks@0.0.100 - @parca/profile@0.19.45 - @parca/store@0.16.184 - @parca/utilities@0.0.107
1 parent f3ba44a commit c427f3d

12 files changed

Lines changed: 30 additions & 6 deletions

File tree

ui/packages/app/web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.926](https://github.com/parca-dev/parca/compare/@parca/web@0.16.925...@parca/web@0.16.926) (2025-08-28)
7+
8+
**Note:** Version bump only for package @parca/web
9+
610
## [0.16.925](https://github.com/parca-dev/parca/compare/@parca/web@0.16.924...@parca/web@0.16.925) (2025-08-26)
711

812
**Note:** Version bump only for package @parca/web

ui/packages/app/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@parca/web",
33
"private": true,
4-
"version": "0.16.925",
4+
"version": "0.16.926",
55
"description": "Parca Web Interface",
66
"type": "module",
77
"scripts": {

ui/packages/shared/components/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.365](https://github.com/parca-dev/parca/compare/@parca/components@0.16.364...@parca/components@0.16.365) (2025-08-28)
7+
8+
**Note:** Version bump only for package @parca/components
9+
610
## [0.16.364](https://github.com/parca-dev/parca/compare/@parca/components@0.16.363...@parca/components@0.16.364) (2025-08-26)
711

812
**Note:** Version bump only for package @parca/components

ui/packages/shared/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parca/components",
3-
"version": "0.16.364",
3+
"version": "0.16.365",
44
"description": "A component library for Parca",
55
"main": "dist/index.js",
66
"scripts": {

ui/packages/shared/hooks/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.0.100 (2025-08-28)
7+
8+
**Note:** Version bump only for package @parca/hooks
9+
610
## 0.0.99 (2025-08-04)
711

812
**Note:** Version bump only for package @parca/hooks

ui/packages/shared/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parca/hooks",
3-
"version": "0.0.99",
3+
"version": "0.0.100",
44
"description": "A library containing React hooks used in the Parca UI",
55
"main": "dist/index.js",
66
"scripts": {

ui/packages/shared/profile/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.45](https://github.com/parca-dev/parca/compare/@parca/profile@0.19.44...@parca/profile@0.19.45) (2025-08-28)
7+
8+
**Note:** Version bump only for package @parca/profile
9+
610
## [0.19.44](https://github.com/parca-dev/parca/compare/@parca/profile@0.19.43...@parca/profile@0.19.44) (2025-08-26)
711

812
**Note:** Version bump only for package @parca/profile

ui/packages/shared/profile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parca/profile",
3-
"version": "0.19.44",
3+
"version": "0.19.45",
44
"description": "Profile viewing libraries",
55
"dependencies": {
66
"@floating-ui/react": "^0.27.12",

ui/packages/shared/store/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.16.184 (2025-08-28)
7+
8+
**Note:** Version bump only for package @parca/store
9+
610
## 0.16.183 (2025-08-04)
711

812
**Note:** Version bump only for package @parca/store

ui/packages/shared/store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parca/store",
3-
"version": "0.16.183",
3+
"version": "0.16.184",
44
"description": "State management for Parca UI",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)