diff --git a/packages/pyroscope-flamegraph/CHANGELOG.md b/packages/pyroscope-flamegraph/CHANGELOG.md index 0690fe3925..e1a37f3bc8 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.12.5](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/flamegraph@0.12.4...@pyroscope/flamegraph@0.12.5) (2022-07-13) + +**Note:** Version bump only for package @pyroscope/flamegraph + + + + + ## [0.12.4](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/flamegraph@0.12.3...@pyroscope/flamegraph@0.12.4) (2022-07-13) **Note:** Version bump only for package @pyroscope/flamegraph diff --git a/packages/pyroscope-flamegraph/package.json b/packages/pyroscope-flamegraph/package.json index b96f4be47d..6bb052bd96 100644 --- a/packages/pyroscope-flamegraph/package.json +++ b/packages/pyroscope-flamegraph/package.json @@ -1,6 +1,6 @@ { "name": "@pyroscope/flamegraph", - "version": "0.12.4", + "version": "0.12.5", "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 d3806e01ca..ec2c587fc8 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.22](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/panel-plugin@1.3.21...@pyroscope/panel-plugin@1.3.22) (2022-07-13) + +**Note:** Version bump only for package @pyroscope/panel-plugin + + + + + ## [1.3.21](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/panel-plugin@1.3.20...@pyroscope/panel-plugin@1.3.21) (2022-07-13) **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 99979a6321..b7537a826c 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.21", + "version": "1.3.22", "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.12.4" + "@pyroscope/flamegraph": "^0.12.5" } } diff --git a/webapp/CHANGELOG.md b/webapp/CHANGELOG.md index e5a44afc73..db186b3776 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.19.3](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/webapp@1.19.2...@pyroscope/webapp@1.19.3) (2022-07-13) + +**Note:** Version bump only for package @pyroscope/webapp + + + + + ## [1.19.2](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/webapp@1.19.1...@pyroscope/webapp@1.19.2) (2022-07-13) **Note:** Version bump only for package @pyroscope/webapp diff --git a/webapp/package.json b/webapp/package.json index 542aab9e32..49a759390a 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "@pyroscope/webapp", - "version": "1.19.2", + "version": "1.19.3", "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.12.4", + "@pyroscope/flamegraph": "^0.12.5", "@pyroscope/models": "^0.2.2" } }