Skip to content

Commit 6b605dd

Browse files
committed
v2.0.0-alpha.25
1 parent 2703ffe commit 6b605dd

File tree

20 files changed

+155
-84
lines changed

20 files changed

+155
-84
lines changed

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.25](https://github.com/ulixee/hero/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** don’t include source maps for injected ([0c2ee0d](https://github.com/ulixee/hero/commit/0c2ee0db548f3251c8182edd37fcfcd830e76ca3))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.24](https://github.com/ulixee/hero/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)
718

819

client/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.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)
7+
8+
**Note:** Version bump only for package @ulixee/hero
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)
715

816

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.24",
3+
"version": "2.0.0-alpha.25",
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.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",
15+
"@ulixee/commons": "2.0.0-alpha.25",
16+
"@ulixee/hero-interfaces": "2.0.0-alpha.25",
17+
"@ulixee/hero-plugin-utils": "2.0.0-alpha.25",
18+
"@ulixee/js-path": "2.0.0-alpha.25",
19+
"@ulixee/net": "2.0.0-alpha.25",
20+
"@ulixee/unblocked-specification": "2.0.0-alpha.25",
2121
"linkedom": "^0.14.11"
2222
},
2323
"devDependencies": {
24-
"@ulixee/hero-core": "2.0.0-alpha.24",
25-
"@ulixee/hero-testing": "2.0.0-alpha.24"
24+
"@ulixee/hero-core": "2.0.0-alpha.25",
25+
"@ulixee/hero-testing": "2.0.0-alpha.25"
2626
}
2727
}

core/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.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** don’t include source maps for injected ([0c2ee0d](https://github.com/ulixee/platform/commit/0c2ee0db548f3251c8182edd37fcfcd830e76ca3))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)
718

819

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.24",
3+
"version": "2.0.0-alpha.25",
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.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",
20+
"@ulixee/commons": "2.0.0-alpha.25",
21+
"@ulixee/default-browser-emulator": "2.0.0-alpha.25",
22+
"@ulixee/default-human-emulator": "2.0.0-alpha.25",
23+
"@ulixee/hero-interfaces": "2.0.0-alpha.25",
24+
"@ulixee/hero-plugin-utils": "2.0.0-alpha.25",
25+
"@ulixee/hero-timetravel": "2.0.0-alpha.25",
26+
"@ulixee/js-path": "2.0.0-alpha.25",
27+
"@ulixee/net": "2.0.0-alpha.25",
28+
"@ulixee/unblocked-agent": "2.0.0-alpha.25",
29+
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.25",
30+
"@ulixee/unblocked-specification": "2.0.0-alpha.25",
3131
"better-sqlite3": "^8.6.0",
3232
"moment": "^2.29.4",
3333
"nanoid": "^3.3.6",
@@ -36,8 +36,8 @@
3636
"devDependencies": {
3737
"@types/better-sqlite3": "^7.6.5",
3838
"@ulixee/chrome-app": "1.0.3",
39-
"@ulixee/hero": "2.0.0-alpha.24",
40-
"@ulixee/hero-testing": "2.0.0-alpha.24",
39+
"@ulixee/hero": "2.0.0-alpha.25",
40+
"@ulixee/hero-testing": "2.0.0-alpha.25",
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.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)
7+
8+
**Note:** Version bump only for package @ulixee/hero-end-to-end
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)
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.24",
3+
"version": "2.0.0-alpha.25",
44
"description": "End to end Hero tests",
55
"private": true,
66
"dependencies": {
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"
7+
"@ulixee/commons": "2.0.0-alpha.25",
8+
"@ulixee/execute-js-plugin": "2.0.0-alpha.25",
9+
"@ulixee/hero": "2.0.0-alpha.25",
10+
"@ulixee/hero-core": "2.0.0-alpha.25",
11+
"@ulixee/hero-interfaces": "2.0.0-alpha.25",
12+
"@ulixee/net": "2.0.0-alpha.25"
1313
},
1414
"devDependencies": {
1515
"@ulixee/awaited-dom": "1.4.2",
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",
16+
"@ulixee/default-browser-emulator": "2.0.0-alpha.25",
17+
"@ulixee/default-human-emulator": "2.0.0-alpha.25",
18+
"@ulixee/hero-plugin-utils": "2.0.0-alpha.25",
19+
"@ulixee/hero-testing": "2.0.0-alpha.25",
20+
"@ulixee/hero-timetravel": "2.0.0-alpha.25",
21+
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.25",
22+
"@ulixee/unblocked-specification": "2.0.0-alpha.25",
2323
"ws": "^7.4.6"
2424
}
2525
}

examples/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"private": true,
55
"dependencies": {
66
"yargs-parser": "^20.2.9",
7-
"@ulixee/hero": "2.0.0-alpha.24",
8-
"@ulixee/hero-core": "2.0.0-alpha.24",
9-
"@ulixee/hero-plugin-utils": "2.0.0-alpha.24",
10-
"@ulixee/net": "2.0.0-alpha.24",
11-
"@ulixee/commons": "2.0.0-alpha.24",
12-
"@ulixee/hero-interfaces": "2.0.0-alpha.24",
13-
"@ulixee/execute-js-plugin": "2.0.0-alpha.24"
7+
"@ulixee/hero": "2.0.0-alpha.25",
8+
"@ulixee/hero-core": "2.0.0-alpha.25",
9+
"@ulixee/hero-plugin-utils": "2.0.0-alpha.25",
10+
"@ulixee/net": "2.0.0-alpha.25",
11+
"@ulixee/commons": "2.0.0-alpha.25",
12+
"@ulixee/hero-interfaces": "2.0.0-alpha.25",
13+
"@ulixee/execute-js-plugin": "2.0.0-alpha.25"
1414
}
1515
}

interfaces/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.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)
7+
8+
**Note:** Version bump only for package @ulixee/hero-interfaces
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)
715

816

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.24",
3+
"version": "2.0.0-alpha.25",
44
"description": "Core interfaces used by Hero",
55
"dependencies": {
66
"@ulixee/awaited-dom": "1.4.2",
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",
7+
"@ulixee/commons": "2.0.0-alpha.25",
8+
"@ulixee/js-path": "2.0.0-alpha.25",
9+
"@ulixee/unblocked-specification": "2.0.0-alpha.25",
1010
"devtools-protocol": "^0.0.1137505"
1111
}
1212
}

0 commit comments

Comments
 (0)