Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @perf-profiler/profiler@0.10.7
 - @perf-profiler/appium-test-cases@0.3.29
 - @perf-profiler/aws-device-farm@0.9.5
 - @perf-profiler/e2e@0.10.7
 - flashlight-ios-poc@0.2.0
 - @perf-profiler/measure@0.2.7
 - @perf-profiler/reporter@0.7.0
 - @perf-profiler/types@0.6.0
 - @perf-profiler/web-reporter@0.10.0
 - @perf-profiler/web-reporter-ui@0.14.0
  • Loading branch information
Almouro committed Sep 14, 2023
1 parent ff1a02c commit d406d87
Show file tree
Hide file tree
Showing 20 changed files with 92 additions and 32 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.10.7](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/profiler@0.10.6...@perf-profiler/profiler@0.10.7) (2023-09-14)

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

## [0.10.6](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/profiler@0.10.5...@perf-profiler/profiler@0.10.6) (2023-08-18)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.10.6",
"version": "0.10.7",
"description": "",
"main": "dist/src/index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"@perf-profiler/logger": "^0.3.1",
"@perf-profiler/types": "^0.5.3",
"@perf-profiler/types": "^0.6.0",
"commander": "^9.4.0",
"lodash": "^4.17.21"
}
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.29](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/appium-test-cases@0.3.28...@perf-profiler/appium-test-cases@0.3.29) (2023-09-14)

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

## [0.3.28](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/appium-test-cases@0.3.27...@perf-profiler/appium-test-cases@0.3.28) (2023-08-18)

**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.28",
"version": "0.3.29",
"main": "dist/index.js",
"dependencies": {
"@bam.tech/appium-helper": "^0.5.2",
"@perf-profiler/e2e": "^0.10.6",
"@perf-profiler/reporter": "^0.6.4",
"@perf-profiler/types": "^0.5.3"
"@perf-profiler/e2e": "^0.10.7",
"@perf-profiler/reporter": "^0.7.0",
"@perf-profiler/types": "^0.6.0"
}
}
4 changes: 4 additions & 0 deletions packages/aws-device-farm/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.9.5](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/aws-device-farm@0.9.4...@perf-profiler/aws-device-farm@0.9.5) (2023-09-14)

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

## [0.9.4](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/aws-device-farm@0.9.3...@perf-profiler/aws-device-farm@0.9.4) (2023-08-18)

