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]
 - @perf-profiler/[email protected]
 - @perf-profiler/[email protected]
 - @bam.tech/[email protected]
 - @perf-profiler/[email protected]
 - @perf-profiler/[email protected]
 - @flashlight/[email protected]
  • Loading branch information
Almouro committed Jun 4, 2024
1 parent b97c379 commit 410e8ce
Show file tree
Hide file tree
Showing 38 changed files with 207 additions and 66 deletions.
20 changes: 20 additions & 0 deletions examples/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Change Log

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.0 (2024-06-04)

### Bug Fixes

- **profiler:** improve accuracy of CPU measures ([#140](https://github.com/bamlab/flashlight/issues/140)) ([5038cb7](https://github.com/bamlab/flashlight/commit/5038cb7704a551ca70ab67e1726bb6321d7f63b1))
- **profiler:** improve timings accuracy ([#84](https://github.com/bamlab/flashlight/issues/84)) ([1908689](https://github.com/bamlab/flashlight/commit/19086891b618382dd290431e63cf72059a729133))

### Features

- add --record options to have videos in report ([#86](https://github.com/bamlab/flashlight/issues/86)) ([2094d38](https://github.com/bamlab/flashlight/commit/2094d38845a8e96696fea94e91a91cc9f174931d))
- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/flashlight/issues/205)) ([0e99a27](https://github.com/bamlab/flashlight/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c))

### BREAKING CHANGES

- **profiler:** if using a custom script, pollPerformanceMeasures will now take `{ onMeasure: (Measure) => void }` as second parameter
8 changes: 4 additions & 4 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": "0.1.0-alpha.5",
"version": "1.0.0-alpha.0",
"main": "dist/index.js",
"dependencies": {
"@perf-profiler/reporter": "*",
"@perf-profiler/profiler": "*",
"@perf-profiler/types": "*"
"@perf-profiler/profiler": "^0.10.9",
"@perf-profiler/reporter": "^0.8.1",
"@perf-profiler/types": "^0.8.0"
}
}
12 changes: 12 additions & 0 deletions examples/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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.6 (2024-06-04)

### Features

- add --record options to have videos in report ([#86](https://github.com/bamlab/flashlight/issues/86)) ([2094d38](https://github.com/bamlab/flashlight/commit/2094d38845a8e96696fea94e91a91cc9f174931d))
- **e2e:** add support for maestro and other e2e frameworks ([0c47a99](https://github.com/bamlab/flashlight/commit/0c47a994491bcdb93eed74aa18c016388dcc8687))
- **test:** add record bitRate and size option ([#97](https://github.com/bamlab/flashlight/issues/97)) ([364f58a](https://github.com/bamlab/flashlight/commit/364f58a973ad336e1e810b6c6b83c48c709c6ead))
6 changes: 3 additions & 3 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.5",
"version": "0.1.0-alpha.6",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -11,7 +11,7 @@
"test": "tsc && yarn test:e2e"
},
"dependencies": {
"@bam.tech/appium-helper": "*",
"@perf-profiler/e2e": "*"
"@bam.tech/appium-helper": "^0.5.4",
"@perf-profiler/e2e": "^0.11.1"
}
}
13 changes: 13 additions & 0 deletions packages/commands/measure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

### Bug Fixes

- **cli:** improve cli performance a little bit ([#269](https://github.com/bamlab/flashlight/issues/269)) ([f646064](https://github.com/bamlab/flashlight/commit/f646064f58fbde5cb028628dab8ac1d4e96bc2e2))
- **deps:** update material-ui monorepo to v5.15.13 ([#242](https://github.com/bamlab/flashlight/issues/242)) ([cb4f91f](https://github.com/bamlab/flashlight/commit/cb4f91f9c38126dd4e887a54fac22f61e8d8f53a))
- **deps:** update react monorepo to v18 ([#215](https://github.com/bamlab/flashlight/issues/215)) ([d84fe11](https://github.com/bamlab/flashlight/commit/d84fe11944c58aac1ab69d55519f1b3b69c65ad0))
- **report:** remove video annotation if no videos ([#235](https://github.com/bamlab/flashlight/issues/235)) ([93c3b99](https://github.com/bamlab/flashlight/commit/93c3b99c3d671e99d1f24c8fcfe75514fb3dbace))

### Features

- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/flashlight/issues/205)) ([0e99a27](https://github.com/bamlab/flashlight/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c))

# [0.3.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01)

### Bug Fixes
Expand Down
16 changes: 8 additions & 8 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.3.0",
"version": "0.4.0",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -10,12 +10,12 @@
"perf-profiler-measure": "dist/bin.js"
},
"dependencies": {
"@perf-profiler/e2e": "^0.11.0",
"@perf-profiler/logger": "^0.3.2",
"@perf-profiler/profiler": "^0.10.8",
"@perf-profiler/reporter": "^0.8.0",
"@perf-profiler/shell": "^0.2.0",
"@perf-profiler/types": "^0.7.0",
"@perf-profiler/e2e": "^0.11.1",
"@perf-profiler/logger": "^0.3.3",
"@perf-profiler/profiler": "^0.10.9",
"@perf-profiler/reporter": "^0.8.1",
"@perf-profiler/shell": "^0.2.1",
"@perf-profiler/types": "^0.8.0",
"commander": "^12.0.0",
"cors": "^2.8.5",
"express": "^4.19.2",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@perf-profiler/web-reporter-ui": "^0.15.0",
"@perf-profiler/web-reporter-ui": "^0.16.0",
"@testing-library/react": "^14.2.1",
"@types/express": "^4.17.21",
"@types/supertest": "^6.0.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/commands/report/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.11.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

### Bug Fixes

- **deps:** update react monorepo to v18 ([#215](https://github.com/bamlab/flashlight/issues/215)) ([d84fe11](https://github.com/bamlab/flashlight/commit/d84fe11944c58aac1ab69d55519f1b3b69c65ad0))

### Features

- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/flashlight/issues/205)) ([0e99a27](https://github.com/bamlab/flashlight/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c))

## [0.10.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01)

**Note:** Version bump only for package @perf-profiler/web-reporter
Expand Down
10 changes: 5 additions & 5 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.10.1",
"version": "0.11.0",
"description": "",
"author": {
"name": "Almouro",
Expand All @@ -11,13 +11,13 @@
},
"license": "MIT",
"dependencies": {
"@perf-profiler/logger": "^0.3.2",
"@perf-profiler/shell": "^0.2.0",
"@perf-profiler/types": "^0.7.0",
"@perf-profiler/logger": "^0.3.3",
"@perf-profiler/shell": "^0.2.1",
"@perf-profiler/types": "^0.8.0",
"commander": "^12.0.0"
},
"devDependencies": {
"@perf-profiler/web-reporter-ui": "^0.15.0",
"@perf-profiler/web-reporter-ui": "^0.16.0",
"parcel": "^2.12.0",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/commands/test/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.11.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

### Bug Fixes

- **profiler:** improve performance ([#280](https://github.com/bamlab/flashlight/issues/280)) ([512a994](https://github.com/bamlab/flashlight/commit/512a994dab8d6a5a0695670569c0d775eae85388))

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

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "0.11.1",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -14,11 +14,11 @@
"test": "tsc"
},
"dependencies": {
"@perf-profiler/ios-instruments": "^0.3.0",
"@perf-profiler/logger": "^0.3.2",
"@perf-profiler/profiler": "^0.10.8",
"@perf-profiler/reporter": "^0.8.0",
"@perf-profiler/types": "^0.7.0",
"@perf-profiler/ios-instruments": "^0.3.1",
"@perf-profiler/logger": "^0.3.3",
"@perf-profiler/profiler": "^0.10.9",
"@perf-profiler/reporter": "^0.8.1",
"@perf-profiler/types": "^0.8.0",
"commander": "^12.0.0"
}
}
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.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

# 0.2.0 (2024-03-01)

### Features
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.2.1",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -13,8 +13,8 @@
"test": "tsc"
},
"dependencies": {
"@perf-profiler/profiler": "^0.10.8",
"@perf-profiler/shell": "^0.2.0",
"@perf-profiler/profiler": "^0.10.9",
"@perf-profiler/shell": "^0.2.1",
"commander": "^12.0.0"
}
}
4 changes: 4 additions & 0 deletions packages/core/logger/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.3](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/logger

## [0.3.2](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01)

**Note:** Version bump only for package @perf-profiler/logger
Expand Down
2 changes: 1 addition & 1 deletion packages/core/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/logger",
"version": "0.3.2",
"version": "0.3.3",
"main": "dist/index.js",
"dependencies": {
"kleur": "^4.1.5",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/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.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

# [0.8.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.8.1",
"description": "",
"main": "dist/src/index.js",
"repository": {
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@perf-profiler/types": "^0.7.0",
"@perf-profiler/types": "^0.8.0",
"lodash": "^4.17.21"
}
}
4 changes: 4 additions & 0 deletions packages/core/shell/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.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/shell

# [0.2.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/shell/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@perf-profiler/shell",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"name": "Almouro",
"email": "[email protected]"
},
"license": "MIT",
"main": "dist/index.js",
"dependencies": {
"@perf-profiler/logger": "^0.3.2",
"@perf-profiler/logger": "^0.3.3",
"adm-zip": "^0.5.9",
"axios": "^1.1.3"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.8.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

### Features

- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/flashlight/issues/205)) ([0e99a27](https://github.com/bamlab/flashlight/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c))

# [0.7.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/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.7.0"
"version": "0.8.0"
}
13 changes: 13 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,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **deps:** update dependency apexcharts to v3.48.0 ([#234](https://github.com/bamlab/flashlight/issues/234)) ([929b6bc](https://github.com/bamlab/flashlight/commit/929b6bc2c8ce2924a7eb6f8442e493190c3b5293))
- **deps:** update material-ui monorepo to v5.15.13 ([#242](https://github.com/bamlab/flashlight/issues/242)) ([cb4f91f](https://github.com/bamlab/flashlight/commit/cb4f91f9c38126dd4e887a54fac22f61e8d8f53a))
- **deps:** update react monorepo to v18 ([#215](https://github.com/bamlab/flashlight/issues/215)) ([d84fe11](https://github.com/bamlab/flashlight/commit/d84fe11944c58aac1ab69d55519f1b3b69c65ad0))
- **report:** remove video annotation if no videos ([#235](https://github.com/bamlab/flashlight/issues/235)) ([93c3b99](https://github.com/bamlab/flashlight/commit/93c3b99c3d671e99d1f24c8fcfe75514fb3dbace))

### Features

- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/flashlight/issues/205)) ([0e99a27](https://github.com/bamlab/flashlight/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c))

# [0.15.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/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.15.0",
"version": "0.16.0",
"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.0",
"@perf-profiler/types": "^0.7.0",
"@perf-profiler/reporter": "^0.8.1",
"@perf-profiler/types": "^0.8.0",
"apexcharts": "3.48.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/platforms/android/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.12.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)

### Bug Fixes

- **profiler:** improve performance ([#280](https://github.com/bamlab/android-performance-profiler/issues/280)) ([512a994](https://github.com/bamlab/android-performance-profiler/commit/512a994dab8d6a5a0695670569c0d775eae85388))
- **profiler:** support rare apps with multiple pids ([#274](https://github.com/bamlab/android-performance-profiler/issues/274)) ([60ea349](https://github.com/bamlab/android-performance-profiler/commit/60ea3492d869ab4cea23a0d3eadb4e2f759661d3))

### Features

- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/android-performance-profiler/issues/205)) ([0e99a27](https://github.com/bamlab/android-performance-profiler/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c))

# 0.11.0 (2024-03-01)

### Bug Fixes
Expand Down
Loading

0 comments on commit 410e8ce

Please sign in to comment.