Skip to content

Commit df52a61

Browse files
committed
Publish
- @parca/web@0.16.1027 - @parca/client@0.17.21 - @parca/components@0.16.411 - @parca/dynamicsize@0.16.74 - @parca/hooks@0.0.122 - @parca/icons@0.16.81 - @parca/parser@0.16.88 - @parca/profile@0.19.139 - @parca/store@0.16.205 - @parca/test-utils@0.0.22 - @parca/utilities@0.0.128
1 parent 7ac20f5 commit df52a61

File tree

23 files changed

+11886
-2967
lines changed

23 files changed

+11886
-2967
lines changed

ui/packages/app/web/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1027 (2026-03-20)
7+
8+
# 0.27.0 (2026-03-20)
9+
10+
**Note:** Version bump only for package @parca/web
11+
612
## [0.16.1026](https://github.com/parca-dev/parca/compare/@parca/web@0.16.1025...@parca/web@0.16.1026) (2026-03-17)
713

814
**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.1026",
4+
"version": "0.16.1027",
55
"description": "Parca Web Interface",
66
"type": "module",
77
"scripts": {

ui/packages/shared/client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.17.21 (2026-03-20)
7+
8+
# 0.27.0 (2026-03-20)
9+
10+
**Note:** Version bump only for package @parca/client
11+
612
## 0.17.20 (2026-03-12)
713

814
**Note:** Version bump only for package @parca/client

ui/packages/shared/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parca/client",
3-
"version": "0.17.20",
3+
"version": "0.17.21",
44
"description": "Parca API Client",
55
"main": "dist/index.js",
66
"scripts": {

ui/packages/shared/components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.411 (2026-03-20)
7+
8+
# 0.27.0 (2026-03-20)
9+
10+
**Note:** Version bump only for package @parca/components
11+
612
## 0.16.410 (2026-03-17)
713

814
**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.410",
3+
"version": "0.16.411",
44
"description": "A component library for Parca",
55
"main": "dist/index.js",
66
"scripts": {

ui/packages/shared/dynamicsize/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.74 (2026-03-20)
7+
8+
# 0.27.0 (2026-03-20)
9+
10+
**Note:** Version bump only for package @parca/dynamicsize
11+
612
## 0.16.73 (2026-03-03)
713

814
# 0.26.0 (2026-02-26)

ui/packages/shared/dynamicsize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parca/dynamicsize",
3-
"version": "0.16.73",
3+
"version": "0.16.74",
44
"description": "Library all around dynamically sizing components.",
55
"main": "src/index.tsx",
66
"scripts": {

ui/packages/shared/hooks/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.122 (2026-03-20)
7+
8+
# 0.27.0 (2026-03-20)
9+
10+
**Note:** Version bump only for package @parca/hooks
11+
612
## 0.0.121 (2026-03-12)
713

814
**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.121",
3+
"version": "0.0.122",
44
"description": "A library containing React hooks used in the Parca UI",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)