Skip to content

Commit

Permalink
v2.0.0-alpha.26
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Feb 2, 2024
1 parent 7f8d07d commit 181bb68
Show file tree
Hide file tree
Showing 21 changed files with 2,172 additions and 1,721 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.26](https://github.com/ulixee/hero/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)


### Bug Fixes

* **core:** user profile tests hanging ([c72447f](https://github.com/ulixee/hero/commit/c72447f475c334f7347fb4575e7195b15bb256ae))





# [2.0.0-alpha.25](https://github.com/ulixee/hero/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)


Expand Down
8 changes: 8 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

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





# [2.0.0-alpha.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/hero
Expand Down
10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/hero",
"version": "2.0.0-alpha.25",
"version": "2.0.0-alpha.26",
"description": "The client interface for Hero",
"exports": {
".": {
Expand All @@ -13,15 +13,15 @@
"dependencies": {
"@ulixee/awaited-dom": "1.4.2",
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/hero-interfaces": "2.0.0-alpha.25",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.25",
"@ulixee/hero-interfaces": "2.0.0-alpha.26",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.26",
"@ulixee/js-path": "2.0.0-alpha.26",
"@ulixee/net": "2.0.0-alpha.26",
"@ulixee/unblocked-specification": "2.0.0-alpha.26",
"linkedom": "^0.14.11"
},
"devDependencies": {
"@ulixee/hero-core": "2.0.0-alpha.25",
"@ulixee/hero-testing": "2.0.0-alpha.25"
"@ulixee/hero-core": "2.0.0-alpha.26",
"@ulixee/hero-testing": "2.0.0-alpha.26"
}
}
11 changes: 11 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)


### Bug Fixes

* **core:** user profile tests hanging ([c72447f](https://github.com/ulixee/platform/commit/c72447f475c334f7347fb4575e7195b15bb256ae))





# [2.0.0-alpha.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)


Expand Down
12 changes: 6 additions & 6 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/hero-core",
"version": "2.0.0-alpha.25",
"version": "2.0.0-alpha.26",
"description": "The core browser API used to run Hero",
"exports": {
".": {
Expand All @@ -20,9 +20,9 @@
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/default-browser-emulator": "2.0.0-alpha.26",
"@ulixee/default-human-emulator": "2.0.0-alpha.26",
"@ulixee/hero-interfaces": "2.0.0-alpha.25",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.25",
"@ulixee/hero-timetravel": "2.0.0-alpha.25",
"@ulixee/hero-interfaces": "2.0.0-alpha.26",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.26",
"@ulixee/hero-timetravel": "2.0.0-alpha.26",
"@ulixee/js-path": "2.0.0-alpha.26",
"@ulixee/net": "2.0.0-alpha.26",
"@ulixee/unblocked-agent": "2.0.0-alpha.26",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@types/better-sqlite3": "^7.6.9",
"@ulixee/chrome-app": "1.0.3",
"@ulixee/hero": "2.0.0-alpha.25",
"@ulixee/hero-testing": "2.0.0-alpha.25"
"@ulixee/hero": "2.0.0-alpha.26",
"@ulixee/hero-testing": "2.0.0-alpha.26"
}
}
8 changes: 8 additions & 0 deletions end-to-end/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

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





# [2.0.0-alpha.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/hero-end-to-end
Expand Down
16 changes: 8 additions & 8 deletions end-to-end/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@ulixee/hero-end-to-end",
"version": "2.0.0-alpha.25",
"version": "2.0.0-alpha.26",
"description": "End to end Hero tests",
"private": true,
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/execute-js-plugin": "2.0.0-alpha.25",
"@ulixee/hero": "2.0.0-alpha.25",
"@ulixee/hero-core": "2.0.0-alpha.25",
"@ulixee/hero-interfaces": "2.0.0-alpha.25",
"@ulixee/execute-js-plugin": "2.0.0-alpha.26",
"@ulixee/hero": "2.0.0-alpha.26",
"@ulixee/hero-core": "2.0.0-alpha.26",
"@ulixee/hero-interfaces": "2.0.0-alpha.26",
"@ulixee/net": "2.0.0-alpha.26"
},
"devDependencies": {
"@ulixee/awaited-dom": "1.4.2",
"@ulixee/default-browser-emulator": "2.0.0-alpha.26",
"@ulixee/default-human-emulator": "2.0.0-alpha.26",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.25",
"@ulixee/hero-testing": "2.0.0-alpha.25",
"@ulixee/hero-timetravel": "2.0.0-alpha.25",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.26",
"@ulixee/hero-testing": "2.0.0-alpha.26",
"@ulixee/hero-timetravel": "2.0.0-alpha.26",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.26",
"@ulixee/unblocked-specification": "2.0.0-alpha.26",
"ws": "^7.5.9"
Expand Down
10 changes: 5 additions & 5 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"private": true,
"dependencies": {
"yargs-parser": "^20.2.9",
"@ulixee/hero": "2.0.0-alpha.25",
"@ulixee/hero-core": "2.0.0-alpha.25",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.25",
"@ulixee/hero": "2.0.0-alpha.26",
"@ulixee/hero-core": "2.0.0-alpha.26",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.26",
"@ulixee/net": "2.0.0-alpha.26",
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/hero-interfaces": "2.0.0-alpha.25",
"@ulixee/execute-js-plugin": "2.0.0-alpha.25"
"@ulixee/hero-interfaces": "2.0.0-alpha.26",
"@ulixee/execute-js-plugin": "2.0.0-alpha.26"
}
}
8 changes: 8 additions & 0 deletions interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

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





# [2.0.0-alpha.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/hero-interfaces
Expand Down
2 changes: 1 addition & 1 deletion interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/hero-interfaces",
"version": "2.0.0-alpha.25",
"version": "2.0.0-alpha.26",
"description": "Core interfaces used by Hero",
"dependencies": {
"@ulixee/awaited-dom": "1.4.2",
Expand Down
5 changes: 3 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": "2.0.0-alpha.25",
"npmClient": "yarn"
"version": "2.0.0-alpha.26",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"husky": "^9.0.7",
"jest": "^29.7.0",
"json2md": "^1.7.0",
"lerna": "^8.0.2",
"lerna": "^4.0.0",
"lint-staged": "^13.2.2",
"noderdom-detached": "https://github.com/ulixee/noderdom-detached.git#dist",
"prettier": "^3.2.4",
Expand All @@ -73,7 +73,9 @@
"../../unblocked/build/real-user-agents"
],
"nohoist": [
"@ulixee/repo-tools"
"@ulixee/repo-tools",
"**/lerna",
"@lerna/*"
]
},
"lint-staged": {
Expand Down
8 changes: 8 additions & 0 deletions plugin-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

**Note:** Version bump only for package @ulixee/hero-plugin-utils





# [2.0.0-alpha.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/hero-plugin-utils
Expand Down
4 changes: 2 additions & 2 deletions plugin-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ulixee/hero-plugin-utils",
"version": "2.0.0-alpha.25",
"version": "2.0.0-alpha.26",
"description": "Base classes to build hero plugins",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/hero-interfaces": "2.0.0-alpha.25",
"@ulixee/hero-interfaces": "2.0.0-alpha.26",
"@ulixee/unblocked-specification": "2.0.0-alpha.26"
}
}
8 changes: 8 additions & 0 deletions plugins/execute-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

**Note:** Version bump only for package @ulixee/execute-js-plugin





# [2.0.0-alpha.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/execute-js-plugin
Expand Down
14 changes: 7 additions & 7 deletions plugins/execute-js/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@ulixee/execute-js-plugin",
"version": "2.0.0-alpha.25",
"version": "2.0.0-alpha.26",
"description": "Plugin that allows executing javascript in the remote browser context",
"main": "index.js",
"dependencies": {
"@ulixee/hero-interfaces": "2.0.0-alpha.25",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.25"
"@ulixee/hero-interfaces": "2.0.0-alpha.26",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.26"
},
"devDependencies": {
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/execute-js-plugin": "2.0.0-alpha.25",
"@ulixee/hero": "2.0.0-alpha.25",
"@ulixee/hero-core": "2.0.0-alpha.25",
"@ulixee/hero-testing": "2.0.0-alpha.25"
"@ulixee/execute-js-plugin": "2.0.0-alpha.26",
"@ulixee/hero": "2.0.0-alpha.26",
"@ulixee/hero-core": "2.0.0-alpha.26",
"@ulixee/hero-testing": "2.0.0-alpha.26"
}
}
8 changes: 8 additions & 0 deletions testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

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





# [2.0.0-alpha.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/hero-testing
Expand Down
8 changes: 4 additions & 4 deletions testing/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@ulixee/hero-testing",
"version": "2.0.0-alpha.25",
"version": "2.0.0-alpha.26",
"description": "Helpers and stubs for testing",
"main": "index.js",
"private": true,
"dependencies": {
"@koa/multer": "^3.0.0",
"@koa/router": "^8.0.8",
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/hero": "2.0.0-alpha.25",
"@ulixee/hero-core": "2.0.0-alpha.25",
"@ulixee/hero-interfaces": "2.0.0-alpha.25",
"@ulixee/hero": "2.0.0-alpha.26",
"@ulixee/hero-core": "2.0.0-alpha.26",
"@ulixee/hero-interfaces": "2.0.0-alpha.26",
"@ulixee/js-path": "2.0.0-alpha.26",
"@ulixee/net": "2.0.0-alpha.26",
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.26",
Expand Down
8 changes: 8 additions & 0 deletions timetravel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

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





# [2.0.0-alpha.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/hero-timetravel
Expand Down
8 changes: 4 additions & 4 deletions timetravel/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@ulixee/hero-timetravel",
"version": "2.0.0-alpha.25",
"version": "2.0.0-alpha.26",
"description": "The interface to playback and examine previous Hero sessions",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/hero-core": "2.0.0-alpha.25",
"@ulixee/hero-interfaces": "2.0.0-alpha.25",
"@ulixee/hero-core": "2.0.0-alpha.26",
"@ulixee/hero-interfaces": "2.0.0-alpha.26",
"@ulixee/unblocked-agent": "2.0.0-alpha.26",
"@ulixee/unblocked-specification": "2.0.0-alpha.26",
"nanoid": "^3.3.6"
},
"devDependencies": {
"@ulixee/hero-testing": "2.0.0-alpha.25"
"@ulixee/hero-testing": "2.0.0-alpha.26"
}
}
Loading

0 comments on commit 181bb68

Please sign in to comment.