Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - [email protected]
 - [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]
 - @perf-profiler/[email protected]
 - @perf-profiler/[email protected]
 - @perf-profiler/[email protected]
  • Loading branch information
Almouro committed Jun 28, 2024
1 parent 5a57064 commit 6004a93
Show file tree
Hide file tree
Showing 26 changed files with 90 additions and 33 deletions.
4 changes: 4 additions & 0 deletions examples/cli/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.

# [1.0.0-alpha.1](https://github.com/bamlab/flashlight/compare/[email protected]@1.0.0-alpha.1) (2024-06-28)

**Note:** Version bump only for package cli-example

# 1.0.0-alpha.0 (2024-06-04)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions examples/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "cli-example",
"private": true,
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"main": "dist/index.js",
"dependencies": {
"@perf-profiler/profiler": "^0.10.9",
"@perf-profiler/reporter": "^0.8.1",
"@perf-profiler/profiler": "^0.10.10",
"@perf-profiler/reporter": "^0.9.0",
"@perf-profiler/types": "^0.8.0"
}
}
4 changes: 4 additions & 0 deletions examples/e2e/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.1.0-alpha.7](https://github.com/bamlab/flashlight/compare/[email protected]@0.1.0-alpha.7) (2024-06-28)

**Note:** Version bump only for package e2e-example

# 0.1.0-alpha.6 (2024-06-04)

### Features
Expand Down
4 changes: 2 additions & 2 deletions examples/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2e-example",
"private": true,
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -12,6 +12,6 @@
},
"dependencies": {
"@bam.tech/appium-helper": "^0.5.4",
"@perf-profiler/e2e": "^0.11.1"
"@perf-profiler/e2e": "^0.11.2"
}
}
4 changes: 4 additions & 0 deletions packages/commands/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.4.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28)

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

# [0.4.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/commands/measure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/measure",
"version": "0.4.0",
"version": "0.4.1",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -10,10 +10,10 @@
"perf-profiler-measure": "dist/bin.js"
},
"dependencies": {
"@perf-profiler/e2e": "^0.11.1",
"@perf-profiler/e2e": "^0.11.2",
"@perf-profiler/logger": "^0.3.3",
"@perf-profiler/profiler": "^0.10.9",
"@perf-profiler/reporter": "^0.8.1",
"@perf-profiler/profiler": "^0.10.10",
"@perf-profiler/reporter": "^0.9.0",
"@perf-profiler/shell": "^0.2.1",
"@perf-profiler/types": "^0.8.0",
"commander": "^12.0.0",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@perf-profiler/web-reporter-ui": "^0.16.0",
"@perf-profiler/web-reporter-ui": "^0.16.1",
"@testing-library/react": "^14.2.1",
"@types/express": "^4.17.21",
"@types/supertest": "^6.0.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/commands/report/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.11.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28)

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

# [0.11.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/commands/report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/web-reporter",
"version": "0.11.0",
"version": "0.11.1",
"description": "",
"author": {
"name": "Almouro",
Expand All @@ -17,7 +17,7 @@
"commander": "^12.0.0"
},
"devDependencies": {
"@perf-profiler/web-reporter-ui": "^0.16.0",
"@perf-profiler/web-reporter-ui": "^0.16.1",
"parcel": "^2.12.0",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/commands/test/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.11.2](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28)

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

## [0.11.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/commands/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/e2e",
"version": "0.11.1",
"version": "0.11.2",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -14,10 +14,10 @@
"test": "tsc"
},
"dependencies": {
"@perf-profiler/ios-instruments": "^0.3.1",
"@perf-profiler/ios-instruments": "^0.3.2",
"@perf-profiler/logger": "^0.3.3",
"@perf-profiler/profiler": "^0.10.9",
"@perf-profiler/reporter": "^0.8.1",
"@perf-profiler/profiler": "^0.10.10",
"@perf-profiler/reporter": "^0.9.0",
"@perf-profiler/types": "^0.8.0",
"commander": "^12.0.0"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/commands/tools/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/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28)

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

## [0.2.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

