diff --git a/packages/pyroscope-flamegraph/CHANGELOG.md b/packages/pyroscope-flamegraph/CHANGELOG.md index c046275a29..fbfa27326d 100644 --- a/packages/pyroscope-flamegraph/CHANGELOG.md +++ b/packages/pyroscope-flamegraph/CHANGELOG.md @@ -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. +## [0.14.7](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/flamegraph@0.14.6...@pyroscope/flamegraph@0.14.7) (2022-07-19) + +**Note:** Version bump only for package @pyroscope/flamegraph + + + + + ## [0.14.6](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/flamegraph@0.14.5...@pyroscope/flamegraph@0.14.6) (2022-07-18) **Note:** Version bump only for package @pyroscope/flamegraph diff --git a/packages/pyroscope-flamegraph/package.json b/packages/pyroscope-flamegraph/package.json index 5cdb1a8856..51f685cce5 100644 --- a/packages/pyroscope-flamegraph/package.json +++ b/packages/pyroscope-flamegraph/package.json @@ -1,6 +1,6 @@ { "name": "@pyroscope/flamegraph", - "version": "0.14.6", + "version": "0.14.7", "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", diff --git a/packages/pyroscope-panel-plugin/CHANGELOG.md b/packages/pyroscope-panel-plugin/CHANGELOG.md index cee8186f6d..1e7e9ef2a0 100644 --- a/packages/pyroscope-panel-plugin/CHANGELOG.md +++ b/packages/pyroscope-panel-plugin/CHANGELOG.md @@ -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.32](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/panel-plugin@1.3.31...@pyroscope/panel-plugin@1.3.32) (2022-07-19) + +**Note:** Version bump only for package @pyroscope/panel-plugin + + + + + ## [1.3.31](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/panel-plugin@1.3.30...@pyroscope/panel-plugin@1.3.31) (2022-07-18) **Note:** Version bump only for package @pyroscope/panel-plugin diff --git a/packages/pyroscope-panel-plugin/package.json b/packages/pyroscope-panel-plugin/package.json index 1494d85712..c330019de2 100644 --- a/packages/pyroscope-panel-plugin/package.json +++ b/packages/pyroscope-panel-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@pyroscope/panel-plugin", - "version": "1.3.31", + "version": "1.3.32", "scripts": { "test": "jest", "build": "NODE_ENV=production webpack --config ../../scripts/webpack/webpack.panel.ts", @@ -10,6 +10,6 @@ "dependencies": { "@grafana/data": "^8.3.1", "@grafana/runtime": "^8.3.1", - "@pyroscope/flamegraph": "^0.14.6" + "@pyroscope/flamegraph": "^0.14.7" } } diff --git a/webapp/CHANGELOG.md b/webapp/CHANGELOG.md index 1136c9094a..fcea45683e 100644 --- a/webapp/CHANGELOG.md +++ b/webapp/CHANGELOG.md @@ -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.21.7](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/webapp@1.21.6...@pyroscope/webapp@1.21.7) (2022-07-19) + +**Note:** Version bump only for package @pyroscope/webapp + + + + + ## [1.21.6](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/webapp@1.21.5...@pyroscope/webapp@1.21.6) (2022-07-18) **Note:** Version bump only for package @pyroscope/webapp diff --git a/webapp/package.json b/webapp/package.json index 010ac1012f..e3ce12089f 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "@pyroscope/webapp", - "version": "1.21.6", + "version": "1.21.7", "private": true, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1", @@ -13,7 +13,7 @@ "build:webapp": "NODE_ENV=production webpack --config ../scripts/webpack/webpack.prod.ts" }, "dependencies": { - "@pyroscope/flamegraph": "^0.14.6", + "@pyroscope/flamegraph": "^0.14.7", "@pyroscope/models": "^0.2.3" } }