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 Sep 27, 2022
1 parent 595060d commit d6d6269
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.3.1](https://github.com/bamlab/react-native-performance/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-09-27)

### Bug Fixes

- **profiler:** fix bundle id option in profile command ([595060d](https://github.com/bamlab/react-native-performance/commit/595060d513073d06489ae2ebd0bcca25e546a7e2))

# 0.3.0 (2022-09-27)

### Features
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.3.0",
"version": "0.3.1",
"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.3](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-09-27)

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

## [0.3.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-09-27)

**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.2",
"version": "0.3.3",
"main": "dist/index.js",
"dependencies": {
"@bam.tech/appium-helper": "^0.4.0",
"@perf-profiler/e2e": "^0.3.0",
"@perf-profiler/e2e": "^0.3.1",
"@perf-profiler/reporter": "^0.2.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.3.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-09-27)

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

# 0.3.0 (2022-09-27)

# 0.2.0 (2022-09-07)
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.3.0",
"version": "0.3.1",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@perf-profiler/logger": "^0.2.0",
"@perf-profiler/profiler": "^0.3.0",
"@perf-profiler/profiler": "^0.3.1",
"@perf-profiler/reporter": "^0.2.0",
"@perf-profiler/types": "^0.2.0"
}
Expand Down

0 comments on commit d6d6269

Please sign in to comment.