**Note:** Version bump only for package @perf-profiler/aws-device-farm
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-device-farm/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@perf-profiler/aws-device-farm",
"version": "0.9.4",
"version": "0.9.5",
"main": "dist/index.js",
"bin": {
"aws-device-farm-run-test": "dist/bin.js"
},
"dependencies": {
"@aws-sdk/client-device-farm": "^3.154.0",
"@perf-profiler/logger": "^0.3.1",
"@perf-profiler/types": "^0.5.3",
"@perf-profiler/types": "^0.6.0",
"adm-zip": "^0.5.9",
"axios": "^1.1.3",
"commander": "^9.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/e2e-performance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.7](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/e2e@0.10.6...@perf-profiler/e2e@0.10.7) (2023-09-14)

### Bug Fixes

- **report:** fix iteration switching in failed report view ([#152](https://github.com/bamlab/android-performance-profiler/issues/152)) ([ff1a02c](https://github.com/bamlab/android-performance-profiler/commit/ff1a02cec3c63de7968a1f4c9597f7a9bcf59f68))

## [0.10.6](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/e2e@0.10.5...@perf-profiler/e2e@0.10.6) (2023-08-18)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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.10.6",
"version": "0.10.7",
"author": {
"name": "Almouro",
"email": "alexandrem@bam.tech"
Expand All @@ -15,9 +15,9 @@
},
"dependencies": {
"@perf-profiler/logger": "^0.3.1",
"@perf-profiler/profiler": "^0.10.6",
"@perf-profiler/reporter": "^0.6.4",
"@perf-profiler/types": "^0.5.3",
"@perf-profiler/profiler": "^0.10.7",
"@perf-profiler/reporter": "^0.7.0",
"@perf-profiler/types": "^0.6.0",
"commander": "^9.4.0"
}
}
11 changes: 11 additions & 0 deletions packages/ios-poc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

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

# 0.2.0 (2023-09-14)

### Features

- **ios:** add iOS POC ([#139](https://github.com/bamlab/android-performance-profiler/issues/139)) ([ccb4c92](https://github.com/bamlab/android-performance-profiler/commit/ccb4c9249e6a6fd559bd458baa3b6d62da2fb0d6))
- **ios:** have cpu usage per thread ios ([#150](https://github.com/bamlab/android-performance-profiler/issues/150)) ([ef2636c](https://github.com/bamlab/android-performance-profiler/commit/ef2636c8962efa2c2def0f7a5bb6d48969684238))
9 changes: 4 additions & 5 deletions packages/ios-poc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flashlight-ios-poc",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"bin": {
"flashlight-ios-poc": "./dist/launchIOS.js"
Expand All @@ -13,10 +13,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"@perf-profiler/types": "^0.5.2",
"@perf-profiler/profiler": "^0.10.2",
"@perf-profiler/profiler": "^0.10.7",
"@perf-profiler/types": "^0.6.0",
"commander": "^9.4.0",
"fast-xml-parser": "^4.2.7"
},
"devDependencies": {}
}
}
4 changes: 4 additions & 0 deletions packages/measure/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.7](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/measure@0.2.6...@perf-profiler/measure@0.2.7) (2023-09-14)

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

## [0.2.6](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/measure@0.2.5...@perf-profiler/measure@0.2.6) (2023-08-18)

**Note:** Version bump only for package @perf-profiler/measure
Expand Down
12 changes: 6 additions & 6 deletions packages/measure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/measure",
"version": "0.2.6",
"version": "0.2.7",
"author": {
"name": "Almouro",
"email": "alexandrem@bam.tech"
Expand All @@ -10,12 +10,12 @@
"perf-profiler-measure": "dist/bin.js"
},
"dependencies": {
"@perf-profiler/e2e": "^0.10.6",
"@perf-profiler/e2e": "^0.10.7",
"@perf-profiler/logger": "^0.3.1",
"@perf-profiler/profiler": "^0.10.6",
"@perf-profiler/reporter": "^0.6.4",
"@perf-profiler/profiler": "^0.10.7",
"@perf-profiler/reporter": "^0.7.0",
"@perf-profiler/shell": "^0.1.1",
"@perf-profiler/types": "^0.5.3",
"@perf-profiler/types": "^0.6.0",
"commander": "^9.4.0",
"cors": "^2.8.5",
"express": "^4.18.2",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"@perf-profiler/web-reporter-ui": "^0.13.3",
"@perf-profiler/web-reporter-ui": "^0.14.0",
"@testing-library/react": "^12.1.1",
"@types/express": "^4.17.17",
"ink-testing-library": "^2.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/reporter@0.6.4...@perf-profiler/reporter@0.7.0) (2023-09-14)

### Features

- **ios:** have cpu usage per thread ios ([#150](https://github.com/bamlab/android-performance-profiler/issues/150)) ([ef2636c](https://github.com/bamlab/android-performance-profiler/commit/ef2636c8962efa2c2def0f7a5bb6d48969684238))

## [0.6.4](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/reporter@0.6.3...@perf-profiler/reporter@0.6.4) (2023-08-18)

**Note:** Version bump only for package @perf-profiler/reporter
Expand Down
4 changes: 2 additions & 2 deletions packages/reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/reporter",
"version": "0.6.4",
"version": "0.7.0",
"description": "",
"main": "dist/src/index.js",
"repository": {
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@perf-profiler/types": "^0.5.3",
"@perf-profiler/types": "^0.6.0",
"lodash": "^4.17.21"
}
}
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/types@0.5.3...@perf-profiler/types@0.6.0) (2023-09-14)

### Features

- **ios:** have cpu usage per thread ios ([#150](https://github.com/bamlab/android-performance-profiler/issues/150)) ([ef2636c](https://github.com/bamlab/android-performance-profiler/commit/ef2636c8962efa2c2def0f7a5bb6d48969684238))

## [0.5.3](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/types@0.5.2...@perf-profiler/types@0.5.3) (2023-08-18)

**Note:** Version bump only for package @perf-profiler/types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@perf-profiler/types",
"main": "dist/index.js",
"version": "0.5.3"
"version": "0.6.0"
}
10 changes: 10 additions & 0 deletions packages/web-reporter-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/web-reporter-ui@0.13.3...@perf-profiler/web-reporter-ui@0.14.0) (2023-09-14)

### Bug Fixes

- **report:** fix iteration switching in failed report view ([#152](https://github.com/bamlab/android-performance-profiler/issues/152)) ([ff1a02c](https://github.com/bamlab/android-performance-profiler/commit/ff1a02cec3c63de7968a1f4c9597f7a9bcf59f68))

### Features

- **ios:** have cpu usage per thread ios ([#150](https://github.com/bamlab/android-performance-profiler/issues/150)) ([ef2636c](https://github.com/bamlab/android-performance-profiler/commit/ef2636c8962efa2c2def0f7a5bb6d48969684238))

## [0.13.3](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/web-reporter-ui@0.13.2...@perf-profiler/web-reporter-ui@0.13.3) (2023-08-18)

**Note:** Version bump only for package @perf-profiler/web-reporter-ui
Expand Down
6 changes: 3 additions & 3 deletions packages/web-reporter-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@perf-profiler/web-reporter-ui",
"version": "0.13.3",
"version": "0.14.0",
"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.6.4",
"@perf-profiler/types": "^0.5.3",
"@perf-profiler/reporter": "^0.7.0",
"@perf-profiler/types": "^0.6.0",
"apexcharts": "3.33.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/web-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/web-reporter@0.9.3...@perf-profiler/web-reporter@0.10.0) (2023-09-14)

### Features

- **ios:** have cpu usage per thread ios ([#150](https://github.com/bamlab/android-performance-profiler/issues/150)) ([ef2636c](https://github.com/bamlab/android-performance-profiler/commit/ef2636c8962efa2c2def0f7a5bb6d48969684238))

## [0.9.3](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/web-reporter@0.9.2...@perf-profiler/web-reporter@0.9.3) (2023-08-18)

**Note:** Version bump only for package @perf-profiler/web-reporter
Expand Down
6 changes: 3 additions & 3 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.9.3",
"version": "0.10.0",
"description": "",
"author": {
"name": "Almouro",
Expand All @@ -13,11 +13,11 @@
"dependencies": {
"@perf-profiler/logger": "^0.3.1",
"@perf-profiler/shell": "^0.1.1",
"@perf-profiler/types": "^0.5.3",
"@perf-profiler/types": "^0.6.0",
"commander": "^9.4.0"
},
"devDependencies": {
"@perf-profiler/web-reporter-ui": "^0.13.3",
"@perf-profiler/web-reporter-ui": "^0.14.0",
"parcel": "^2.7.0",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down

0 comments on commit d406d87

Please sign in to comment.