diff --git a/ui/packages/app/grafana-datasource-plugin/CHANGELOG.md b/ui/packages/app/grafana-datasource-plugin/CHANGELOG.md index e62b658ff7f..ea2c4e73247 100644 --- a/ui/packages/app/grafana-datasource-plugin/CHANGELOG.md +++ b/ui/packages/app/grafana-datasource-plugin/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.136](https://github.com/parca-dev/parca/compare/@parca/grafana-datasource@0.0.135...@parca/grafana-datasource@0.0.136) (2023-06-14) + +**Note:** Version bump only for package @parca/grafana-datasource + ## [0.0.135](https://github.com/parca-dev/parca/compare/@parca/grafana-datasource@0.0.134...@parca/grafana-datasource@0.0.135) (2023-06-13) **Note:** Version bump only for package @parca/grafana-datasource diff --git a/ui/packages/app/grafana-datasource-plugin/package.json b/ui/packages/app/grafana-datasource-plugin/package.json index 682ebf9dbf7..6627d258b72 100644 --- a/ui/packages/app/grafana-datasource-plugin/package.json +++ b/ui/packages/app/grafana-datasource-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@parca/grafana-datasource", - "version": "0.0.135", + "version": "0.0.136", "description": "A Grafana datasource plugin for Parca", "scripts": { "build": "grafana-toolkit plugin:build", @@ -27,7 +27,7 @@ }, "dependencies": { "@parca/client": "^0.16.73", - "@parca/profile": "^0.16.182", + "@parca/profile": "^0.16.183", "@protobuf-ts/grpcweb-transport": "2.9.0" }, "private": true diff --git a/ui/packages/app/grafana-panel-plugin/CHANGELOG.md b/ui/packages/app/grafana-panel-plugin/CHANGELOG.md index e483825be73..9938649cf55 100644 --- a/ui/packages/app/grafana-panel-plugin/CHANGELOG.md +++ b/ui/packages/app/grafana-panel-plugin/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.135](https://github.com/parca-dev/parca/compare/@parca/grafana-panel@0.0.134...@parca/grafana-panel@0.0.135) (2023-06-14) + +**Note:** Version bump only for package @parca/grafana-panel + ## [0.0.134](https://github.com/parca-dev/parca/compare/@parca/grafana-panel@0.0.133...@parca/grafana-panel@0.0.134) (2023-06-13) **Note:** Version bump only for package @parca/grafana-panel diff --git a/ui/packages/app/grafana-panel-plugin/package.json b/ui/packages/app/grafana-panel-plugin/package.json index 3e5062efbe7..1770019bdd7 100644 --- a/ui/packages/app/grafana-panel-plugin/package.json +++ b/ui/packages/app/grafana-panel-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@parca/grafana-panel", - "version": "0.0.134", + "version": "0.0.135", "description": "A Grafana panel plugin for Parca", "scripts": { "build": "grafana-toolkit plugin:build", @@ -23,8 +23,8 @@ "node": ">=14" }, "dependencies": { - "@parca/profile": "^0.16.182", - "@parca/store": "^0.16.76" + "@parca/profile": "^0.16.183", + "@parca/store": "^0.16.77" }, "private": true } diff --git a/ui/packages/app/web/CHANGELOG.md b/ui/packages/app/web/CHANGELOG.md index 129f324f6e6..d7fc79e809e 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.362](https://github.com/parca-dev/parca/compare/@parca/web@0.16.361...@parca/web@0.16.362) (2023-06-14) + +**Note:** Version bump only for package @parca/web + ## [0.16.361](https://github.com/parca-dev/parca/compare/@parca/web@0.16.360...@parca/web@0.16.361) (2023-06-13) **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 20da39244e6..b0fa4c5fd3a 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.361", + "version": "0.16.362", "description": "Parca Web Interface", "scripts": { "lint": "eslint --no-error-on-unmatched-pattern --ext .ts,.tsx,.js src/*", @@ -22,13 +22,13 @@ "dependencies": { "@headlessui/react": "1.7.15", "@parca/client": "^0.16.73", - "@parca/components": "^0.16.144", + "@parca/components": "^0.16.145", "@parca/dynamicsize": "^0.16.54", "@parca/hooks": "^0.0.2", "@parca/icons": "^0.16.54", "@parca/parser": "^0.16.55", - "@parca/profile": "^0.16.182", - "@parca/store": "^0.16.76", + "@parca/profile": "^0.16.183", + "@parca/store": "^0.16.77", "@parca/utilities": "^0.0.7", "@svgr/webpack": "6.5.1", "@tailwindcss/typography": "^0.5.8", diff --git a/ui/packages/shared/components/CHANGELOG.md b/ui/packages/shared/components/CHANGELOG.md index 104379b09df..6b822867ca9 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.145 (2023-06-14) + +**Note:** Version bump only for package @parca/components + ## 0.16.144 (2023-06-10) **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 6f51711ae7a..8f2c2b6c5cc 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.144", + "version": "0.16.145", "description": "A component library for Parca", "main": "dist/index.js", "scripts": { @@ -17,7 +17,7 @@ "@parca/hooks": "^0.0.2", "@parca/icons": "^0.16.54", "@parca/parser": "^0.16.55", - "@parca/store": "^0.16.76", + "@parca/store": "^0.16.77", "@parca/utilities": "^0.0.7", "@protobuf-ts/grpcweb-transport": "^2.5.0", "@tanstack/react-table": "^8.7.0", diff --git a/ui/packages/shared/profile/CHANGELOG.md b/ui/packages/shared/profile/CHANGELOG.md index 300c550627c..9037d75afcf 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.183](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.182...@parca/profile@0.16.183) (2023-06-14) + +**Note:** Version bump only for package @parca/profile + ## [0.16.182](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.181...@parca/profile@0.16.182) (2023-06-13) **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 64286bfcb6f..d6e9e1afc0b 100644 --- a/ui/packages/shared/profile/package.json +++ b/ui/packages/shared/profile/package.json @@ -1,14 +1,14 @@ { "name": "@parca/profile", - "version": "0.16.182", + "version": "0.16.183", "description": "Profile viewing libraries", "dependencies": { "@parca/client": "^0.16.73", - "@parca/components": "^0.16.144", + "@parca/components": "^0.16.145", "@parca/dynamicsize": "^0.16.54", "@parca/hooks": "^0.0.2", "@parca/parser": "^0.16.55", - "@parca/store": "^0.16.76", + "@parca/store": "^0.16.77", "@parca/utilities": "^0.0.7", "@tanstack/react-query": "^4.0.5", "@types/react-beautiful-dnd": "^13.1.3", diff --git a/ui/packages/shared/store/CHANGELOG.md b/ui/packages/shared/store/CHANGELOG.md index e84d6f0e348..b9f97756080 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.77 (2023-06-14) + +**Note:** Version bump only for package @parca/store + ## 0.16.76 (2023-05-10) **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 a8692b1b7b9..29e07f7f1fe 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.76", + "version": "0.16.77", "description": "State management for Parca UI", "main": "dist/index.js", "scripts": {