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]
  • Loading branch information
Almouro committed Feb 6, 2023
1 parent 61c87d1 commit ba1c094
Show file tree
Hide file tree
Showing 12 changed files with 80 additions and 11 deletions.
16 changes: 16 additions & 0 deletions packages/android-performance-profiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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-02-06)

- feat!: prepare for standalone executable (#71) ([3d6aa79](https://github.com/bamlab/android-performance-profiler/commit/3d6aa797164e2b566db2c5b725475addd1f6d71c)), closes [#71](https://github.com/bamlab/android-performance-profiler/issues/71)

### BREAKING CHANGES

- commands have additional prefix, see readme for changes

- chore: ensure standalone executable work with c++ binaries

- chore(web): put report in tmp dir by default

This is especially important for the standalone executable

- docs: revamp docs with docusaurus

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

### 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.2",
"version": "0.5.0",
"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.12](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-02-06)

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

## [0.3.11](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-01-31)

**Note:** Version bump only for package @perf-profiler/appium-test-cases
Expand Down
6 changes: 3 additions & 3 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.11",
"version": "0.3.12",
"main": "dist/index.js",
"dependencies": {
"@bam.tech/appium-helper": "^0.5.0",
"@perf-profiler/e2e": "^0.6.0",
"@perf-profiler/reporter": "^0.3.0",
"@perf-profiler/e2e": "^0.7.0",
"@perf-profiler/reporter": "^0.4.0",
"@perf-profiler/types": "^0.2.0"
}
}
21 changes: 21 additions & 0 deletions packages/e2e-performance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

- feat!: prepare for standalone executable (#71) ([3d6aa79](https://github.com/bamlab/android-performance-profiler/commit/3d6aa797164e2b566db2c5b725475addd1f6d71c)), closes [#71](https://github.com/bamlab/android-performance-profiler/issues/71)

### Features

- add simpler and nicer CLI command ([#70](https://github.com/bamlab/android-performance-profiler/issues/70)) ([61c87d1](https://github.com/bamlab/android-performance-profiler/commit/61c87d1ee24581bd24b91c9f94d16029ed78cdb6))
- **e2e:** add afterEach option ([#68](https://github.com/bamlab/android-performance-profiler/issues/68)) ([a95fb74](https://github.com/bamlab/android-performance-profiler/commit/a95fb7438c61120958f17a68f983ecec679a9ee9))

### BREAKING CHANGES

- commands have additional prefix, see readme for changes

- chore: ensure standalone executable work with c++ binaries

- chore(web): put report in tmp dir by default

This is especially important for the standalone executable

- docs: revamp docs with docusaurus

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

### Features
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.6.0",
"version": "0.7.0",
"author": {
"name": "Almouro",
"email": "[email protected]"
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@perf-profiler/logger": "^0.2.0",
"@perf-profiler/profiler": "0.5.0-rc.0",
"@perf-profiler/reporter": "^0.3.0",
"@perf-profiler/reporter": "^0.4.0",
"@perf-profiler/types": "^0.2.0",
"commander": "^9.4.0",
"ink": "^3.2.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.4.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-02-06)

### Features

- add simpler and nicer CLI command ([#70](https://github.com/bamlab/android-performance-profiler/issues/70)) ([61c87d1](https://github.com/bamlab/android-performance-profiler/commit/61c87d1ee24581bd24b91c9f94d16029ed78cdb6))

# 0.3.0 (2022-10-13)

# 0.2.0 (2022-09-07)
Expand Down
2 changes: 1 addition & 1 deletion packages/reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perf-profiler/reporter",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"main": "dist/src/index.js",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/web-reporter-ui/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.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-02-06)

### Features

- add simpler and nicer CLI command ([#70](https://github.com/bamlab/android-performance-profiler/issues/70)) ([61c87d1](https://github.com/bamlab/android-performance-profiler/commit/61c87d1ee24581bd24b91c9f94d16029ed78cdb6))

# [0.5.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-01-27)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/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.5.0",
"version": "0.6.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.3.0",
"@perf-profiler/reporter": "^0.4.0",
"@perf-profiler/types": "^0.2.0",
"apexcharts": "3.33.0",
"file-saver": "^2.0.5",
Expand Down
16 changes: 16 additions & 0 deletions packages/web-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-02-06)

- feat!: prepare for standalone executable (#71) ([3d6aa79](https://github.com/bamlab/android-performance-profiler/commit/3d6aa797164e2b566db2c5b725475addd1f6d71c)), closes [#71](https://github.com/bamlab/android-performance-profiler/issues/71)

### BREAKING CHANGES

- commands have additional prefix, see readme for changes

- chore: ensure standalone executable work with c++ binaries

- chore(web): put report in tmp dir by default

This is especially important for the standalone executable

- docs: revamp docs with docusaurus

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

**Note:** Version bump only for package @perf-profiler/web-reporter
Expand Down
4 changes: 2 additions & 2 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.3.2",
"version": "0.4.0",
"description": "",
"author": {
"name": "Almouro",
Expand All @@ -16,7 +16,7 @@
"commander": "^9.4.0"
},
"devDependencies": {
"@perf-profiler/web-reporter-ui": "^0.5.0",
"@perf-profiler/web-reporter-ui": "^0.6.0",
"parcel": "^2.7.0",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down

0 comments on commit ba1c094

Please sign in to comment.