Skip to content

Commit c530f7f

Browse files
committed
chore: publish
- [email protected] - @bam.tech/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected]
1 parent bba3ca2 commit c530f7f

File tree

8 files changed

+26
-6
lines changed

8 files changed

+26
-6
lines changed

examples/e2e/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.1.0-alpha.9](https://github.com/bamlab/flashlight/compare/[email protected]@0.1.0-alpha.9) (2024-09-30)
7+
8+
### Bug Fixes
9+
10+
- **appium:** update client and CI to appium v2 ([#318](https://github.com/bamlab/flashlight/issues/318)) ([bba3ca2](https://github.com/bamlab/flashlight/commit/bba3ca297d2fc85c916a2036d4cbc70d7a02af4e))
11+
612
# [0.1.0-alpha.8](https://github.com/bamlab/flashlight/compare/[email protected]@0.1.0-alpha.8) (2024-07-17)
713

814
**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.8",
4+
"version": "0.1.0-alpha.9",
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": "*",
14+
"@bam.tech/appium-helper": "^0.5.5",
1515
"@perf-profiler/e2e": "*"
1616
}
1717
}

packages/plugins/appium-helper/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.5](https://github.com/bamlab/flashlight/compare/@bam.tech/[email protected][email protected]/[email protected]) (2024-09-30)
7+
8+
**Note:** Version bump only for package @bam.tech/appium-helper
9+
610
## [0.5.4](https://github.com/bamlab/flashlight/compare/@bam.tech/[email protected][email protected]/[email protected]) (2024-06-04)
711

812
**Note:** Version bump only for package @bam.tech/appium-helper

packages/plugins/appium-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bam.tech/appium-helper",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"author": {
55
"name": "Almouro",
66
"email": "[email protected]"

packages/plugins/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.34](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-09-30)
7+
8+
**Note:** Version bump only for package @perf-profiler/appium-test-cases
9+
610
## [0.3.33](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-07-17)
711

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

packages/plugins/appium-test-cases/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@perf-profiler/appium-test-cases",
3-
"version": "0.3.33",
3+
"version": "0.3.34",
44
"main": "dist/index.js",
55
"dependencies": {
6-
"@bam.tech/appium-helper": "^0.5.4",
6+
"@bam.tech/appium-helper": "^0.5.5",
77
"@perf-profiler/e2e": "^0.11.3",
88
"@perf-profiler/reporter": "^0.9.0",
99
"@perf-profiler/types": "^0.8.0"

packages/plugins/aws-device-farm/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.10.2](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-09-30)
7+
8+
### Bug Fixes
9+
10+
- **appium:** update client and CI to appium v2 ([#318](https://github.com/bamlab/flashlight/issues/318)) ([bba3ca2](https://github.com/bamlab/flashlight/commit/bba3ca297d2fc85c916a2036d4cbc70d7a02af4e))
11+
612
## [0.10.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)
713

814
**Note:** Version bump only for package @perf-profiler/aws-device-farm

packages/plugins/aws-device-farm/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/aws-device-farm",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"main": "dist/index.js",
55
"bin": {
66
"aws-device-farm-run-test": "dist/bin.js"

0 commit comments

Comments
 (0)