Skip to content

Commit

Permalink
v2.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Jul 26, 2022
1 parent 008a39d commit 9a52e8a
Show file tree
Hide file tree
Showing 49 changed files with 309 additions and 111 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.9](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-07-26)


### Bug Fixes

* server should wait to start until everything is ready ([008a39d](https://github.com/ulixee/ulixee/commit/008a39d5eeb4eb0db62544d8ff911dea0a66a54a))





# [2.0.0-alpha.8](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-07-13)


Expand Down
8 changes: 8 additions & 0 deletions apps/chromealive-core/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.9](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-07-26)

**Note:** Version bump only for package @ulixee/apps-chromealive-core





# [2.0.0-alpha.8](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-07-13)


Expand Down
22 changes: 11 additions & 11 deletions apps/chromealive-core/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "@ulixee/apps-chromealive-core",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"main": "index.js",
"scripts": {
"build": "tsc -b -i"
},
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
"dependencies": {
"@ulixee/apps-chromealive": "2.0.0-alpha.8",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.8",
"@ulixee/apps-chromealive": "2.0.0-alpha.9",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.9",
"@ulixee/commons": "2.0.0-alpha.8",
"@ulixee/databox-for-hero": "2.0.0-alpha.8",
"@ulixee/hero-interfaces": "2.0.0-alpha.8",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.8",
"@ulixee/hero-timetravel": "2.0.0-alpha.8",
"@ulixee/databox-for-hero": "2.0.0-alpha.9",
"@ulixee/hero-interfaces": "2.0.0-alpha.9",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.9",
"@ulixee/hero-timetravel": "2.0.0-alpha.9",
"@ulixee/net": "2.0.0-alpha.8",
"@unblocked-web/agent": "2.0.0-alpha.6",
"@unblocked-web/default-browser-emulator": "2.0.0-alpha.6",
"@unblocked-web/agent": "2.0.0-alpha.7",
"@unblocked-web/default-browser-emulator": "2.0.0-alpha.7",
"@unblocked-web/specifications": "2.0.0-alpha.3",
"fuse.js": "^6.5.3",
"nanoid": "^3.1.30"
},
"peerDependencies": {
"@ulixee/hero-core": "2.0.0-alpha.8"
"@ulixee/hero-core": "2.0.0-alpha.9"
},
"devDependencies": {
"@types/chrome": "^0.0.154",
"@ulixee/hero-testing": "2.0.0-alpha.8",
"@ulixee/hero-testing": "2.0.0-alpha.9",
"linkedom": "^0.13.0"
}
}
8 changes: 8 additions & 0 deletions apps/chromealive-extension/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.9](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-07-26)

**Note:** Version bump only for package @ulixee/apps-chromealive-extension





# [2.0.0-alpha.8](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-07-13)

**Note:** Version bump only for package @ulixee/apps-chromealive-extension
Expand Down
8 changes: 4 additions & 4 deletions apps/chromealive-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/apps-chromealive-extension",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"private": true,
"license": "MIT",
"description": "Chrome extension helps ChromeAlive work",
Expand All @@ -19,10 +19,10 @@
"@babel/runtime-corejs3": "^7.13.10",
"@headlessui/vue": "^1.5.0",
"@heroicons/vue": "^1.0.6",
"@ulixee/apps-chromealive-core": "2.0.0-alpha.8",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.8",
"@ulixee/apps-chromealive-core": "2.0.0-alpha.9",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.9",
"@ulixee/commons": "2.0.0-alpha.8",
"@ulixee/hero-interfaces": "2.0.0-alpha.8",
"@ulixee/hero-interfaces": "2.0.0-alpha.9",
"@webcomponents/custom-elements": "^1.5.0",
"core-js": "^3.21.1",
"nanoid": "^3.1.30",
Expand Down
8 changes: 8 additions & 0 deletions apps/chromealive-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.9](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-07-26)

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





# [2.0.0-alpha.8](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-07-13)

**Note:** Version bump only for package @ulixee/apps-chromealive-interfaces
Expand Down
4 changes: 2 additions & 2 deletions apps/chromealive-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@ulixee/apps-chromealive-interfaces",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"scripts": {},
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
"dependencies": {
"@ulixee/hero-interfaces": "2.0.0-alpha.8",
"@ulixee/hero-interfaces": "2.0.0-alpha.9",
"@unblocked-web/specifications": "2.0.0-alpha.3"
}
}
8 changes: 8 additions & 0 deletions apps/chromealive-ui/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.9](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-07-26)

**Note:** Version bump only for package @ulixee/apps-chromealive-ui





# [2.0.0-alpha.8](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-07-13)

