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]
  • Loading branch information
Almouro committed Dec 16, 2022
1 parent 2c5edd8 commit 7eb49f9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 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.4.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-16)

### Bug Fixes

- **profiler:** make FPS polling safer ([#62](https://github.com/bamlab/android-performance-profiler/issues/62)) ([2c5edd8](https://github.com/bamlab/android-performance-profiler/commit/2c5edd8a4cb8b598c5cbd8a959f2d6870d5922cc))

## [0.4.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-11-03)

### 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.4.1",
"version": "0.4.2",
"description": "",
"main": "dist/src/index.js",
"repository": {
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.10](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-16)

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

## [0.3.9](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-08)

**Note:** Version bump only for package @perf-profiler/appium-test-cases
Expand Down
4 changes: 2 additions & 2 deletions packages/appium-test-cases/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@perf-profiler/appium-test-cases",
"version": "0.3.9",
"version": "0.3.10",
"main": "dist/index.js",
"dependencies": {
"@bam.tech/appium-helper": "^0.5.0",
"@perf-profiler/e2e": "^0.5.2",
"@perf-profiler/e2e": "^0.5.3",
"@perf-profiler/reporter": "^0.3.0",
"@perf-profiler/types": "^0.2.0"
}
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.5.3](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-16)

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

## [0.5.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-08)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.5.2",
"version": "0.5.3",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@perf-profiler/logger": "^0.2.0",
"@perf-profiler/profiler": "^0.4.1",
"@perf-profiler/profiler": "^0.4.2",
"@perf-profiler/reporter": "^0.3.0",
"@perf-profiler/types": "^0.2.0",
"commander": "^9.4.0"
Expand Down

0 comments on commit 7eb49f9

Please sign in to comment.