Skip to content

Commit

Permalink
v2.0.0-alpha.31
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Dec 7, 2024
1 parent b6113ca commit ff552c3
Show file tree
Hide file tree
Showing 51 changed files with 355 additions and 171 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)

### Bug Fixes

* **datastore:** admin-identity docs ([a1eacdd](https://github.com/ulixee/platform/commit/a1eacdd5778a8e347a03f4652667bf3eaaf7b9ef))
* **datastore:** broker not updating settlement ([efbf866](https://github.com/ulixee/platform/commit/efbf86622a074e6fd20d9c930aed7c532e2bf975))
* **datastore:** close localchain on exit ([60d7f33](https://github.com/ulixee/platform/commit/60d7f3331f4edc583ed5cc4000b8e5343353f3f4))
* **datastore:** only store cached replays ([56a00b0](https://github.com/ulixee/platform/commit/56a00b029d261f2d41d22b3edbd4bc6c28f1333c))
* **desktop:** add id to all connections ([afed957](https://github.com/ulixee/platform/commit/afed9571c43e0b6fa1b80777a00a9c93c2e21a03))
* **desktop:** allow cleanup of session dbs ([42f3264](https://github.com/ulixee/platform/commit/42f32641c6891e582f8fa588a3731b259bdfca69))
* **tests:** run in band for linux platform ([19b8dcd](https://github.com/ulixee/platform/commit/19b8dcddb67957be7c0c5786dfa313770be9b4f2))
* website publishing ([aea9d99](https://github.com/ulixee/platform/commit/aea9d9950b4f8e3d15977b683a37c0bdee1c0820))

### Features

* add disable desktop apis to cli ([56772f4](https://github.com/ulixee/platform/commit/56772f4ad55f329d9b63022a497e13113dde47ce))
* all argons in microgons now ([3b0e93a](https://github.com/ulixee/platform/commit/3b0e93aa60c92c5f0aaacadb123771b454816047))

# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.31](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)

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

# [2.0.0-alpha.30](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)

**Note:** Version bump only for package @ulixee/cli
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ulixee/cli",
"version": "2.0.0-alpha.30",
"version": "2.0.0-alpha.31",
"main": "index.js",
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
"bin": "./bin/cli.js",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.30",
"@ulixee/commons": "2.0.0-alpha.31",
"commander": "^9.5.0"
}
}
6 changes: 6 additions & 0 deletions client/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)

### Features

* all argons in microgons now ([3b0e93a](https://github.com/ulixee/platform/commit/3b0e93aa60c92c5f0aaacadb123771b454816047))

# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)

### Bug Fixes
Expand Down
24 changes: 12 additions & 12 deletions client/main/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "@ulixee/client",
"version": "2.0.0-alpha.30",
"version": "2.0.0-alpha.31",
"main": "index.js",
"repository": "[email protected]:ulixee/platform.git",
"license": "MIT",
"scripts": {},
"dependencies": {
"@argonprotocol/localchain": "0.0.20",
"@ulixee/commons": "2.0.0-alpha.30",
"@ulixee/datastore": "2.0.0-alpha.30",
"@ulixee/net": "2.0.0-alpha.30",
"@ulixee/schema": "2.0.0-alpha.30"
"@ulixee/commons": "2.0.0-alpha.31",
"@ulixee/datastore": "2.0.0-alpha.31",
"@ulixee/net": "2.0.0-alpha.31",
"@ulixee/schema": "2.0.0-alpha.31"
},
"devDependencies": {
"@ulixee/cloud": "2.0.0-alpha.30",
"@ulixee/datastore-packager": "2.0.0-alpha.30",
"@ulixee/datastore-testing": "2.0.0-alpha.30",
"@ulixee/platform-utils": "2.0.0-alpha.30",
"@ulixee/schema": "2.0.0-alpha.30",
"@ulixee/sql-ast": "2.0.0-alpha.30",
"@ulixee/sql-engine": "2.0.0-alpha.30"
"@ulixee/cloud": "2.0.0-alpha.31",
"@ulixee/datastore-packager": "2.0.0-alpha.31",
"@ulixee/datastore-testing": "2.0.0-alpha.31",
"@ulixee/platform-utils": "2.0.0-alpha.31",
"@ulixee/schema": "2.0.0-alpha.31",
"@ulixee/sql-ast": "2.0.0-alpha.31",
"@ulixee/sql-engine": "2.0.0-alpha.31"
}
}
4 changes: 4 additions & 0 deletions cloud/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)

**Note:** Version bump only for package @ulixee/cloud-examples

# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions cloud/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@ulixee/cloud-examples",
"version": "2.0.0-alpha.30",
"version": "2.0.0-alpha.31",
"private": true,
"dependencies": {
"@ulixee/cloud": "2.0.0-alpha.30",
"@ulixee/hero": "2.0.0-alpha.30"
"@ulixee/cloud": "2.0.0-alpha.31",
"@ulixee/hero": "2.0.0-alpha.31"
}
}
11 changes: 11 additions & 0 deletions cloud/main/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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)

### Bug Fixes

* **datastore:** admin-identity docs ([a1eacdd](https://github.com/ulixee/platform/commit/a1eacdd5778a8e347a03f4652667bf3eaaf7b9ef))

### Features

* add disable desktop apis to cli ([56772f4](https://github.com/ulixee/platform/commit/56772f4ad55f329d9b63022a497e13113dde47ce))
* all argons in microgons now ([3b0e93a](https://github.com/ulixee/platform/commit/3b0e93aa60c92c5f0aaacadb123771b454816047))

# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)

### Bug Fixes
Expand Down
22 changes: 11 additions & 11 deletions cloud/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/cloud",
"version": "2.0.0-alpha.30",
"version": "2.0.0-alpha.31",
"description": "The Ulixee Cloud is an out-of-the box tool to host and deploy Ulixee Datastores and Hero scripts. It allows you to easily create a paid API service.",
"exports": {
".": {
Expand All @@ -24,19 +24,19 @@
"preversion": "node ../../build/cloud/main/scripts/gatherEnvSettings.js"
},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.30",
"@ulixee/datastore-core": "2.0.0-alpha.30",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.30",
"@ulixee/desktop-core": "2.0.0-alpha.30",
"@ulixee/hero-core": "2.0.0-alpha.30",
"@ulixee/hero-interfaces": "2.0.0-alpha.30",
"@ulixee/net": "2.0.0-alpha.30",
"@ulixee/platform-specification": "2.0.0-alpha.30",
"@ulixee/platform-utils": "2.0.0-alpha.30",
"@ulixee/commons": "2.0.0-alpha.31",
"@ulixee/datastore-core": "2.0.0-alpha.31",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.31",
"@ulixee/desktop-core": "2.0.0-alpha.31",
"@ulixee/hero-core": "2.0.0-alpha.31",
"@ulixee/hero-interfaces": "2.0.0-alpha.31",
"@ulixee/net": "2.0.0-alpha.31",
"@ulixee/platform-specification": "2.0.0-alpha.31",
"@ulixee/platform-utils": "2.0.0-alpha.31",
"commander": "^9.5.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@ulixee/datastore-testing": "2.0.0-alpha.30"
"@ulixee/datastore-testing": "2.0.0-alpha.31"
}
}
6 changes: 6 additions & 0 deletions datastore/broker-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)

### Features

* all argons in microgons now ([3b0e93a](https://github.com/ulixee/platform/commit/3b0e93aa60c92c5f0aaacadb123771b454816047))

# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions datastore/broker-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ulixee/databroker-admin",
"private": true,
"version": "2.0.0-alpha.30",
"version": "2.0.0-alpha.31",
"scripts": {
"serve": "vite",
"watch": "vite build -w",
Expand All @@ -15,10 +15,10 @@
"@tailwindcss/forms": "^0.5.7",
"@types/lodash.kebabcase": "^4.1.7",
"@types/node": "^18.19.10",
"@ulixee/commons": "2.0.0-alpha.30",
"@ulixee/net": "2.0.0-alpha.30",
"@ulixee/platform-specification": "2.0.0-alpha.30",
"@ulixee/platform-utils": "2.0.0-alpha.30",
"@ulixee/commons": "2.0.0-alpha.31",
"@ulixee/net": "2.0.0-alpha.31",
"@ulixee/platform-specification": "2.0.0-alpha.31",
"@ulixee/platform-utils": "2.0.0-alpha.31",
"autoprefixer": "^10.4.17",
"axios": "^1.7.7",
"concurrently": "^6.2.2",
Expand Down
10 changes: 10 additions & 0 deletions datastore/broker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)

### Bug Fixes

* **desktop:** allow cleanup of session dbs ([42f3264](https://github.com/ulixee/platform/commit/42f32641c6891e582f8fa588a3731b259bdfca69))

### Features

* all argons in microgons now ([3b0e93a](https://github.com/ulixee/platform/commit/3b0e93aa60c92c5f0aaacadb123771b454816047))

# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)

### Bug Fixes
Expand Down
18 changes: 9 additions & 9 deletions datastore/broker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/databroker",
"version": "2.0.0-alpha.30",
"version": "2.0.0-alpha.31",
"main": "index.js",
"repository": "[email protected]:ulixee/platform.git",
"license": "MIT",
Expand All @@ -19,20 +19,20 @@
"dependencies": {
"@argonprotocol/localchain": "0.0.20",
"@argonprotocol/mainchain": "0.0.20",
"@ulixee/cloud": "2.0.0-alpha.30",
"@ulixee/commons": "2.0.0-alpha.30",
"@ulixee/datastore": "2.0.0-alpha.30",
"@ulixee/net": "2.0.0-alpha.30",
"@ulixee/platform-specification": "2.0.0-alpha.30",
"@ulixee/platform-utils": "2.0.0-alpha.30",
"@ulixee/cloud": "2.0.0-alpha.31",
"@ulixee/commons": "2.0.0-alpha.31",
"@ulixee/datastore": "2.0.0-alpha.31",
"@ulixee/net": "2.0.0-alpha.31",
"@ulixee/platform-specification": "2.0.0-alpha.31",
"@ulixee/platform-utils": "2.0.0-alpha.31",
"better-sqlite3": "^11.1.2",
"commander": "^9.5.0",
"moment": "^2.29.4",
"nanoid": "^3.3.6"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
"@ulixee/datastore-packager": "2.0.0-alpha.30",
"@ulixee/datastore-testing": "2.0.0-alpha.30"
"@ulixee/datastore-packager": "2.0.0-alpha.31",
"@ulixee/datastore-testing": "2.0.0-alpha.31"
}
}
14 changes: 14 additions & 0 deletions datastore/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)

### Bug Fixes

* **datastore:** admin-identity docs ([a1eacdd](https://github.com/ulixee/platform/commit/a1eacdd5778a8e347a03f4652667bf3eaaf7b9ef))
* **datastore:** broker not updating settlement ([efbf866](https://github.com/ulixee/platform/commit/efbf86622a074e6fd20d9c930aed7c532e2bf975))
* **datastore:** close localchain on exit ([60d7f33](https://github.com/ulixee/platform/commit/60d7f3331f4edc583ed5cc4000b8e5343353f3f4))
* **datastore:** only store cached replays ([56a00b0](https://github.com/ulixee/platform/commit/56a00b029d261f2d41d22b3edbd4bc6c28f1333c))
* **desktop:** allow cleanup of session dbs ([42f3264](https://github.com/ulixee/platform/commit/42f32641c6891e582f8fa588a3731b259bdfca69))

### Features

* all argons in microgons now ([3b0e93a](https://github.com/ulixee/platform/commit/3b0e93aa60c92c5f0aaacadb123771b454816047))

# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)

### Bug Fixes
Expand Down
28 changes: 14 additions & 14 deletions datastore/core/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "@ulixee/datastore-core",
"version": "2.0.0-alpha.30",
"version": "2.0.0-alpha.31",
"main": "index.js",
"repository": "[email protected]:ulixee/platform.git",
"license": "MIT",
"dependencies": {
"@argonprotocol/localchain": "0.0.20",
"@ulixee/commons": "2.0.0-alpha.30",
"@ulixee/datastore": "2.0.0-alpha.30",
"@ulixee/datastore-docpage": "2.0.0-alpha.30",
"@ulixee/net": "2.0.0-alpha.30",
"@ulixee/platform-specification": "2.0.0-alpha.30",
"@ulixee/platform-utils": "2.0.0-alpha.30",
"@ulixee/schema": "2.0.0-alpha.30",
"@ulixee/sql-ast": "2.0.0-alpha.30",
"@ulixee/sql-engine": "2.0.0-alpha.30",
"@ulixee/commons": "2.0.0-alpha.31",
"@ulixee/datastore": "2.0.0-alpha.31",
"@ulixee/datastore-docpage": "2.0.0-alpha.31",
"@ulixee/net": "2.0.0-alpha.31",
"@ulixee/platform-specification": "2.0.0-alpha.31",
"@ulixee/platform-utils": "2.0.0-alpha.31",
"@ulixee/schema": "2.0.0-alpha.31",
"@ulixee/sql-ast": "2.0.0-alpha.31",
"@ulixee/sql-engine": "2.0.0-alpha.31",
"better-sqlite3": "^11.1.2",
"nanoid": "^3.3.6",
"tar": "^7.4.3"
},
"devDependencies": {
"@argonprotocol/mainchain": "0.0.20",
"@jest/globals": "^27.0.6",
"@ulixee/cloud": "2.0.0-alpha.30",
"@ulixee/datastore-packager": "2.0.0-alpha.30",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.30",
"@ulixee/datastore-testing": "2.0.0-alpha.30",
"@ulixee/cloud": "2.0.0-alpha.31",
"@ulixee/datastore-packager": "2.0.0-alpha.31",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.31",
"@ulixee/datastore-testing": "2.0.0-alpha.31",
"axios": "^1.7.7",
"hostile": "^1.3.3",
"moment": "^2.29.4",
Expand Down
6 changes: 6 additions & 0 deletions datastore/docpage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)

### Features

* all argons in microgons now ([3b0e93a](https://github.com/ulixee/platform/commit/3b0e93aa60c92c5f0aaacadb123771b454816047))

# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions datastore/docpage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/datastore-docpage",
"version": "2.0.0-alpha.30",
"version": "2.0.0-alpha.31",
"scripts": {
"serve": "vite",
"watch": "vite build -w",
Expand Down Expand Up @@ -49,7 +49,7 @@
"vue-router": "^4.4.4"
},
"devDependencies": {
"@ulixee/datastore-packager": "2.0.0-alpha.30",
"@ulixee/datastore-packager": "2.0.0-alpha.31",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.6.2",
"vite": "^5.3.1",
Expand Down
4 changes: 4 additions & 0 deletions datastore/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)

**Note:** Version bump only for package @ulixee/datastore-examples

# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)

**Note:** Version bump only for package @ulixee/datastore-examples
Expand Down
2 changes: 1 addition & 1 deletion datastore/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ulixee/datastore-examples",
"version": "2.0.0-alpha.30",
"version": "2.0.0-alpha.31",
"private": true
}
Loading

0 comments on commit ff552c3

Please sign in to comment.