Skip to content

Commit e1efa87

Browse files
committed
chore: publish
- cli-example@1.0.0-alpha.3 - e2e-example@0.1.0-alpha.10 - @perf-profiler/measure@0.5.0 - @perf-profiler/web-reporter@0.11.3 - @perf-profiler/e2e@0.11.4 - @perf-profiler/tools@0.2.4 - @perf-profiler/reporter@0.10.0 - @perf-profiler/types@0.9.0 - @perf-profiler/web-reporter-ui@0.17.0 - @perf-profiler/android@0.14.0 - @perf-profiler/ios@0.4.0 - @perf-profiler/ios-instruments@0.3.4 - @perf-profiler/profiler@0.10.12 - @perf-profiler/appium-test-cases@0.3.35 - @perf-profiler/aws-device-farm@0.10.3
1 parent 2d45f6a commit e1efa87

30 files changed

Lines changed: 136 additions & 47 deletions

File tree

examples/cli/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+
# [1.0.0-alpha.3](https://github.com/bamlab/flashlight/compare/cli-example@1.0.0-alpha.2...cli-example@1.0.0-alpha.3) (2026-04-03)
7+
8+
**Note:** Version bump only for package cli-example
9+
610
# [1.0.0-alpha.2](https://github.com/bamlab/flashlight/compare/cli-example@1.0.0-alpha.1...cli-example@1.0.0-alpha.2) (2024-07-17)
711

812
**Note:** Version bump only for package cli-example

examples/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "cli-example",
33
"private": true,
4-
"version": "1.0.0-alpha.2",
4+
"version": "1.0.0-alpha.3",
55
"main": "dist/index.js",
66
"dependencies": {
7-
"@perf-profiler/profiler": "^0.10.11",
8-
"@perf-profiler/reporter": "^0.9.0",
9-
"@perf-profiler/types": "^0.8.0"
7+
"@perf-profiler/profiler": "^0.10.12",
8+
"@perf-profiler/reporter": "^0.10.0",
9+
"@perf-profiler/types": "^0.9.0"
1010
}
1111
}

examples/e2e/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.1.0-alpha.10](https://github.com/bamlab/flashlight/compare/e2e-example@0.1.0-alpha.9...e2e-example@0.1.0-alpha.10) (2026-04-03)
7+
8+
**Note:** Version bump only for package e2e-example
9+
610
# [0.1.0-alpha.9](https://github.com/bamlab/flashlight/compare/e2e-example@0.1.0-alpha.8...e2e-example@0.1.0-alpha.9) (2024-09-30)
711

812
### Bug Fixes

examples/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "e2e-example",
33
"private": true,
4-
"version": "0.1.0-alpha.9",
4+
"version": "0.1.0-alpha.10",
55
"author": {
66
"name": "Almouro",
77
"email": "alexandrem@bam.tech"
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"@bam.tech/appium-helper": "^0.5.5",
15-
"@perf-profiler/e2e": "*"
15+
"@perf-profiler/e2e": "^0.11.4"
1616
}
1717
}

