Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @parca/grafana-datasource@0.0.285
 - @parca/grafana-panel@0.0.277
 - @parca/web@0.16.573
 - @parca/components@0.16.235
 - @parca/icons@0.16.61
 - @parca/profile@0.16.318
 - @parca/store@0.16.119
 - @parca/utilities@0.0.47
  • Loading branch information
manojVivek committed Nov 28, 2023
1 parent 9d80af3 commit ec1aabe
Show file tree
Hide file tree
Showing 16 changed files with 55 additions and 23 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.285](https://github.com/parca-dev/parca/compare/@parca/grafana-datasource@0.0.284...@parca/grafana-datasource@0.0.285) (2023-11-28)

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

## [0.0.284](https://github.com/parca-dev/parca/compare/@parca/grafana-datasource@0.0.283...@parca/grafana-datasource@0.0.284) (2023-11-23)

**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.284",
"version": "0.0.285",
"description": "A Grafana datasource plugin for Parca",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@parca/client": "^0.16.100",
"@parca/profile": "^0.16.317",
"@parca/profile": "^0.16.318",
"@protobuf-ts/grpcweb-transport": "2.9.1"
},
"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.277](https://github.com/parca-dev/parca/compare/@parca/grafana-panel@0.0.276...@parca/grafana-panel@0.0.277) (2023-11-28)

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

## [0.0.276](https://github.com/parca-dev/parca/compare/@parca/grafana-panel@0.0.275...@parca/grafana-panel@0.0.276) (2023-11-23)

**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.276",
"version": "0.0.277",
"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.317",
"@parca/store": "^0.16.118"
"@parca/profile": "^0.16.318",
"@parca/store": "^0.16.119"
},
"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.573](https://github.com/parca-dev/parca/compare/@parca/web@0.16.572...@parca/web@0.16.573) (2023-11-28)

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

## [0.16.572](https://github.com/parca-dev/parca/compare/@parca/web@0.16.571...@parca/web@0.16.572) (2023-11-23)

**Note:** Version bump only for package @parca/web
Expand Down
12 changes: 6 additions & 6 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.572",
"version": "0.16.573",
"description": "Parca Web Interface",
"scripts": {
"lint": "eslint --no-error-on-unmatched-pattern --ext .ts,.tsx,.js src/*",
Expand All @@ -23,14 +23,14 @@
"@alwaysmeticulous/recorder-loader": "^2.19.0",
"@headlessui/react": "1.7.17",
"@parca/client": "^0.16.100",
"@parca/components": "^0.16.234",
"@parca/components": "^0.16.235",
"@parca/dynamicsize": "^0.16.60",
"@parca/hooks": "^0.0.37",
"@parca/icons": "^0.16.60",
"@parca/icons": "^0.16.61",
"@parca/parser": "^0.16.68",
"@parca/profile": "^0.16.317",
"@parca/store": "^0.16.118",
"@parca/utilities": "^0.0.46",
"@parca/profile": "^0.16.318",
"@parca/store": "^0.16.119",
"@parca/utilities": "^0.0.47",
"@svgr/webpack": "6.5.1",
"@tailwindcss/typography": "^0.5.8",
"@testing-library/jest-dom": "5.17.0",
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.235](https://github.com/parca-dev/parca/compare/@parca/components@0.16.234...@parca/components@0.16.235) (2023-11-28)

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

## [0.16.234](https://github.com/parca-dev/parca/compare/@parca/components@0.16.233...@parca/components@0.16.234) (2023-11-23)

**Note:** Version bump only for package @parca/components
Expand Down
8 changes: 4 additions & 4 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.234",
"version": "0.16.235",
"description": "A component library for Parca",
"main": "dist/index.js",
"scripts": {
Expand All @@ -15,10 +15,10 @@
"@parca/client": "^0.16.100",
"@parca/dynamicsize": "^0.16.60",
"@parca/hooks": "^0.0.37",
"@parca/icons": "^0.16.60",
"@parca/icons": "^0.16.61",
"@parca/parser": "^0.16.68",
"@parca/store": "^0.16.118",
"@parca/utilities": "^0.0.46",
"@parca/store": "^0.16.119",
"@parca/utilities": "^0.0.47",
"@protobuf-ts/grpcweb-transport": "^2.5.0",
"@tanstack/react-table": "^8.7.0",
"classnames": "^2.3.1",
Expand Down
4 changes: 4 additions & 0 deletions ui/packages/shared/icons/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.61](https://github.com/parca-dev/parca/compare/@parca/icons@0.16.60...@parca/icons@0.16.61) (2023-11-28)

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

## 0.16.60 (2023-10-20)

# 0.20.0 (2023-10-20)
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/shared/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parca/icons",
"version": "0.16.60",
"version": "0.16.61",
"description": "Parca commonly used icons",
"main": "src/index.tsx",
"scripts": {
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.318](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.317...@parca/profile@0.16.318) (2023-11-28)

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

## [0.16.317](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.316...@parca/profile@0.16.317) (2023-11-23)

**Note:** Version bump only for package @parca/profile
Expand Down
8 changes: 4 additions & 4 deletions ui/packages/shared/profile/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@parca/profile",
"version": "0.16.317",
"version": "0.16.318",
"description": "Profile viewing libraries",
"dependencies": {
"@parca/client": "^0.16.100",
"@parca/components": "^0.16.234",
"@parca/components": "^0.16.235",
"@parca/dynamicsize": "^0.16.60",
"@parca/hooks": "^0.0.37",
"@parca/parser": "^0.16.68",
"@parca/store": "^0.16.118",
"@parca/utilities": "^0.0.46",
"@parca/store": "^0.16.119",
"@parca/utilities": "^0.0.47",
"@tanstack/react-query": "^4.0.5",
"@types/react-beautiful-dnd": "^13.1.3",
"apache-arrow": "^12.0.0",
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.119](https://github.com/parca-dev/parca/compare/@parca/store@0.16.118...@parca/store@0.16.119) (2023-11-28)

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

## [0.16.118](https://github.com/parca-dev/parca/compare/@parca/store@0.16.117...@parca/store@0.16.118) (2023-11-21)

**Note:** Version bump only for package @parca/store
Expand Down
4 changes: 2 additions & 2 deletions 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.118",
"version": "0.16.119",
"description": "State management for Parca UI",
"main": "dist/index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@parca/client": "^0.16.100",
"@parca/hooks": "^0.0.37",
"@parca/utilities": "^0.0.46",
"@parca/utilities": "^0.0.47",
"@reduxjs/toolkit": "^1.7.2",
"react-redux": "^8.0.2",
"redux-persist": "^6.0.0"
Expand Down
4 changes: 4 additions & 0 deletions ui/packages/shared/utilities/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.47](https://github.com/parca-dev/parca/compare/@parca/utilities@0.0.46...@parca/utilities@0.0.47) (2023-11-28)

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

## [0.0.46](https://github.com/parca-dev/parca/compare/@parca/utilities@0.0.45...@parca/utilities@0.0.46) (2023-11-21)

**Note:** Version bump only for package @parca/utilities
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/shared/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parca/utilities",
"version": "0.0.46",
"version": "0.0.47",
"description": "A set of reusable functions for Parca",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit ec1aabe

Please sign in to comment.