Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @pyroscope/flamegraph@0.32.2
 - @pyroscope/panel-plugin@1.4.8
 - @pyroscope/webapp@1.65.1
  • Loading branch information
pyroscopebot committed Nov 21, 2022
1 parent 221ce51 commit 6fcc988
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/pyroscope-flamegraph/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.

## [0.32.2](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/flamegraph@0.32.1...@pyroscope/flamegraph@0.32.2) (2022-11-21)

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





## [0.32.1](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/flamegraph@0.32.0...@pyroscope/flamegraph@0.32.1) (2022-11-18)


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.32.1",
"version": "0.32.2",
"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.4.8](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/panel-plugin@1.4.7...@pyroscope/panel-plugin@1.4.8) (2022-11-21)

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





## [1.4.7](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/panel-plugin@1.4.6...@pyroscope/panel-plugin@1.4.7) (2022-11-18)

**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.4.7",
"version": "1.4.8",
"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.32.1"
"@pyroscope/flamegraph": "^0.32.2"
}
}
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.65.1](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/webapp@1.65.0...@pyroscope/webapp@1.65.1) (2022-11-21)

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





# [1.65.0](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/webapp@1.64.1...@pyroscope/webapp@1.65.0) (2022-11-19)


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.65.0",
"version": "1.65.1",
"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.32.1",
"@pyroscope/flamegraph": "^0.32.2",
"@pyroscope/models": "^0.4.5"
}
}

0 comments on commit 6fcc988

Please sign in to comment.