Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @perf-profiler/[email protected]
 - @perf-profiler/[email protected]
  • Loading branch information
Almouro committed Jan 27, 2023
1 parent 411f79c commit a124c00
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/web-reporter-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-01-27)

### Features

- **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))

# [0.4.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/web-reporter-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/web-reporter-ui",
"version": "0.4.0",
"version": "0.5.0",
"main": "dist/index.js",
"dependencies": {
"@emotion/react": "^11.8.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/web-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-01-27)

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

## [0.3.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-15)

**Note:** Version bump only for package @perf-profiler/web-reporter
Expand Down
4 changes: 2 additions & 2 deletions packages/web-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/web-reporter",
"version": "0.3.1",
"version": "0.3.2",
"description": "",
"author": {
"name": "Almouro",
Expand All @@ -16,7 +16,7 @@
"commander": "^9.4.0"
},
"devDependencies": {
"@perf-profiler/web-reporter-ui": "^0.4.0",
"@perf-profiler/web-reporter-ui": "^0.5.0",
"parcel": "^2.7.0",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down

0 comments on commit a124c00

Please sign in to comment.