**Note:** Version bump only for package @ulixee/apps-chromealive-ui
Expand Down
6 changes: 3 additions & 3 deletions apps/chromealive-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/apps-chromealive-ui",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"private": true,
"scripts": {
"build": "vue-cli-service build",
Expand All @@ -16,9 +16,9 @@
"@babel/runtime-corejs3": "^7.13.10",
"@headlessui/vue": "^1.5.0",
"@heroicons/vue": "^1.0.6",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.8",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.9",
"@ulixee/commons": "2.0.0-alpha.8",
"@ulixee/hero-interfaces": "2.0.0-alpha.8",
"@ulixee/hero-interfaces": "2.0.0-alpha.9",
"@unblocked-web/specifications": "2.0.0-alpha.3",
"@webcomponents/custom-elements": "^1.5.0",
"core-js": "^3.21.1",
Expand Down
8 changes: 8 additions & 0 deletions apps/chromealive/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.9](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-07-26)

**Note:** Version bump only for package @ulixee/apps-chromealive





# [2.0.0-alpha.8](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-07-13)


Expand Down
4 changes: 2 additions & 2 deletions apps/chromealive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/apps-chromealive",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"private": true,
"license": "MIT",
"description": "ChromeAlive! powers iterative Ulixee Hero web scraping in the Chrome browser.",
Expand All @@ -21,7 +21,7 @@
],
"dependencies": {
"@electron/remote": "^2.0.5",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.8",
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.9",
"@ulixee/commons": "2.0.0-alpha.8",
"@ulixee/net": "2.0.0-alpha.8",
"compare-versions": "^3.6.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/desktop/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.9](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-07-26)

**Note:** Version bump only for package @ulixee/apps-desktop





# [2.0.0-alpha.8](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-07-13)

**Note:** Version bump only for package @ulixee/apps-desktop
Expand Down
12 changes: 6 additions & 6 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/apps-desktop",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -16,12 +16,12 @@
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
"dependencies": {
"@ulixee/apps-chromealive-core": "2.0.0-alpha.8",
"@ulixee/apps-chromealive-core": "2.0.0-alpha.9",
"@ulixee/commons": "2.0.0-alpha.8",
"@ulixee/databox-core": "2.0.0-alpha.8",
"@ulixee/databox-for-hero": "2.0.0-alpha.8",
"@ulixee/server": "2.0.0-alpha.8",
"@unblocked-web/default-browser-emulator": "2.0.0-alpha.6",
"@ulixee/databox-core": "2.0.0-alpha.9",
"@ulixee/databox-for-hero": "2.0.0-alpha.9",
"@ulixee/server": "2.0.0-alpha.9",
"@unblocked-web/default-browser-emulator": "2.0.0-alpha.7",
"electron-log": "^4.4.6",
"electron-positioner": "^4.1.0",
"electron-updater": "^5.0.1",
Expand Down
8 changes: 8 additions & 0 deletions apps/menubar-ui/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.9](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-07-26)

**Note:** Version bump only for package @ulixee/apps-menubar-ui





# [2.0.0-alpha.8](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-07-13)

**Note:** Version bump only for package @ulixee/apps-menubar-ui
Expand Down
2 changes: 1 addition & 1 deletion apps/menubar-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/apps-menubar-ui",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"private": true,
"scripts": {
"build": "vue-cli-service build",
Expand Down
8 changes: 8 additions & 0 deletions cli/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.9](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-07-26)

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





# [2.0.0-alpha.8](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-07-13)

**Note:** Version bump only for package @ulixee/cli
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/cli",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"main": "index.js",
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions databox/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.9](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-07-26)

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





# [2.0.0-alpha.8](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-07-13)


Expand Down
6 changes: 3 additions & 3 deletions databox/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/databox",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"main": "index.js",
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
Expand All @@ -16,12 +16,12 @@
},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.8",
"@ulixee/databox-interfaces": "2.0.0-alpha.8",
"@ulixee/databox-interfaces": "2.0.0-alpha.9",
"@ulixee/net": "2.0.0-alpha.8",
"commander": "^9.3.0",
"yargs-parser": "^20.2.9"
},
"devDependencies": {
"@ulixee/databox-packager": "2.0.0-alpha.8"
"@ulixee/databox-packager": "2.0.0-alpha.9"
}
}
8 changes: 8 additions & 0 deletions databox/core-runtime/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.9](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-07-26)

**Note:** Version bump only for package @ulixee/databox-core-runtime





# [2.0.0-alpha.8](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-07-13)


Expand Down
8 changes: 4 additions & 4 deletions databox/core-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@ulixee/databox-core-runtime",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"main": "index.js",
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.8",
"@ulixee/databox": "2.0.0-alpha.8",
"@ulixee/databox-core": "2.0.0-alpha.8",
"@ulixee/databox-interfaces": "2.0.0-alpha.8",
"@ulixee/databox": "2.0.0-alpha.9",
"@ulixee/databox-core": "2.0.0-alpha.9",
"@ulixee/databox-interfaces": "2.0.0-alpha.9",
"@ulixee/net": "2.0.0-alpha.8",
"better-sqlite3": "^7.5.1",
"nanoid": "^3.1.30",
Expand Down
8 changes: 8 additions & 0 deletions databox/core/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.9](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-07-26)

**Note:** Version bump only for package @ulixee/databox-core





# [2.0.0-alpha.8](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-07-13)


Expand Down
Loading

0 comments on commit 9a52e8a

Please sign in to comment.