Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
yomete committed Jun 14, 2023
1 parent d9d0d64 commit 48ae0ca
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 15 deletions.
4 changes: 4 additions & 0 deletions ui/packages/app/grafana-datasource-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@parca/[email protected]) (2023-06-14)

**Note:** Version bump only for package @parca/grafana-datasource

## [0.0.135](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2023-06-13)

**Note:** Version bump only for package @parca/grafana-datasource
Expand Down
4 changes: 2 additions & 2 deletions ui/packages/app/grafana-datasource-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions ui/packages/app/grafana-panel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@parca/[email protected]) (2023-06-14)

**Note:** Version bump only for package @parca/grafana-panel

## [0.0.134](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2023-06-13)

**Note:** Version bump only for package @parca/grafana-panel
Expand Down
6 changes: 3 additions & 3 deletions ui/packages/app/grafana-panel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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
}
4 changes: 4 additions & 0 deletions ui/packages/app/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@parca/[email protected]) (2023-06-14)

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

## [0.16.361](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2023-06-13)

**Note:** Version bump only for package @parca/web
Expand Down
8 changes: 4 additions & 4 deletions ui/packages/app/web/package.json
Original file line number Diff line number Diff line change
@@ -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/*",
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions ui/packages/shared/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ui/packages/shared/components/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions ui/packages/shared/profile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@parca/[email protected]) (2023-06-14)

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

## [0.16.182](https://github.com/parca-dev/parca/compare/@parca/[email protected]...@parca/[email protected]) (2023-06-13)

**Note:** Version bump only for package @parca/profile
Expand Down
6 changes: 3 additions & 3 deletions ui/packages/shared/profile/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions ui/packages/shared/store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/shared/store/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 48ae0ca

Please sign in to comment.