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 Aug 5, 2022
1 parent 36eed99 commit 356e313
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.17.2](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-08-05)

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





## [0.17.1](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-08-04)

**Note:** Version bump only for package @pyroscope/flamegraph
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.17.1",
"version": "0.17.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.3.42](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-08-05)

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





## [1.3.41](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-08-04)

**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.41",
"version": "1.3.42",
"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.17.1"
"@pyroscope/flamegraph": "^0.17.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.24.4](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-08-05)

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





## [1.24.3](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-08-04)

**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.24.3",
"version": "1.24.4",
"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.17.1",
"@pyroscope/flamegraph": "^0.17.2",
"@pyroscope/models": "^0.4.1"
}
}

0 comments on commit 356e313

Please sign in to comment.