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]
  • Loading branch information
pyroscopebot committed May 25, 2023
1 parent e1f2caf commit 1bdf081
Show file tree
Hide file tree
Showing 4 changed files with 22 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.35.6](https://github.com/grafana/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2023-05-25)


### Performance Improvements

* **flamegraph:** improve performance ([#1957](https://github.com/grafana/pyroscope/issues/1957)) ([e1f2caf](https://github.com/grafana/pyroscope/commit/e1f2caf78c24850d2487b1abd0a1f5558486d8f8))





## [0.35.5](https://github.com/grafana/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2023-03-29)


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.35.5",
"version": "0.35.6",
"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 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.68.20](https://github.com/grafana/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2023-05-25)

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





## [1.68.19](https://github.com/grafana/pyroscope/compare/@pyroscope/[email protected]...@pyroscope/[email protected]) (2023-05-24)

**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.68.19",
"version": "1.68.20",
"private": true,
"license": "Apache-2.0",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"build:webapp": "NODE_ENV=production webpack --config ../scripts/webpack/webpack.prod.ts"
},
"dependencies": {
"@pyroscope/flamegraph": "^0.35.5",
"@pyroscope/flamegraph": "^0.35.6",
"@pyroscope/models": "^0.4.7"
}
}

0 comments on commit 1bdf081

Please sign in to comment.