packages/commands/measure/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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/flashlight/compare/@perf-profiler/measure@0.4.2...@perf-profiler/measure@0.5.0) (2026-04-03)
7+
8+
### Bug Fixes
9+
10+
- stop running Android FPS detection on flashlight start ([#321](https://github.com/bamlab/flashlight/issues/321)) ([4643b9a](https://github.com/bamlab/flashlight/commit/4643b9a004872b4eb6bbca863004a921703c3182))
11+
12+
### Features
13+
14+
- add Support for High-FPS Readings in Flashlight for Devices Over 60 FPS ([#316](https://github.com/bamlab/flashlight/issues/316)) ([ae0bff0](https://github.com/bamlab/flashlight/commit/ae0bff0d929c3134b7c6a432c857254b6b710d2e))
15+
616
## [0.4.2](https://github.com/bamlab/flashlight/compare/@perf-profiler/measure@0.4.1...@perf-profiler/measure@0.4.2) (2024-07-17)
717

818
**Note:** Version bump only for package @perf-profiler/measure

packages/commands/measure/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perf-profiler/measure",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"author": {
55
"name": "Almouro",
66
"email": "alexandrem@bam.tech"
@@ -10,12 +10,12 @@
1010
"perf-profiler-measure": "dist/bin.js"
1111
},
1212
"dependencies": {
13-
"@perf-profiler/e2e": "^0.11.3",
13+
"@perf-profiler/e2e": "^0.11.4",
1414
"@perf-profiler/logger": "^0.3.3",
15-
"@perf-profiler/profiler": "^0.10.11",
16-
"@perf-profiler/reporter": "^0.9.0",
15+
"@perf-profiler/profiler": "^0.10.12",
16+
"@perf-profiler/reporter": "^0.10.0",
1717
"@perf-profiler/shell": "^0.2.1",
18-
"@perf-profiler/types": "^0.8.0",
18+
"@perf-profiler/types": "^0.9.0",
1919
"commander": "^12.0.0",
2020
"cors": "^2.8.5",
2121
"express": "^4.19.2",
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@mui/icons-material": "^5.15.12",
2828
"@mui/material": "^5.15.12",
29-
"@perf-profiler/web-reporter-ui": "^0.16.1",
29+
"@perf-profiler/web-reporter-ui": "^0.17.0",
3030
"@testing-library/react": "^14.2.1",
3131
"@types/express": "^4.17.21",
3232
"@types/supertest": "^6.0.2",

packages/commands/report/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.11.3](https://github.com/bamlab/flashlight/compare/@perf-profiler/web-reporter@0.11.2...@perf-profiler/web-reporter@0.11.3) (2026-04-03)
7+
8+
**Note:** Version bump only for package @perf-profiler/web-reporter
9+
610
## [0.11.2](https://github.com/bamlab/flashlight/compare/@perf-profiler/web-reporter@0.11.1...@perf-profiler/web-reporter@0.11.2) (2024-07-17)
711

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

packages/commands/report/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perf-profiler/web-reporter",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "",
55
"author": {
66
"name": "Almouro",
@@ -13,11 +13,11 @@
1313
"dependencies": {
1414
"@perf-profiler/logger": "^0.3.3",
1515
"@perf-profiler/shell": "^0.2.1",
16-
"@perf-profiler/types": "^0.8.0",
16+
"@perf-profiler/types": "^0.9.0",
1717
"commander": "^12.0.0"
1818
},
1919
"devDependencies": {
20-
"@perf-profiler/web-reporter-ui": "^0.16.1",
20+
"@perf-profiler/web-reporter-ui": "^0.17.0",
2121
"parcel": "^2.12.0",
2222
"react": "18.3.1",
2323
"react-dom": "18.3.1"

packages/commands/test/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.11.4](https://github.com/bamlab/flashlight/compare/@perf-profiler/e2e@0.11.3...@perf-profiler/e2e@0.11.4) (2026-04-03)
7+
8+
### Bug Fixes
9+
10+
- stop running Android FPS detection on flashlight start ([#321](https://github.com/bamlab/flashlight/issues/321)) ([4643b9a](https://github.com/bamlab/flashlight/commit/4643b9a004872b4eb6bbca863004a921703c3182))
11+
612
## [0.11.3](https://github.com/bamlab/flashlight/compare/@perf-profiler/e2e@0.11.2...@perf-profiler/e2e@0.11.3) (2024-07-17)
713

814
**Note:** Version bump only for package @perf-profiler/e2e

packages/commands/test/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perf-profiler/e2e",
3-
"version": "0.11.3",
3+
"version": "0.11.4",
44
"author": {
55
"name": "Almouro",
66
"email": "alexandrem@bam.tech"
@@ -14,11 +14,11 @@
1414
"test": "tsc"
1515
},
1616
"dependencies": {
17-
"@perf-profiler/ios-instruments": "^0.3.3",
17+
"@perf-profiler/ios-instruments": "^0.3.4",
1818
"@perf-profiler/logger": "^0.3.3",
19-
"@perf-profiler/profiler": "^0.10.11",
20-
"@perf-profiler/reporter": "^0.9.0",
21-
"@perf-profiler/types": "^0.8.0",
19+
"@perf-profiler/profiler": "^0.10.12",
20+
"@perf-profiler/reporter": "^0.10.0",
21+
"@perf-profiler/types": "^0.9.0",
2222
"commander": "^12.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)