Skip to content

Commit dc22995

Browse files
committed
1 parent ab75e09 commit dc22995

File tree

21 files changed

+11611
-2904
lines changed

21 files changed

+11611
-2904
lines changed

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.983](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2025-12-15)
7+
8+
**Note:** Version bump only for package @parca/web
9+
610
## [0.16.982](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2025-12-12)
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.982",
4+
"version": "0.16.983",
55
"description": "Parca Web Interface",
66
"type": "module",
77
"scripts": {

ui/packages/shared/client/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.17.14](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2025-12-15)
7+
8+
**Note:** Version bump only for package @parca/client
9+
610
## [0.17.13](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2025-12-12)
711

812
**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.13",
3+
"version": "0.17.14",
44
"description": "Parca API Client",
55
"main": "dist/index.js",
66
"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.390](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2025-12-15)
7+
8+
**Note:** Version bump only for package @parca/components
9+
610
## [0.16.389](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2025-12-12)
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.389",
3+
"version": "0.16.390",
44
"description": "A component library for Parca",
55
"main": "dist/index.js",
66
"scripts": {

ui/packages/shared/dynamicsize/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.70](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2025-12-15)
7+
8+
**Note:** Version bump only for package @parca/dynamicsize
9+
610
## [0.16.69](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2025-12-12)
711

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

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.69",
3+
"version": "0.16.70",
44
"description": "Library all around dynamically sizing components.",
55
"main": "src/index.tsx",
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.114](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2025-12-15)
7+
8+
**Note:** Version bump only for package @parca/hooks
9+
610
## [0.0.113](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2025-12-12)
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.113",
3+
"version": "0.0.114",
44
"description": "A library containing React hooks used in the Parca UI",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)