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 Dec 15, 2022
1 parent 5f293d1 commit 6e146ad
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.4.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-15)

### Features

- export single result or all results to zip file ([#61](https://github.com/bamlab/android-performance-profiler/issues/61)) ([5f293d1](https://github.com/bamlab/android-performance-profiler/commit/5f293d15667f18b2827a0bbee30d6ecf9d37dfd0))

# [0.3.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-10-14)

### Bug Fixes
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.3.0",
"version": "0.4.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.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

# [0.3.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-11-03)

### Features
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.0",
"version": "0.3.1",
"description": "",
"author": {
"name": "Almouro",
Expand All @@ -16,7 +16,7 @@
"commander": "^9.4.0"
},
"devDependencies": {
"@perf-profiler/web-reporter-ui": "^0.3.0",
"@perf-profiler/web-reporter-ui": "^0.4.0",
"parcel": "^2.7.0",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down

0 comments on commit 6e146ad

Please sign in to comment.