Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @pyroscope/[email protected]
 - @pyroscope/[email protected]
  • Loading branch information
pyroscopebot committed Feb 24, 2022
1 parent 0477cff commit 8856af1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 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.0.5](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-02-24)


### Bug Fixes

* disable pyroscope logo ([#890](https://github.com/pyroscope-io/pyroscope/issues/890)) ([0477cff](https://github.com/pyroscope-io/pyroscope/commit/0477cff8565406c330b48c819c0ed16a69653cee))





## [0.0.3](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-02-24)

**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.0.4",
"version": "0.0.5",
"main": "dist/index.node.js",
"browser": "dist/index.js",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/pyroscope-panel-plugin/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.

## [1.2.2](https://github.com/pyroscope-io/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2022-02-24)


### Bug Fixes

* disable pyroscope logo ([#890](https://github.com/pyroscope-io/pyroscope/issues/890)) ([0477cff](https://github.com/pyroscope-io/pyroscope/commit/0477cff8565406c330b48c819c0ed16a69653cee))





## 1.2.1 (2022-02-24)

**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,12 +1,12 @@
{
"name": "@pyroscope/panel-plugin",
"version": "1.2.1",
"version": "1.2.2",
"scripts": {
"test": "jest",
"build": "NODE_ENV=production webpack --config ../../scripts/webpack/webpack.panel.ts",
"dev": "webpack --config ../../scripts/webpack/webpack.panel.ts --watch"
},
"dependencies": {
"@pyroscope/flamegraph": "*"
"@pyroscope/flamegraph": "^0.0.5"
}
}

0 comments on commit 8856af1

Please sign in to comment.