Skip to content

Commit 6004a93

Browse files
committed
chore: publish
- [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]
1 parent 5a57064 commit 6004a93

File tree

26 files changed

+90
-33
lines changed

26 files changed

+90
-33
lines changed

examples/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-alpha.1](https://github.com/bamlab/flashlight/compare/[email protected]@1.0.0-alpha.1) (2024-06-28)
7+
8+
**Note:** Version bump only for package cli-example
9+
610
# 1.0.0-alpha.0 (2024-06-04)
711

812
### Bug Fixes

examples/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "cli-example",
33
"private": true,
4-
"version": "1.0.0-alpha.0",
4+
"version": "1.0.0-alpha.1",
55
"main": "dist/index.js",
66
"dependencies": {
7-
"@perf-profiler/profiler": "^0.10.9",
8-
"@perf-profiler/reporter": "^0.8.1",
7+
"@perf-profiler/profiler": "^0.10.10",
8+
"@perf-profiler/reporter": "^0.9.0",
99
"@perf-profiler/types": "^0.8.0"
1010
}
1111
}

examples/e2e/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0-alpha.7](https://github.com/bamlab/flashlight/compare/[email protected]@0.1.0-alpha.7) (2024-06-28)
7+
8+
**Note:** Version bump only for package e2e-example
9+
610
# 0.1.0-alpha.6 (2024-06-04)
711

812
### Features

examples/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "e2e-example",
33
"private": true,
4-
"version": "0.1.0-alpha.6",
4+
"version": "0.1.0-alpha.7",
55
"author": {
66
"name": "Almouro",
77
"email": "[email protected]"
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"@bam.tech/appium-helper": "^0.5.4",
15-
"@perf-profiler/e2e": "^0.11.1"
15+
"@perf-profiler/e2e": "^0.11.2"
1616
}
1717
}

packages/commands/measure/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28)
7+
8+
**Note:** Version bump only for package @perf-profiler/measure
9+
610
# [0.4.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)
711

812
### Bug Fixes

packages/commands/measure/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perf-profiler/measure",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"author": {
55
"name": "Almouro",
66
"email": "[email protected]"
@@ -10,10 +10,10 @@
1010
"perf-profiler-measure": "dist/bin.js"
1111
},
1212
"dependencies": {
13-
"@perf-profiler/e2e": "^0.11.1",
13+
"@perf-profiler/e2e": "^0.11.2",
1414
"@perf-profiler/logger": "^0.3.3",
15-
"@perf-profiler/profiler": "^0.10.9",
16-
"@perf-profiler/reporter": "^0.8.1",
15+
"@perf-profiler/profiler": "^0.10.10",
16+
"@perf-profiler/reporter": "^0.9.0",
1717
"@perf-profiler/shell": "^0.2.1",
1818
"@perf-profiler/types": "^0.8.0",
1919
"commander": "^12.0.0",
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@mui/icons-material": "^5.15.12",
2828
"@mui/material": "^5.15.12",
29-
"@perf-profiler/web-reporter-ui": "^0.16.0",
29+
"@perf-profiler/web-reporter-ui": "^0.16.1",
3030
"@testing-library/react": "^14.2.1",
3131
"@types/express": "^4.17.21",
3232
"@types/supertest": "^6.0.2",

packages/commands/report/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28)
7+
8+
**Note:** Version bump only for package @perf-profiler/web-reporter
9+
610
# [0.11.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)
711

812
### Bug Fixes

packages/commands/report/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perf-profiler/web-reporter",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "",
55
"author": {
66
"name": "Almouro",
@@ -17,7 +17,7 @@
1717
"commander": "^12.0.0"
1818
},
1919
"devDependencies": {
20-
"@perf-profiler/web-reporter-ui": "^0.16.0",
20+
"@perf-profiler/web-reporter-ui": "^0.16.1",
2121
"parcel": "^2.12.0",
2222
"react": "18.2.0",
2323
"react-dom": "18.2.0"

packages/commands/test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.2](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-28)
7+
8+
**Note:** Version bump only for package @perf-profiler/e2e
9+
610
## [0.11.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04)
711

812
### Bug Fixes

packages/commands/test/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perf-profiler/e2e",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"author": {
55
"name": "Almouro",
66
"email": "[email protected]"
@@ -14,10 +14,10 @@
1414
"test": "tsc"
1515
},
1616
"dependencies": {
17-
"@perf-profiler/ios-instruments": "^0.3.1",
17+
"@perf-profiler/ios-instruments": "^0.3.2",
1818
"@perf-profiler/logger": "^0.3.3",
19-
"@perf-profiler/profiler": "^0.10.9",
20-
"@perf-profiler/reporter": "^0.8.1",
19+
"@perf-profiler/profiler": "^0.10.10",
20+
"@perf-profiler/reporter": "^0.9.0",
2121
"@perf-profiler/types": "^0.8.0",
2222
"commander": "^12.0.0"
2323
}

0 commit comments

Comments
 (0)