Skip to content

Commit a124c00

Browse files
committed
chore: publish
- @perf-profiler/[email protected] - @perf-profiler/[email protected]
1 parent 411f79c commit a124c00

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

packages/web-reporter-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-01-27)
7+
8+
### Features
9+
10+
- **web:** Add short explanation text for metrics ([#64](https://github.com/bamlab/android-performance-profiler/issues/64)) ([411f79c](https://github.com/bamlab/android-performance-profiler/commit/411f79c8c9f7e8099cacdfdca4dc2f322c8ab940))
11+
612
# [0.4.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-15)
713

814
### Features

packages/web-reporter-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perf-profiler/web-reporter-ui",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"main": "dist/index.js",
55
"dependencies": {
66
"@emotion/react": "^11.8.2",

packages/web-reporter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-01-27)
7+
8+
**Note:** Version bump only for package @perf-profiler/web-reporter
9+
610
## [0.3.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-15)
711

812
**Note:** Version bump only for package @perf-profiler/web-reporter

packages/web-reporter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perf-profiler/web-reporter",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "",
55
"author": {
66
"name": "Almouro",
@@ -16,7 +16,7 @@
1616
"commander": "^9.4.0"
1717
},
1818
"devDependencies": {
19-
"@perf-profiler/web-reporter-ui": "^0.4.0",
19+
"@perf-profiler/web-reporter-ui": "^0.5.0",
2020
"parcel": "^2.7.0",
2121
"react": "17.0.2",
2222
"react-dom": "17.0.2"

0 commit comments

Comments
 (0)