Skip to content

Commit 8c5e8c8

Browse files
committed
v2.0.0-alpha.24
1 parent bf1f3a3 commit 8c5e8c8

File tree

19 files changed

+191
-94
lines changed

19 files changed

+191
-94
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [2.0.0-alpha.24](https://github.com/ulixee/hero/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **client:** detach not returning elements ([34a4340](https://github.com/ulixee/hero/commit/34a4340bfc4c8ef55430481caa7e2033e3019e4e))
12+
* **core:** fix user profile tests ([#235](https://github.com/ulixee/hero/issues/235)) ([df40699](https://github.com/ulixee/hero/commit/df406991502c0ff0df52e6a93a6c64178bfa50ca))
13+
* **core:** timing issue with headed profiles ([14ccc8c](https://github.com/ulixee/hero/commit/14ccc8cca7ca67cd85b35009ea84247af64d3f42))
14+
15+
16+
### Features
17+
18+
* **core:** user profile locale, tz, geo, viewport ([88e59c9](https://github.com/ulixee/hero/commit/88e59c907cd30236d8e9d4c595434c6f682133fb))
19+
20+
21+
22+
23+
624
# [2.0.0-alpha.23](https://github.com/ulixee/hero/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)
725

826

client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [2.0.0-alpha.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **client:** detach not returning elements ([34a4340](https://github.com/ulixee/platform/commit/34a4340bfc4c8ef55430481caa7e2033e3019e4e))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)
718

819
**Note:** Version bump only for package @ulixee/hero

client/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ulixee/hero",
3-
"version": "2.0.0-alpha.23",
3+
"version": "2.0.0-alpha.24",
44
"description": "The client interface for Hero",
55
"exports": {
66
".": {
@@ -12,16 +12,16 @@
1212
},
1313
"dependencies": {
1414
"@ulixee/awaited-dom": "1.4.2",
15-
"@ulixee/commons": "2.0.0-alpha.23",
16-
"@ulixee/hero-interfaces": "2.0.0-alpha.23",
17-
"@ulixee/hero-plugin-utils": "2.0.0-alpha.23",
18-
"@ulixee/js-path": "2.0.0-alpha.23",
19-
"@ulixee/net": "2.0.0-alpha.23",
20-
"@ulixee/unblocked-specification": "2.0.0-alpha.23",
15+
"@ulixee/commons": "2.0.0-alpha.24",
16+
"@ulixee/hero-interfaces": "2.0.0-alpha.24",
17+
"@ulixee/hero-plugin-utils": "2.0.0-alpha.24",
18+
"@ulixee/js-path": "2.0.0-alpha.24",
19+
"@ulixee/net": "2.0.0-alpha.24",
20+
"@ulixee/unblocked-specification": "2.0.0-alpha.24",
2121
"linkedom": "^0.14.11"
2222
},
2323
"devDependencies": {
24-
"@ulixee/hero-core": "2.0.0-alpha.23",
25-
"@ulixee/hero-testing": "2.0.0-alpha.23"
24+
"@ulixee/hero-core": "2.0.0-alpha.24",
25+
"@ulixee/hero-testing": "2.0.0-alpha.24"
2626
}
2727
}

core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [2.0.0-alpha.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **client:** detach not returning elements ([34a4340](https://github.com/ulixee/platform/commit/34a4340bfc4c8ef55430481caa7e2033e3019e4e))
12+
* **core:** fix user profile tests ([#235](https://github.com/ulixee/platform/issues/235)) ([df40699](https://github.com/ulixee/platform/commit/df406991502c0ff0df52e6a93a6c64178bfa50ca))
13+
* **core:** timing issue with headed profiles ([14ccc8c](https://github.com/ulixee/platform/commit/14ccc8cca7ca67cd85b35009ea84247af64d3f42))
14+
15+
16+
### Features
17+
18+
* **core:** user profile locale, tz, geo, viewport ([88e59c9](https://github.com/ulixee/platform/commit/88e59c907cd30236d8e9d4c595434c6f682133fb))
19+
20+
21+
22+
23+
624
# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)
725

826

core/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ulixee/hero-core",
3-
"version": "2.0.0-alpha.23",
3+
"version": "2.0.0-alpha.24",
44
"description": "The core browser API used to run Hero",
55
"exports": {
66
".": {
@@ -17,17 +17,17 @@
1717
},
1818
"dependencies": {
1919
"@ulixee/awaited-dom": "1.4.2",
20-
"@ulixee/commons": "2.0.0-alpha.23",
21-
"@ulixee/default-browser-emulator": "2.0.0-alpha.23",
22-
"@ulixee/default-human-emulator": "2.0.0-alpha.23",
23-
"@ulixee/hero-interfaces": "2.0.0-alpha.23",
24-
"@ulixee/hero-plugin-utils": "2.0.0-alpha.23",
25-
"@ulixee/hero-timetravel": "2.0.0-alpha.23",
26-
"@ulixee/js-path": "2.0.0-alpha.23",
27-
"@ulixee/net": "2.0.0-alpha.23",
28-
"@ulixee/unblocked-agent": "2.0.0-alpha.23",
29-
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.23",
30-
"@ulixee/unblocked-specification": "2.0.0-alpha.23",
20+
"@ulixee/commons": "2.0.0-alpha.24",
21+
"@ulixee/default-browser-emulator": "2.0.0-alpha.24",
22+
"@ulixee/default-human-emulator": "2.0.0-alpha.24",
23+
"@ulixee/hero-interfaces": "2.0.0-alpha.24",
24+
"@ulixee/hero-plugin-utils": "2.0.0-alpha.24",
25+
"@ulixee/hero-timetravel": "2.0.0-alpha.24",
26+
"@ulixee/js-path": "2.0.0-alpha.24",
27+
"@ulixee/net": "2.0.0-alpha.24",
28+
"@ulixee/unblocked-agent": "2.0.0-alpha.24",
29+
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.24",
30+
"@ulixee/unblocked-specification": "2.0.0-alpha.24",
3131
"better-sqlite3": "^8.4.0",
3232
"moment": "^2.29.4",
3333
"nanoid": "^3.3.6",
@@ -36,8 +36,8 @@
3636
"devDependencies": {
3737
"@types/better-sqlite3": "^7.6.4",
3838
"@ulixee/chrome-app": "1.0.3",
39-
"@ulixee/hero": "2.0.0-alpha.23",
40-
"@ulixee/hero-testing": "2.0.0-alpha.23",
39+
"@ulixee/hero": "2.0.0-alpha.24",
40+
"@ulixee/hero-testing": "2.0.0-alpha.24",
4141
"vue": "^2.6.12"
4242
}
4343
}

end-to-end/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [2.0.0-alpha.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)
7+
8+
**Note:** Version bump only for package @ulixee/hero-end-to-end
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)
715

816
**Note:** Version bump only for package @ulixee/hero-end-to-end

end-to-end/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"name": "@ulixee/hero-end-to-end",
3-
"version": "2.0.0-alpha.23",
3+
"version": "2.0.0-alpha.24",
44
"description": "End to end Hero tests",
55
"private": true,
66
"dependencies": {
7-
"@ulixee/commons": "2.0.0-alpha.23",
8-
"@ulixee/execute-js-plugin": "2.0.0-alpha.23",
9-
"@ulixee/hero": "2.0.0-alpha.23",
10-
"@ulixee/hero-core": "2.0.0-alpha.23",
11-
"@ulixee/hero-interfaces": "2.0.0-alpha.23",
12-
"@ulixee/net": "2.0.0-alpha.23"
7+
"@ulixee/commons": "2.0.0-alpha.24",
8+
"@ulixee/execute-js-plugin": "2.0.0-alpha.24",
9+
"@ulixee/hero": "2.0.0-alpha.24",
10+
"@ulixee/hero-core": "2.0.0-alpha.24",
11+
"@ulixee/hero-interfaces": "2.0.0-alpha.24",
12+
"@ulixee/net": "2.0.0-alpha.24"
1313
},
1414
"devDependencies": {
1515
"@ulixee/awaited-dom": "1.4.2",
16-
"@ulixee/default-browser-emulator": "2.0.0-alpha.23",
17-
"@ulixee/default-human-emulator": "2.0.0-alpha.23",
18-
"@ulixee/hero-plugin-utils": "2.0.0-alpha.23",
19-
"@ulixee/hero-testing": "2.0.0-alpha.23",
20-
"@ulixee/hero-timetravel": "2.0.0-alpha.23",
21-
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.23",
22-
"@ulixee/unblocked-specification": "2.0.0-alpha.23",
16+
"@ulixee/default-browser-emulator": "2.0.0-alpha.24",
17+
"@ulixee/default-human-emulator": "2.0.0-alpha.24",
18+
"@ulixee/hero-plugin-utils": "2.0.0-alpha.24",
19+
"@ulixee/hero-testing": "2.0.0-alpha.24",
20+
"@ulixee/hero-timetravel": "2.0.0-alpha.24",
21+
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.24",
22+
"@ulixee/unblocked-specification": "2.0.0-alpha.24",
2323
"ws": "^7.4.6"
2424
}
2525
}

interfaces/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [2.0.0-alpha.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **client:** detach not returning elements ([34a4340](https://github.com/ulixee/platform/commit/34a4340bfc4c8ef55430481caa7e2033e3019e4e))
12+
13+
14+
### Features
15+
16+
* **core:** user profile locale, tz, geo, viewport ([88e59c9](https://github.com/ulixee/platform/commit/88e59c907cd30236d8e9d4c595434c6f682133fb))
17+
18+
19+
20+
21+
622
# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)
723

824

interfaces/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@ulixee/hero-interfaces",
3-
"version": "2.0.0-alpha.23",
3+
"version": "2.0.0-alpha.24",
44
"description": "Core interfaces used by Hero",
55
"dependencies": {
66
"@ulixee/awaited-dom": "1.4.2",
7-
"@ulixee/commons": "2.0.0-alpha.23",
8-
"@ulixee/js-path": "2.0.0-alpha.23",
9-
"@ulixee/unblocked-specification": "2.0.0-alpha.23",
7+
"@ulixee/commons": "2.0.0-alpha.24",
8+
"@ulixee/js-path": "2.0.0-alpha.24",
9+
"@ulixee/unblocked-specification": "2.0.0-alpha.24",
1010
"devtools-protocol": "^0.0.1137505"
1111
}
1212
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-alpha.23",
2+
"version": "2.0.0-alpha.24",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

0 commit comments

Comments
 (0)