**Note:** Version bump only for package @perf-profiler/tools
Expand Down
4 changes: 2 additions & 2 deletions packages/commands/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/tools",
"version": "0.2.1",
"version": "0.2.2",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -13,7 +13,7 @@
"test": "tsc"
},
"dependencies": {
"@perf-profiler/profiler": "^0.10.9",
"@perf-profiler/profiler": "^0.10.10",
"@perf-profiler/shell": "^0.2.1",
"commander": "^12.0.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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]) (2024-06-28)

### Features

- export FPS and RAM reporting ([#294](https://github.com/bamlab/android-performance-profiler/issues/294)) ([5b00d7d](https://github.com/bamlab/android-performance-profiler/commit/5b00d7dcb841e8e3c7eed4073e98b4a9a6e517f9))

## [0.8.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

**Note:** Version bump only for package @perf-profiler/reporter
Expand Down
2 changes: 1 addition & 1 deletion packages/core/reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/reporter",
"version": "0.8.1",
"version": "0.9.0",
"description": "",
"main": "dist/src/index.js",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/core/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.16.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28)

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

# [0.16.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/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.16.0",
"version": "0.16.1",
"main": "dist/index.js",
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/utils": "^5.15.12",
"@perf-profiler/reporter": "^0.8.1",
"@perf-profiler/reporter": "^0.9.0",
"@perf-profiler/types": "^0.8.0",
"apexcharts": "3.48.0",
"file-saver": "^2.0.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/platforms/android/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.12.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28)

### Bug Fixes

- don't crash profiler if we can not parse `FrameTime` ([#295](https://github.com/bamlab/android-performance-profiler/issues/295)) ([8aee5ec](https://github.com/bamlab/android-performance-profiler/commit/8aee5ec25e13511bb9c20f1d43cd3ff94b02e407))
- **profiler:** fix ram usage when multiple pids ([#290](https://github.com/bamlab/android-performance-profiler/issues/290)) ([85656a7](https://github.com/bamlab/android-performance-profiler/commit/85656a766c40bb9fa94afe651e4e0ac1f89ce4f4))

# [0.12.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/platforms/android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/android",
"version": "0.12.0",
"version": "0.12.1",
"description": "",
"main": "dist/src/index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"@perf-profiler/logger": "^0.3.3",
"@perf-profiler/profiler": "^0.10.9",
"@perf-profiler/profiler": "^0.10.10",
"@perf-profiler/types": "^0.8.0",
"commander": "^12.0.0",
"lodash": "^4.17.21"
Expand Down
4 changes: 4 additions & 0 deletions packages/platforms/ios-instruments/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/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28)

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

## [0.3.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

**Note:** Version bump only for package @perf-profiler/ios-instruments
Expand Down
4 changes: 2 additions & 2 deletions packages/platforms/ios-instruments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/ios-instruments",
"version": "0.3.1",
"version": "0.3.2",
"description": "",
"bin": {
"flashlight-ios-poc": "./dist/launchIOS.js"
Expand All @@ -14,7 +14,7 @@
"license": "ISC",
"dependencies": {
"@perf-profiler/logger": "^0.3.3",
"@perf-profiler/profiler": "^0.10.9",
"@perf-profiler/profiler": "^0.10.10",
"@perf-profiler/types": "^0.8.0",
"commander": "^12.0.0",
"fast-xml-parser": "^4.2.7"
Expand Down
4 changes: 4 additions & 0 deletions packages/platforms/ios/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]) (2024-06-28)

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

## [0.3.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

**Note:** Version bump only for package @perf-profiler/ios
Expand Down
4 changes: 2 additions & 2 deletions packages/platforms/ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/ios",
"version": "0.3.1",
"version": "0.3.2",
"description": "",
"main": "dist/src/index.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
},
"license": "MIT",
"dependencies": {
"@perf-profiler/ios-instruments": "^0.3.1",
"@perf-profiler/ios-instruments": "^0.3.2",
"@perf-profiler/logger": "^0.3.3",
"@perf-profiler/types": "^0.8.0"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/platforms/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.10](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28)

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

## [0.10.9](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/platforms/profiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/profiler",
"version": "0.10.9",
"version": "0.10.10",
"description": "",
"main": "dist/src/index.js",
"repository": {
Expand All @@ -14,8 +14,8 @@
},
"license": "MIT",
"dependencies": {
"@perf-profiler/android": "^0.12.0",
"@perf-profiler/ios": "^0.3.1",
"@perf-profiler/android": "^0.12.1",
"@perf-profiler/ios": "^0.3.2",
"@perf-profiler/types": "^0.8.0"
}
}
4 changes: 4 additions & 0 deletions packages/plugins/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.32](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28)

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

## [0.3.31](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

**Note:** Version bump only for package @perf-profiler/appium-test-cases
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/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.31",
"version": "0.3.32",
"main": "dist/index.js",
"dependencies": {
"@bam.tech/appium-helper": "^0.5.4",
"@perf-profiler/e2e": "^0.11.1",
"@perf-profiler/reporter": "^0.8.1",
"@perf-profiler/e2e": "^0.11.2",
"@perf-profiler/reporter": "^0.9.0",
"@perf-profiler/types": "^0.8.0"
}
}

0 comments on commit 6004a93

Please sign in to comment.