Skip to content

Commit 8b2ccaa

Browse files
committed
chore: publish
- @perf-profiler/[email protected] - @perf-profiler/[email protected]
1 parent 6b2b9fc commit 8b2ccaa

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

packages/appium-test-cases/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.8](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-06)
7+
8+
**Note:** Version bump only for package @perf-profiler/appium-test-cases
9+
610
## [0.3.7](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-05)
711

812
**Note:** Version bump only for package @perf-profiler/appium-test-cases

packages/appium-test-cases/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@perf-profiler/appium-test-cases",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"main": "dist/index.js",
55
"dependencies": {
66
"@bam.tech/appium-helper": "^0.5.0",
7-
"@perf-profiler/e2e": "^0.5.0",
7+
"@perf-profiler/e2e": "^0.5.1",
88
"@perf-profiler/reporter": "^0.3.0",
99
"@perf-profiler/types": "^0.2.0"
1010
}

packages/e2e-performance/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.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-06)
7+
8+
### Bug Fixes
9+
10+
- **e2e:** fix resultsFilePath parameter ([#59](https://github.com/bamlab/android-performance-profiler/issues/59)) ([6b2b9fc](https://github.com/bamlab/android-performance-profiler/commit/6b2b9fcfa3111287ba8419ddcd25cfa33ac20ff6))
11+
612
# [0.5.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-05)
713

814
### Features

packages/e2e-performance/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/e2e",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"author": {
55
"name": "Almouro",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)