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 9777d49 commit bb593f0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 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.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






## 0.0.2 (2022-02-23)

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.2",
"version": "0.0.3",
"main": "dist/index.node.js",
"browser": "dist/index.js",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/pyroscope-panel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.2.1 (2022-02-24)

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





# Change Log

## 1.2.0
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.0",
"version": "1.2.1",
"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.3"
}
}

0 comments on commit bb593f0

Please sign in to comment.