Skip to content

Commit 410e8ce

Browse files
committed
chore: publish
- [email protected] - [email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @bam.tech/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @flashlight/[email protected]
1 parent b97c379 commit 410e8ce

File tree

38 files changed

+207
-66
lines changed

38 files changed

+207
-66
lines changed

examples/cli/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0-alpha.0 (2024-06-04)
7+
8+
### Bug Fixes
9+
10+
- **profiler:** improve accuracy of CPU measures ([#140](https://github.com/bamlab/flashlight/issues/140)) ([5038cb7](https://github.com/bamlab/flashlight/commit/5038cb7704a551ca70ab67e1726bb6321d7f63b1))
11+
- **profiler:** improve timings accuracy ([#84](https://github.com/bamlab/flashlight/issues/84)) ([1908689](https://github.com/bamlab/flashlight/commit/19086891b618382dd290431e63cf72059a729133))
12+
13+
### Features
14+
15+
- add --record options to have videos in report ([#86](https://github.com/bamlab/flashlight/issues/86)) ([2094d38](https://github.com/bamlab/flashlight/commit/2094d38845a8e96696fea94e91a91cc9f174931d))
16+
- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/flashlight/issues/205)) ([0e99a27](https://github.com/bamlab/flashlight/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c))
17+
18+
### BREAKING CHANGES
19+
20+
- **profiler:** if using a custom script, pollPerformanceMeasures will now take `{ onMeasure: (Measure) => void }` as second parameter

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": "0.1.0-alpha.5",
4+
"version": "1.0.0-alpha.0",
55
"main": "dist/index.js",
66
"dependencies": {
7-
"@perf-profiler/reporter": "*",
8-
"@perf-profiler/profiler": "*",
9-
"@perf-profiler/types": "*"
7+
"@perf-profiler/profiler": "^0.10.9",
8+
"@perf-profiler/reporter": "^0.8.1",
9+
"@perf-profiler/types": "^0.8.0"
1010
}
1111
}

examples/e2e/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0-alpha.6 (2024-06-04)
7+
8+
### Features
9+
10+
- add --record options to have videos in report ([#86](https://github.com/bamlab/flashlight/issues/86)) ([2094d38](https://github.com/bamlab/flashlight/commit/2094d38845a8e96696fea94e91a91cc9f174931d))
11+
- **e2e:** add support for maestro and other e2e frameworks ([0c47a99](https://github.com/bamlab/flashlight/commit/0c47a994491bcdb93eed74aa18c016388dcc8687))
12+
- **test:** add record bitRate and size option ([#97](https://github.com/bamlab/flashlight/issues/97)) ([364f58a](https://github.com/bamlab/flashlight/commit/364f58a973ad336e1e810b6c6b83c48c709c6ead))

examples/e2e/package.json

Lines changed: 3 additions & 3 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.5",
4+
"version": "0.1.0-alpha.6",
55
"author": {
66
"name": "Almouro",
77
"email": "[email protected]"
@@ -11,7 +11,7 @@
1111
"test": "tsc && yarn test:e2e"
1212
},
1313
"dependencies": {
14-
"@bam.tech/appium-helper": "*",
15-
"@perf-profiler/e2e": "*"
14+
"@bam.tech/appium-helper": "^0.5.4",
15+
"@perf-profiler/e2e": "^0.11.1"
1616
}
1717
}

packages/commands/measure/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)
7+
8+
### Bug Fixes
9+
10+
- **cli:** improve cli performance a little bit ([#269](https://github.com/bamlab/flashlight/issues/269)) ([f646064](https://github.com/bamlab/flashlight/commit/f646064f58fbde5cb028628dab8ac1d4e96bc2e2))
11+
- **deps:** update material-ui monorepo to v5.15.13 ([#242](https://github.com/bamlab/flashlight/issues/242)) ([cb4f91f](https://github.com/bamlab/flashlight/commit/cb4f91f9c38126dd4e887a54fac22f61e8d8f53a))
12+
- **deps:** update react monorepo to v18 ([#215](https://github.com/bamlab/flashlight/issues/215)) ([d84fe11](https://github.com/bamlab/flashlight/commit/d84fe11944c58aac1ab69d55519f1b3b69c65ad0))
13+
- **report:** remove video annotation if no videos ([#235](https://github.com/bamlab/flashlight/issues/235)) ([93c3b99](https://github.com/bamlab/flashlight/commit/93c3b99c3d671e99d1f24c8fcfe75514fb3dbace))
14+
15+
### Features
16+
17+
- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/flashlight/issues/205)) ([0e99a27](https://github.com/bamlab/flashlight/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c))
18+
619
# [0.3.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01)
720

821
### Bug Fixes

packages/commands/measure/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perf-profiler/measure",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"author": {
55
"name": "Almouro",
66
"email": "[email protected]"
@@ -10,12 +10,12 @@
1010
"perf-profiler-measure": "dist/bin.js"
1111
},
1212
"dependencies": {
13-
"@perf-profiler/e2e": "^0.11.0",
14-
"@perf-profiler/logger": "^0.3.2",
15-
"@perf-profiler/profiler": "^0.10.8",
16-
"@perf-profiler/reporter": "^0.8.0",
17-
"@perf-profiler/shell": "^0.2.0",
18-
"@perf-profiler/types": "^0.7.0",
13+
"@perf-profiler/e2e": "^0.11.1",
14+
"@perf-profiler/logger": "^0.3.3",
15+
"@perf-profiler/profiler": "^0.10.9",
16+
"@perf-profiler/reporter": "^0.8.1",
17+
"@perf-profiler/shell": "^0.2.1",
18+
"@perf-profiler/types": "^0.8.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.15.0",
29+
"@perf-profiler/web-reporter-ui": "^0.16.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: 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.11.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update react monorepo to v18 ([#215](https://github.com/bamlab/flashlight/issues/215)) ([d84fe11](https://github.com/bamlab/flashlight/commit/d84fe11944c58aac1ab69d55519f1b3b69c65ad0))
11+
12+
### Features
13+
14+
- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/flashlight/issues/205)) ([0e99a27](https://github.com/bamlab/flashlight/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c))
15+
616
## [0.10.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01)
717

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

packages/commands/report/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/web-reporter",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"description": "",
55
"author": {
66
"name": "Almouro",
@@ -11,13 +11,13 @@
1111
},
1212
"license": "MIT",
1313
"dependencies": {
14-
"@perf-profiler/logger": "^0.3.2",
15-
"@perf-profiler/shell": "^0.2.0",
16-
"@perf-profiler/types": "^0.7.0",
14+
"@perf-profiler/logger": "^0.3.3",
15+
"@perf-profiler/shell": "^0.2.1",
16+
"@perf-profiler/types": "^0.8.0",
1717
"commander": "^12.0.0"
1818
},
1919
"devDependencies": {
20-
"@perf-profiler/web-reporter-ui": "^0.15.0",
20+
"@perf-profiler/web-reporter-ui": "^0.16.0",
2121
"parcel": "^2.12.0",
2222
"react": "18.2.0",
2323
"react-dom": "18.2.0"

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.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)
7+
8+
### Bug Fixes
9+
10+
- **profiler:** improve performance ([#280](https://github.com/bamlab/flashlight/issues/280)) ([512a994](https://github.com/bamlab/flashlight/commit/512a994dab8d6a5a0695670569c0d775eae85388))
11+
612
# [0.11.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01)
713

814
### Bug Fixes
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perf-profiler/e2e",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"author": {
55
"name": "Almouro",
66
"email": "[email protected]"
@@ -14,11 +14,11 @@
1414
"test": "tsc"
1515
},
1616
"dependencies": {
17-
"@perf-profiler/ios-instruments": "^0.3.0",
18-
"@perf-profiler/logger": "^0.3.2",
19-
"@perf-profiler/profiler": "^0.10.8",
20-
"@perf-profiler/reporter": "^0.8.0",
21-
"@perf-profiler/types": "^0.7.0",
17+
"@perf-profiler/ios-instruments": "^0.3.1",
18+
"@perf-profiler/logger": "^0.3.3",
19+
"@perf-profiler/profiler": "^0.10.9",
20+
"@perf-profiler/reporter": "^0.8.1",
21+
"@perf-profiler/types": "^0.8.0",
2222
"commander": "^12.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)