Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @bam.tech/[email protected]
 - @perf-profiler/[email protected]
  • Loading branch information
Almouro committed Sep 9, 2022
1 parent b021b15 commit 8c0bb88
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 3 deletions.
80 changes: 80 additions & 0 deletions packages/appium-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.3.0 (2022-09-09)


### Features

* **appium:** add hostname support ([d2a540b](https://github.com/bamlab/android-performance-profiler/commit/d2a540b3d4946bec714254cf5d5fd0beab90013e))



# 0.2.0 (2022-09-07)



# 0.1.0 (2022-08-30)



# 0.1.0-alpha.9 (2022-08-29)


### Bug Fixes

* stop including appium as dependency as it is large ([4983dda](https://github.com/bamlab/android-performance-profiler/commit/4983ddadd13f6ad80343c784121fe2c1e878e499))



# 0.1.0-alpha.8 (2022-08-27)



# 0.1.0-alpha.7 (2022-08-12)


### Features

* **flipper:** prepare new version ([#9](https://github.com/bamlab/android-performance-profiler/issues/9)) ([4d97516](https://github.com/bamlab/android-performance-profiler/commit/4d97516f9a0b8f1715c0b22c1bdab70fb32cc527))



# 0.1.0-alpha.6 (2022-08-12)


### Features

* **appium:** add scroll gestures ([#8](https://github.com/bamlab/android-performance-profiler/issues/8)) ([a00ab41](https://github.com/bamlab/android-performance-profiler/commit/a00ab4186d82e086aec0819a246c32abd0d4f946))



# 0.1.0-alpha.5 (2022-08-12)



# 0.1.0-alpha.4 (2022-08-08)


### Features

* add ability to pass custom score calculation ([#6](https://github.com/bamlab/android-performance-profiler/issues/6)) ([4011ee5](https://github.com/bamlab/android-performance-profiler/commit/4011ee59dfd1b51530974cfaea6a60873e5699fc))



# 0.1.0-alpha.3 (2022-08-04)


### Bug Fixes

* **appium:** improve findElementById ([1715788](https://github.com/bamlab/android-performance-profiler/commit/1715788ee3fa7985393c2b0e6aeff67f873a9033))
* fix missing dist ([a7ce663](https://github.com/bamlab/android-performance-profiler/commit/a7ce6632be3aec5eadec483321b30c728ff68876))


### Features

* add FPS poc ([6fe3398](https://github.com/bamlab/android-performance-profiler/commit/6fe33981db9cfd45bae8d9db7973cff7286d394c))
* **appium:** improve hybrid API ([777d461](https://github.com/bamlab/android-performance-profiler/commit/777d46118ba3c69439be4d984682694cfdad4575))
* **e2e:** add duration option to test cases ([7b8a0ea](https://github.com/bamlab/android-performance-profiler/commit/7b8a0ea3a36dc6922be7c26cff78345a10eeb0cf))
2 changes: 1 addition & 1 deletion packages/appium-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bam.tech/appium-helper",
"version": "0.2.0",
"version": "0.3.0",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand Down
43 changes: 43 additions & 0 deletions packages/appium-test-cases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.3.0 (2022-09-09)



# 0.2.0 (2022-09-07)



# 0.1.0 (2022-08-30)



# 0.1.0-alpha.9 (2022-08-29)



# 0.1.0-alpha.8 (2022-08-27)



# 0.1.0-alpha.7 (2022-08-12)



# 0.1.0-alpha.6 (2022-08-12)



# 0.1.0-alpha.5 (2022-08-12)



# 0.1.0-alpha.4 (2022-08-08)


### Features

* add ability to pass custom score calculation ([#6](https://github.com/bamlab/android-performance-profiler/issues/6)) ([4011ee5](https://github.com/bamlab/android-performance-profiler/commit/4011ee59dfd1b51530974cfaea6a60873e5699fc))
4 changes: 2 additions & 2 deletions packages/appium-test-cases/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@perf-profiler/appium-test-cases",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/index.js",
"dependencies": {
"@bam.tech/appium-helper": "^0.2.0",
"@bam.tech/appium-helper": "^0.3.0",
"@perf-profiler/e2e": "^0.2.0",
"@perf-profiler/reporter": "^0.2.0",
"@perf-profiler/types": "^0.2.0"
Expand Down

0 comments on commit 8c0bb88

Please sign in to comment.