Skip to content

Commit 7eb49f9

Browse files
committed
chore: publish
- @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected]
1 parent 2c5edd8 commit 7eb49f9

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

packages/android-performance-profiler/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.4.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-16)
7+
8+
### Bug Fixes
9+
10+
- **profiler:** make FPS polling safer ([#62](https://github.com/bamlab/android-performance-profiler/issues/62)) ([2c5edd8](https://github.com/bamlab/android-performance-profiler/commit/2c5edd8a4cb8b598c5cbd8a959f2d6870d5922cc))
11+
612
## [0.4.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-11-03)
713

814
### Bug Fixes

packages/android-performance-profiler/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/profiler",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "",
55
"main": "dist/src/index.js",
66
"repository": {

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.10](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-16)
7+
8+
**Note:** Version bump only for package @perf-profiler/appium-test-cases
9+
610
## [0.3.9](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-08)
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.9",
3+
"version": "0.3.10",
44
"main": "dist/index.js",
55
"dependencies": {
66
"@bam.tech/appium-helper": "^0.5.0",
7-
"@perf-profiler/e2e": "^0.5.2",
7+
"@perf-profiler/e2e": "^0.5.3",
88
"@perf-profiler/reporter": "^0.3.0",
99
"@perf-profiler/types": "^0.2.0"
1010
}

packages/e2e-performance/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.5.3](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-16)
7+
8+
**Note:** Version bump only for package @perf-profiler/e2e
9+
610
## [0.5.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-08)
711

812
### Bug Fixes

packages/e2e-performance/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/e2e",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"author": {
55
"name": "Almouro",
66
"email": "[email protected]"
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@perf-profiler/logger": "^0.2.0",
18-
"@perf-profiler/profiler": "^0.4.1",
18+
"@perf-profiler/profiler": "^0.4.2",
1919
"@perf-profiler/reporter": "^0.3.0",
2020
"@perf-profiler/types": "^0.2.0",
2121
"commander": "^9.4.0"

0 commit comments

Comments
 (0)