Skip to content

Commit 3544acf

Browse files
committed
chore: publish
- cli-example@1.0.0-alpha.2 - e2e-example@0.1.0-alpha.8 - @perf-profiler/measure@0.4.2 - @perf-profiler/web-reporter@0.11.2 - @perf-profiler/e2e@0.11.3 - @perf-profiler/tools@0.2.3 - @perf-profiler/android@0.13.0 - @perf-profiler/ios@0.3.3 - @perf-profiler/ios-instruments@0.3.3 - @perf-profiler/profiler@0.10.11 - @perf-profiler/appium-test-cases@0.3.33
1 parent ee9e168 commit 3544acf

File tree

22 files changed

+70
-24
lines changed

22 files changed

+70
-24
lines changed

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

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

examples/cli/package.json

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

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.8](https://github.com/bamlab/flashlight/compare/e2e-example@0.1.0-alpha.7...e2e-example@0.1.0-alpha.8) (2024-07-17)
7+
8+
**Note:** Version bump only for package e2e-example
9+
610
# [0.1.0-alpha.7](https://github.com/bamlab/flashlight/compare/e2e-example@0.1.0-alpha.6...e2e-example@0.1.0-alpha.7) (2024-06-28)
711

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

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.7",
4+
"version": "0.1.0-alpha.8",
55
"author": {
66
"name": "Almouro",
77
"email": "alexandrem@bam.tech"
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"@bam.tech/appium-helper": "^0.5.4",
15-
"@perf-profiler/e2e": "^0.11.2"
15+
"@perf-profiler/e2e": "^0.11.3"
1616
}
1717
}

packages/commands/measure/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.4.2](https://github.com/bamlab/flashlight/compare/@perf-profiler/measure@0.4.1...@perf-profiler/measure@0.4.2) (2024-07-17)
7+
8+
**Note:** Version bump only for package @perf-profiler/measure
9+
610
## [0.4.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/measure@0.4.0...@perf-profiler/measure@0.4.1) (2024-06-28)
711

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

packages/commands/measure/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/measure",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"author": {
55
"name": "Almouro",
66
"email": "alexandrem@bam.tech"
@@ -10,9 +10,9 @@
1010
"perf-profiler-measure": "dist/bin.js"
1111
},
1212
"dependencies": {
13-
"@perf-profiler/e2e": "^0.11.2",
13+
"@perf-profiler/e2e": "^0.11.3",
1414
"@perf-profiler/logger": "^0.3.3",
15-
"@perf-profiler/profiler": "^0.10.10",
15+
"@perf-profiler/profiler": "^0.10.11",
1616
"@perf-profiler/reporter": "^0.9.0",
1717
"@perf-profiler/shell": "^0.2.1",
1818
"@perf-profiler/types": "^0.8.0",

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.2](https://github.com/bamlab/flashlight/compare/@perf-profiler/web-reporter@0.11.1...@perf-profiler/web-reporter@0.11.2) (2024-07-17)
7+
8+
**Note:** Version bump only for package @perf-profiler/web-reporter
9+
610
## [0.11.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/web-reporter@0.11.0...@perf-profiler/web-reporter@0.11.1) (2024-06-28)
711

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

packages/commands/report/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/web-reporter",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "",
55
"author": {
66
"name": "Almouro",

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

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

packages/commands/test/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/e2e",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"author": {
55
"name": "Almouro",
66
"email": "alexandrem@bam.tech"
@@ -14,9 +14,9 @@
1414
"test": "tsc"
1515
},
1616
"dependencies": {
17-
"@perf-profiler/ios-instruments": "^0.3.2",
17+
"@perf-profiler/ios-instruments": "^0.3.3",
1818
"@perf-profiler/logger": "^0.3.3",
19-
"@perf-profiler/profiler": "^0.10.10",
19+
"@perf-profiler/profiler": "^0.10.11",
2020
"@perf-profiler/reporter": "^0.9.0",
2121
"@perf-profiler/types": "^0.8.0",
2222
"commander": "^12.0.0"

0 commit comments

Comments
 (0)