Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @perf-profiler/[email protected]
 - @bam.tech/[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]
  • Loading branch information
Almouro committed Oct 13, 2022
1 parent 4323acd commit e2760b7
Show file tree
Hide file tree
Showing 16 changed files with 83 additions and 15 deletions.
4 changes: 4 additions & 0 deletions packages/android-performance-profiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-10-13)

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

## [0.3.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-09-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/android-performance-profiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/profiler",
"version": "0.3.1",
"version": "0.3.2",
"description": "",
"main": "dist/src/index.js",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/appium-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/bamlab/android-performance-profiler/compare/@bam.tech/[email protected][email protected]/[email protected]) (2022-10-13)

### Bug Fixes

- **appium:** improve accuracy of byText finder ([d255f7c](https://github.com/bamlab/android-performance-profiler/commit/d255f7c82a16d6fea1a49a1bd1fc2bbb023be833))

### Features

- **appium:** add clearData command ([ad4e439](https://github.com/bamlab/android-performance-profiler/commit/ad4e4392e817fbd7656dd6e2aefefa8f2dc28944))
- **appium:** add xpath finders ([f5cab28](https://github.com/bamlab/android-performance-profiler/commit/f5cab2884e681ce57a5d14982e58a4940b0c894f))

# [0.4.0](https://github.com/bamlab/android-performance-profiler/compare/@bam.tech/[email protected][email protected]/[email protected]) (2022-09-27)

### Features
Expand Down
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.4.0",
"version": "0.5.0",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand Down
4 changes: 4 additions & 0 deletions packages/appium-test-cases/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.4](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-10-13)

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

## [0.3.3](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-09-27)

**Note:** Version bump only for package @perf-profiler/appium-test-cases
Expand Down
8 changes: 4 additions & 4 deletions packages/appium-test-cases/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@perf-profiler/appium-test-cases",
"version": "0.3.3",
"version": "0.3.4",
"main": "dist/index.js",
"dependencies": {
"@bam.tech/appium-helper": "^0.4.0",
"@perf-profiler/e2e": "^0.3.1",
"@perf-profiler/reporter": "^0.2.0",
"@bam.tech/appium-helper": "^0.5.0",
"@perf-profiler/e2e": "^0.3.2",
"@perf-profiler/reporter": "^0.3.0",
"@perf-profiler/types": "^0.2.0"
}
}
7 changes: 7 additions & 0 deletions packages/aws-device-farm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-10-13)

### Features

- **aws:** add simplified usage ([865435e](https://github.com/bamlab/android-performance-profiler/commit/865435e35540a108a4af9c47e124b25819f05df2))
- **aws:** add uploadApk command ([2fb058b](https://github.com/bamlab/android-performance-profiler/commit/2fb058bd204526f48e63b7a25211309228b8740e))

# 0.3.0 (2022-09-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-device-farm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/aws-device-farm",
"version": "0.3.0",
"version": "0.4.0",
"main": "dist/index.js",
"bin": {
"aws-device-farm-run-test": "dist/index.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/e2e-performance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-10-13)

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

## [0.3.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-09-27)

**Note:** Version bump only for package @perf-profiler/e2e
Expand Down
6 changes: 3 additions & 3 deletions packages/e2e-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/e2e",
"version": "0.3.1",
"version": "0.3.2",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -12,8 +12,8 @@
},
"dependencies": {
"@perf-profiler/logger": "^0.2.0",
"@perf-profiler/profiler": "^0.3.1",
"@perf-profiler/reporter": "^0.2.0",
"@perf-profiler/profiler": "^0.3.2",
"@perf-profiler/reporter": "^0.3.0",
"@perf-profiler/types": "^0.2.0"
}
}
30 changes: 30 additions & 0 deletions packages/reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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-10-13)

# 0.2.0 (2022-09-07)

# 0.1.0 (2022-08-30)

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

# 0.1.0-alpha.6 (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)

### Features

- add FPS poc ([6fe3398](https://github.com/bamlab/android-performance-profiler/commit/6fe33981db9cfd45bae8d9db7973cff7286d394c))
- add score POC ([41ddaa5](https://github.com/bamlab/android-performance-profiler/commit/41ddaa5d9c4f8fb3dfd7b14315b4c9218e267196))
- average iterations in report ([b421dc8](https://github.com/bamlab/android-performance-profiler/commit/b421dc8b0fe4a937988906c947d648f1ecae2c69))
- display average ram usage ([8dbdcb0](https://github.com/bamlab/android-performance-profiler/commit/8dbdcb0189fb3202a21f65043ffce93a4e37da93))
- **reporter:** display time ([67e0271](https://github.com/bamlab/android-performance-profiler/commit/67e0271870ba1d04e289e486794e1389b4f86c7b))
2 changes: 1 addition & 1 deletion packages/reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/reporter",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"main": "dist/src/index.js",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/web-reporter-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-10-13)

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

## 0.2.1 (2022-09-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/web-reporter-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@perf-profiler/web-reporter-ui",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist/index.js",
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"@mui/utils": "^5.4.4",
"@perf-profiler/reporter": "^0.2.0",
"@perf-profiler/reporter": "^0.3.0",
"@perf-profiler/types": "^0.2.0",
"apexcharts": "3.33.0",
"lodash": "^4.17.21",
Expand Down
4 changes: 4 additions & 0 deletions packages/web-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.3](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-10-13)

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

## [0.2.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-09-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/web-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/web-reporter",
"version": "0.2.2",
"version": "0.2.3",
"description": "",
"author": {
"name": "Almouro",
Expand All @@ -16,7 +16,7 @@
},
"devDependencies": {
"@perf-profiler/types": "^0.2.0",
"@perf-profiler/web-reporter-ui": "^0.2.1",
"@perf-profiler/web-reporter-ui": "^0.2.2",
"parcel": "^2.7.0",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down

0 comments on commit e2760b7

Please sign in to comment.