Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @perf-profiler/[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]
 - @perf-profiler/[email protected]
 - @perf-profiler/[email protected]
  • Loading branch information
Almouro committed Jul 31, 2023
1 parent 5038cb7 commit 700fc44
Show file tree
Hide file tree
Showing 18 changed files with 85 additions and 27 deletions.
6 changes: 6 additions & 0 deletions packages/android-performance-profiler/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.3](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-31)

### Bug Fixes

- **profiler:** improve accuracy of CPU measures ([#140](https://github.com/bamlab/android-performance-profiler/issues/140)) ([5038cb7](https://github.com/bamlab/android-performance-profiler/commit/5038cb7704a551ca70ab67e1726bb6321d7f63b1))

## [0.10.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-12)

### 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.2",
"version": "0.10.3",
"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.4.0",
"@perf-profiler/types": "^0.5.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.25](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-31)

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

## [0.3.24](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-12)

**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.24",
"version": "0.3.25",
"main": "dist/index.js",
"dependencies": {
"@bam.tech/appium-helper": "^0.5.2",
"@perf-profiler/e2e": "^0.10.2",
"@perf-profiler/reporter": "^0.6.0",
"@perf-profiler/types": "^0.4.0"
"@perf-profiler/e2e": "^0.10.3",
"@perf-profiler/reporter": "^0.6.1",
"@perf-profiler/types": "^0.5.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.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-31)

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

# [0.9.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-06-28)

### Features
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.0",
"version": "0.9.1",
"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.4.0",
"@perf-profiler/types": "^0.5.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.3](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-31)

### Bug Fixes

- **profiler:** improve accuracy of CPU measures ([#140](https://github.com/bamlab/android-performance-profiler/issues/140)) ([5038cb7](https://github.com/bamlab/android-performance-profiler/commit/5038cb7704a551ca70ab67e1726bb6321d7f63b1))

## [0.10.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-12)

**Note:** Version bump only for package @perf-profiler/e2e
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.2",
"version": "0.10.3",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -15,9 +15,9 @@
},
"dependencies": {
"@perf-profiler/logger": "^0.3.1",
"@perf-profiler/profiler": "^0.10.2",
"@perf-profiler/reporter": "^0.6.0",
"@perf-profiler/types": "^0.4.0",
"@perf-profiler/profiler": "^0.10.3",
"@perf-profiler/reporter": "^0.6.1",
"@perf-profiler/types": "^0.5.0",
"commander": "^9.4.0"
}
}
6 changes: 6 additions & 0 deletions packages/measure/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.2.3](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-31)

### Bug Fixes

- **profiler:** improve accuracy of CPU measures ([#140](https://github.com/bamlab/android-performance-profiler/issues/140)) ([5038cb7](https://github.com/bamlab/android-performance-profiler/commit/5038cb7704a551ca70ab67e1726bb6321d7f63b1))

## [0.2.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-12)

**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.2",
"version": "0.2.3",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -10,12 +10,12 @@
"perf-profiler-measure": "dist/bin.js"
},
"dependencies": {
"@perf-profiler/e2e": "^0.10.2",
"@perf-profiler/e2e": "^0.10.3",
"@perf-profiler/logger": "^0.3.1",
"@perf-profiler/profiler": "^0.10.2",
"@perf-profiler/reporter": "^0.6.0",
"@perf-profiler/profiler": "^0.10.3",
"@perf-profiler/reporter": "^0.6.1",
"@perf-profiler/shell": "^0.1.1",
"@perf-profiler/types": "^0.4.0",
"@perf-profiler/types": "^0.5.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.12.0",
"@perf-profiler/web-reporter-ui": "^0.13.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.6.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-31)

### Bug Fixes

- **profiler:** improve accuracy of CPU measures ([#140](https://github.com/bamlab/android-performance-profiler/issues/140)) ([5038cb7](https://github.com/bamlab/android-performance-profiler/commit/5038cb7704a551ca70ab67e1726bb6321d7f63b1))

# [0.6.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-06-28)

### Features
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.0",
"version": "0.6.1",
"description": "",
"main": "dist/src/index.js",
"repository": {
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@perf-profiler/types": "^0.4.0",
"@perf-profiler/types": "^0.5.0",
"lodash": "^4.17.21"
}
}
10 changes: 10 additions & 0 deletions packages/types/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.5.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-31)

### Bug Fixes

- **profiler:** improve accuracy of CPU measures ([#140](https://github.com/bamlab/android-performance-profiler/issues/140)) ([5038cb7](https://github.com/bamlab/android-performance-profiler/commit/5038cb7704a551ca70ab67e1726bb6321d7f63b1))

### 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))

# [0.4.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-06-28)

### Features
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.4.0"
"version": "0.5.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.13.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-31)

### Bug Fixes

- **profiler:** improve accuracy of CPU measures ([#140](https://github.com/bamlab/android-performance-profiler/issues/140)) ([5038cb7](https://github.com/bamlab/android-performance-profiler/commit/5038cb7704a551ca70ab67e1726bb6321d7f63b1))

### 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))

# [0.12.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-12)

### Features
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.12.0",
"version": "0.13.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.0",
"@perf-profiler/types": "^0.4.0",
"@perf-profiler/reporter": "^0.6.1",
"@perf-profiler/types": "^0.5.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.9.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-31)

### 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))

## [0.8.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-07-12)

**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.8.1",
"version": "0.9.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.4.0",
"@perf-profiler/types": "^0.5.0",
"commander": "^9.4.0"
},
"devDependencies": {
"@perf-profiler/web-reporter-ui": "^0.12.0",
"@perf-profiler/web-reporter-ui": "^0.13.0",
"parcel": "^2.7.0",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down

0 comments on commit 700fc44

Please sign in to comment.