diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d6ffb76..40d4ee637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.28](https://github.com/ulixee/hero/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) + + +### Bug Fixes + +* **timetravel:** push dom changes one at a time ([b179075](https://github.com/ulixee/hero/commit/b1790754a93eaad33e1f71e42d8cc52f1e773159)), closes [#252](https://github.com/ulixee/hero/issues/252) + + + + + # [2.0.0-alpha.27](https://github.com/ulixee/hero/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) **Note:** Version bump only for package @ulixee/hero-monorepo diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 21b5fb7ae..a29d58e92 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) + +**Note:** Version bump only for package @ulixee/hero + + + + + # [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) **Note:** Version bump only for package @ulixee/hero diff --git a/client/package.json b/client/package.json index aa93902b7..d4168f007 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@ulixee/hero", - "version": "2.0.0-alpha.27", + "version": "2.0.0-alpha.28", "description": "The client interface for Hero", "exports": { ".": { @@ -12,16 +12,16 @@ }, "dependencies": { "@ulixee/awaited-dom": "1.4.2", - "@ulixee/commons": "2.0.0-alpha.27", - "@ulixee/hero-interfaces": "2.0.0-alpha.27", - "@ulixee/hero-plugin-utils": "2.0.0-alpha.27", - "@ulixee/js-path": "2.0.0-alpha.27", - "@ulixee/net": "2.0.0-alpha.27", - "@ulixee/unblocked-specification": "2.0.0-alpha.27", + "@ulixee/commons": "2.0.0-alpha.28", + "@ulixee/hero-interfaces": "2.0.0-alpha.28", + "@ulixee/hero-plugin-utils": "2.0.0-alpha.28", + "@ulixee/js-path": "2.0.0-alpha.28", + "@ulixee/net": "2.0.0-alpha.28", + "@ulixee/unblocked-specification": "2.0.0-alpha.28", "linkedom": "^0.14.11" }, "devDependencies": { - "@ulixee/hero-core": "2.0.0-alpha.27", - "@ulixee/hero-testing": "2.0.0-alpha.27" + "@ulixee/hero-core": "2.0.0-alpha.28", + "@ulixee/hero-testing": "2.0.0-alpha.28" } } diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 793c06bcc..5eabd9310 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) + +**Note:** Version bump only for package @ulixee/hero-core + + + + + # [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) **Note:** Version bump only for package @ulixee/hero-core diff --git a/core/package.json b/core/package.json index 3185ebd22..21ec5e866 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ulixee/hero-core", - "version": "2.0.0-alpha.27", + "version": "2.0.0-alpha.28", "description": "The core browser API used to run Hero", "exports": { ".": { @@ -17,17 +17,17 @@ }, "dependencies": { "@ulixee/awaited-dom": "1.4.2", - "@ulixee/commons": "2.0.0-alpha.27", - "@ulixee/default-browser-emulator": "2.0.0-alpha.27", - "@ulixee/default-human-emulator": "2.0.0-alpha.27", - "@ulixee/hero-interfaces": "2.0.0-alpha.27", - "@ulixee/hero-plugin-utils": "2.0.0-alpha.27", - "@ulixee/hero-timetravel": "2.0.0-alpha.27", - "@ulixee/js-path": "2.0.0-alpha.27", - "@ulixee/net": "2.0.0-alpha.27", - "@ulixee/unblocked-agent": "2.0.0-alpha.27", - "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.27", - "@ulixee/unblocked-specification": "2.0.0-alpha.27", + "@ulixee/commons": "2.0.0-alpha.28", + "@ulixee/default-browser-emulator": "2.0.0-alpha.28", + "@ulixee/default-human-emulator": "2.0.0-alpha.28", + "@ulixee/hero-interfaces": "2.0.0-alpha.28", + "@ulixee/hero-plugin-utils": "2.0.0-alpha.28", + "@ulixee/hero-timetravel": "2.0.0-alpha.28", + "@ulixee/js-path": "2.0.0-alpha.28", + "@ulixee/net": "2.0.0-alpha.28", + "@ulixee/unblocked-agent": "2.0.0-alpha.28", + "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.28", + "@ulixee/unblocked-specification": "2.0.0-alpha.28", "better-sqlite3": "^9.4.3", "moment": "^2.29.4", "nanoid": "^3.3.6", @@ -36,7 +36,7 @@ "devDependencies": { "@types/better-sqlite3": "^7.6.9", "@ulixee/chrome-app": "1.0.3", - "@ulixee/hero": "2.0.0-alpha.27", - "@ulixee/hero-testing": "2.0.0-alpha.27" + "@ulixee/hero": "2.0.0-alpha.28", + "@ulixee/hero-testing": "2.0.0-alpha.28" } } diff --git a/end-to-end/CHANGELOG.md b/end-to-end/CHANGELOG.md index eaeca4d57..bfa732d18 100644 --- a/end-to-end/CHANGELOG.md +++ b/end-to-end/CHANGELOG.md @@ -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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) + +**Note:** Version bump only for package @ulixee/hero-end-to-end + + + + + # [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) **Note:** Version bump only for package @ulixee/hero-end-to-end diff --git a/end-to-end/package.json b/end-to-end/package.json index 76308e544..954d71154 100644 --- a/end-to-end/package.json +++ b/end-to-end/package.json @@ -1,25 +1,25 @@ { "name": "@ulixee/hero-end-to-end", - "version": "2.0.0-alpha.27", + "version": "2.0.0-alpha.28", "description": "End to end Hero tests", "private": true, "dependencies": { - "@ulixee/commons": "2.0.0-alpha.27", - "@ulixee/execute-js-plugin": "2.0.0-alpha.27", - "@ulixee/hero": "2.0.0-alpha.27", - "@ulixee/hero-core": "2.0.0-alpha.27", - "@ulixee/hero-interfaces": "2.0.0-alpha.27", - "@ulixee/net": "2.0.0-alpha.27" + "@ulixee/commons": "2.0.0-alpha.28", + "@ulixee/execute-js-plugin": "2.0.0-alpha.28", + "@ulixee/hero": "2.0.0-alpha.28", + "@ulixee/hero-core": "2.0.0-alpha.28", + "@ulixee/hero-interfaces": "2.0.0-alpha.28", + "@ulixee/net": "2.0.0-alpha.28" }, "devDependencies": { "@ulixee/awaited-dom": "1.4.2", - "@ulixee/default-browser-emulator": "2.0.0-alpha.27", - "@ulixee/default-human-emulator": "2.0.0-alpha.27", - "@ulixee/hero-plugin-utils": "2.0.0-alpha.27", - "@ulixee/hero-testing": "2.0.0-alpha.27", - "@ulixee/hero-timetravel": "2.0.0-alpha.27", - "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.27", - "@ulixee/unblocked-specification": "2.0.0-alpha.27", + "@ulixee/default-browser-emulator": "2.0.0-alpha.28", + "@ulixee/default-human-emulator": "2.0.0-alpha.28", + "@ulixee/hero-plugin-utils": "2.0.0-alpha.28", + "@ulixee/hero-testing": "2.0.0-alpha.28", + "@ulixee/hero-timetravel": "2.0.0-alpha.28", + "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.28", + "@ulixee/unblocked-specification": "2.0.0-alpha.28", "ws": "^7.5.9" } } diff --git a/examples/package.json b/examples/package.json index 240e1c73b..8e5bfffbc 100644 --- a/examples/package.json +++ b/examples/package.json @@ -4,12 +4,12 @@ "private": true, "dependencies": { "yargs-parser": "^20.2.9", - "@ulixee/hero": "2.0.0-alpha.27", - "@ulixee/hero-core": "2.0.0-alpha.27", - "@ulixee/hero-plugin-utils": "2.0.0-alpha.27", - "@ulixee/net": "2.0.0-alpha.27", - "@ulixee/commons": "2.0.0-alpha.27", - "@ulixee/hero-interfaces": "2.0.0-alpha.27", - "@ulixee/execute-js-plugin": "2.0.0-alpha.27" + "@ulixee/hero": "2.0.0-alpha.28", + "@ulixee/hero-core": "2.0.0-alpha.28", + "@ulixee/hero-plugin-utils": "2.0.0-alpha.28", + "@ulixee/net": "2.0.0-alpha.28", + "@ulixee/commons": "2.0.0-alpha.28", + "@ulixee/hero-interfaces": "2.0.0-alpha.28", + "@ulixee/execute-js-plugin": "2.0.0-alpha.28" } } diff --git a/interfaces/CHANGELOG.md b/interfaces/CHANGELOG.md index 79ef963e0..4b7e36d5d 100644 --- a/interfaces/CHANGELOG.md +++ b/interfaces/CHANGELOG.md @@ -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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) + +**Note:** Version bump only for package @ulixee/hero-interfaces + + + + + # [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) **Note:** Version bump only for package @ulixee/hero-interfaces diff --git a/interfaces/package.json b/interfaces/package.json index 00808061c..4c15ce5ce 100644 --- a/interfaces/package.json +++ b/interfaces/package.json @@ -1,12 +1,12 @@ { "name": "@ulixee/hero-interfaces", - "version": "2.0.0-alpha.27", + "version": "2.0.0-alpha.28", "description": "Core interfaces used by Hero", "dependencies": { "@ulixee/awaited-dom": "1.4.2", - "@ulixee/commons": "2.0.0-alpha.27", - "@ulixee/js-path": "2.0.0-alpha.27", - "@ulixee/unblocked-specification": "2.0.0-alpha.27", + "@ulixee/commons": "2.0.0-alpha.28", + "@ulixee/js-path": "2.0.0-alpha.28", + "@ulixee/unblocked-specification": "2.0.0-alpha.28", "devtools-protocol": "^0.0.1137505" } } diff --git a/lerna.json b/lerna.json index 77d2fafaa..b9c7b99a1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.0.0-alpha.27", + "version": "2.0.0-alpha.28", "npmClient": "yarn", "useWorkspaces": true } diff --git a/plugin-utils/CHANGELOG.md b/plugin-utils/CHANGELOG.md index 87a46e49a..07bffd431 100644 --- a/plugin-utils/CHANGELOG.md +++ b/plugin-utils/CHANGELOG.md @@ -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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) + +**Note:** Version bump only for package @ulixee/hero-plugin-utils + + + + + # [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) **Note:** Version bump only for package @ulixee/hero-plugin-utils diff --git a/plugin-utils/package.json b/plugin-utils/package.json index 95affcdaa..639093a91 100644 --- a/plugin-utils/package.json +++ b/plugin-utils/package.json @@ -1,10 +1,10 @@ { "name": "@ulixee/hero-plugin-utils", - "version": "2.0.0-alpha.27", + "version": "2.0.0-alpha.28", "description": "Base classes to build hero plugins", "dependencies": { - "@ulixee/commons": "2.0.0-alpha.27", - "@ulixee/hero-interfaces": "2.0.0-alpha.27", - "@ulixee/unblocked-specification": "2.0.0-alpha.27" + "@ulixee/commons": "2.0.0-alpha.28", + "@ulixee/hero-interfaces": "2.0.0-alpha.28", + "@ulixee/unblocked-specification": "2.0.0-alpha.28" } } diff --git a/plugins/execute-js/CHANGELOG.md b/plugins/execute-js/CHANGELOG.md index 72a56f085..434b45ee2 100644 --- a/plugins/execute-js/CHANGELOG.md +++ b/plugins/execute-js/CHANGELOG.md @@ -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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) + +**Note:** Version bump only for package @ulixee/execute-js-plugin + + + + + # [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) **Note:** Version bump only for package @ulixee/execute-js-plugin diff --git a/plugins/execute-js/package.json b/plugins/execute-js/package.json index 0d9a43441..adb8cead2 100644 --- a/plugins/execute-js/package.json +++ b/plugins/execute-js/package.json @@ -1,17 +1,17 @@ { "name": "@ulixee/execute-js-plugin", - "version": "2.0.0-alpha.27", + "version": "2.0.0-alpha.28", "description": "Plugin that allows executing javascript in the remote browser context", "main": "index.js", "dependencies": { - "@ulixee/hero-interfaces": "2.0.0-alpha.27", - "@ulixee/hero-plugin-utils": "2.0.0-alpha.27" + "@ulixee/hero-interfaces": "2.0.0-alpha.28", + "@ulixee/hero-plugin-utils": "2.0.0-alpha.28" }, "devDependencies": { - "@ulixee/commons": "2.0.0-alpha.27", - "@ulixee/execute-js-plugin": "2.0.0-alpha.27", - "@ulixee/hero": "2.0.0-alpha.27", - "@ulixee/hero-core": "2.0.0-alpha.27", - "@ulixee/hero-testing": "2.0.0-alpha.27" + "@ulixee/commons": "2.0.0-alpha.28", + "@ulixee/execute-js-plugin": "2.0.0-alpha.28", + "@ulixee/hero": "2.0.0-alpha.28", + "@ulixee/hero-core": "2.0.0-alpha.28", + "@ulixee/hero-testing": "2.0.0-alpha.28" } } diff --git a/testing/CHANGELOG.md b/testing/CHANGELOG.md index 5b12b3573..df6239ad4 100644 --- a/testing/CHANGELOG.md +++ b/testing/CHANGELOG.md @@ -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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) + +**Note:** Version bump only for package @ulixee/hero-testing + + + + + # [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) **Note:** Version bump only for package @ulixee/hero-testing diff --git a/testing/package.json b/testing/package.json index 816882d74..bbbeec3bc 100644 --- a/testing/package.json +++ b/testing/package.json @@ -1,20 +1,20 @@ { "name": "@ulixee/hero-testing", - "version": "2.0.0-alpha.27", + "version": "2.0.0-alpha.28", "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.27", - "@ulixee/hero": "2.0.0-alpha.27", - "@ulixee/hero-core": "2.0.0-alpha.27", - "@ulixee/hero-interfaces": "2.0.0-alpha.27", - "@ulixee/js-path": "2.0.0-alpha.27", - "@ulixee/net": "2.0.0-alpha.27", - "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.27", - "@ulixee/unblocked-specification": "2.0.0-alpha.27", + "@ulixee/commons": "2.0.0-alpha.28", + "@ulixee/hero": "2.0.0-alpha.28", + "@ulixee/hero-core": "2.0.0-alpha.28", + "@ulixee/hero-interfaces": "2.0.0-alpha.28", + "@ulixee/js-path": "2.0.0-alpha.28", + "@ulixee/net": "2.0.0-alpha.28", + "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.28", + "@ulixee/unblocked-specification": "2.0.0-alpha.28", "koa": "^2.11.0", "multer": "^1.4.5-lts.1" }, diff --git a/timetravel/CHANGELOG.md b/timetravel/CHANGELOG.md index 4c8f1db05..348d9e229 100644 --- a/timetravel/CHANGELOG.md +++ b/timetravel/CHANGELOG.md @@ -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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) + + +### Bug Fixes + +* **timetravel:** push dom changes one at a time ([b179075](https://github.com/ulixee/platform/commit/b1790754a93eaad33e1f71e42d8cc52f1e773159)), closes [#252](https://github.com/ulixee/platform/issues/252) + + + + + # [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) **Note:** Version bump only for package @ulixee/hero-timetravel diff --git a/timetravel/package.json b/timetravel/package.json index f2f76778a..d925001da 100644 --- a/timetravel/package.json +++ b/timetravel/package.json @@ -1,16 +1,16 @@ { "name": "@ulixee/hero-timetravel", - "version": "2.0.0-alpha.27", + "version": "2.0.0-alpha.28", "description": "The interface to playback and examine previous Hero sessions", "dependencies": { - "@ulixee/commons": "2.0.0-alpha.27", - "@ulixee/hero-core": "2.0.0-alpha.27", - "@ulixee/hero-interfaces": "2.0.0-alpha.27", - "@ulixee/unblocked-agent": "2.0.0-alpha.27", - "@ulixee/unblocked-specification": "2.0.0-alpha.27", + "@ulixee/commons": "2.0.0-alpha.28", + "@ulixee/hero-core": "2.0.0-alpha.28", + "@ulixee/hero-interfaces": "2.0.0-alpha.28", + "@ulixee/unblocked-agent": "2.0.0-alpha.28", + "@ulixee/unblocked-specification": "2.0.0-alpha.28", "nanoid": "^3.3.6" }, "devDependencies": { - "@ulixee/hero-testing": "2.0.0-alpha.27" + "@ulixee/hero-testing": "2.0.0-alpha.28" } }