Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @pyroscope/[email protected]
 - @pyroscope/[email protected]
 - @pyroscope/[email protected]
  • Loading branch information
pyroscopebot committed Sep 6, 2022
1 parent 1c29ef6 commit f1edaa7
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/pyroscope-flamegraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.21.4](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-09-06)


### Bug Fixes

* **flamegraph:** add color to tooltip ([#1468](https://github.com/pyroscope-io/pyroscope/issues/1468)) ([1c29ef6](https://github.com/pyroscope-io/pyroscope/commit/1c29ef6328fb4f01389560a4d53f729bbca88ff3))





## [0.21.3](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/pyroscope-flamegraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pyroscope/flamegraph",
"version": "0.21.3",
"version": "0.21.4",
"main": "dist/index.node.js",
"browser": "dist/index.js",
"_types": "since we are importing stuff from webapp (ui components), tsc ends up generating a weird file tree",
Expand Down
8 changes: 8 additions & 0 deletions packages/pyroscope-panel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.60](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-09-06)

**Note:** Version bump only for package @pyroscope/panel-plugin





## [1.3.59](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-09-06)

**Note:** Version bump only for package @pyroscope/panel-plugin
Expand Down
4 changes: 2 additions & 2 deletions packages/pyroscope-panel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pyroscope/panel-plugin",
"version": "1.3.59",
"version": "1.3.60",
"scripts": {
"test": "jest",
"build": "NODE_ENV=production webpack --config ../../scripts/webpack/webpack.panel.ts",
Expand All @@ -10,6 +10,6 @@
"dependencies": {
"@grafana/data": "^8.3.1",
"@grafana/runtime": "^8.3.1",
"@pyroscope/flamegraph": "^0.21.3"
"@pyroscope/flamegraph": "^0.21.4"
}
}
8 changes: 8 additions & 0 deletions webapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.37.2](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-09-06)

**Note:** Version bump only for package @pyroscope/webapp





## [1.37.1](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-09-06)

**Note:** Version bump only for package @pyroscope/webapp
Expand Down
4 changes: 2 additions & 2 deletions webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pyroscope/webapp",
"version": "1.37.1",
"version": "1.37.2",
"private": true,
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
Expand All @@ -13,7 +13,7 @@
"build:webapp": "NODE_ENV=production webpack --config ../scripts/webpack/webpack.prod.ts"
},
"dependencies": {
"@pyroscope/flamegraph": "^0.21.3",
"@pyroscope/flamegraph": "^0.21.4",
"@pyroscope/models": "^0.4.4"
}
}

0 comments on commit f1edaa7

Please sign in to comment.