Skip to content

Commit ff552c3

Browse files
committed
v2.0.0-alpha.31
1 parent b6113ca commit ff552c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+355
-171
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
7+
8+
### Bug Fixes
9+
10+
* **datastore:** admin-identity docs ([a1eacdd](https://github.com/ulixee/platform/commit/a1eacdd5778a8e347a03f4652667bf3eaaf7b9ef))
11+
* **datastore:** broker not updating settlement ([efbf866](https://github.com/ulixee/platform/commit/efbf86622a074e6fd20d9c930aed7c532e2bf975))
12+
* **datastore:** close localchain on exit ([60d7f33](https://github.com/ulixee/platform/commit/60d7f3331f4edc583ed5cc4000b8e5343353f3f4))
13+
* **datastore:** only store cached replays ([56a00b0](https://github.com/ulixee/platform/commit/56a00b029d261f2d41d22b3edbd4bc6c28f1333c))
14+
* **desktop:** add id to all connections ([afed957](https://github.com/ulixee/platform/commit/afed9571c43e0b6fa1b80777a00a9c93c2e21a03))
15+
* **desktop:** allow cleanup of session dbs ([42f3264](https://github.com/ulixee/platform/commit/42f32641c6891e582f8fa588a3731b259bdfca69))
16+
* **tests:** run in band for linux platform ([19b8dcd](https://github.com/ulixee/platform/commit/19b8dcddb67957be7c0c5786dfa313770be9b4f2))
17+
* website publishing ([aea9d99](https://github.com/ulixee/platform/commit/aea9d9950b4f8e3d15977b683a37c0bdee1c0820))
18+
19+
### Features
20+
21+
* add disable desktop apis to cli ([56772f4](https://github.com/ulixee/platform/commit/56772f4ad55f329d9b63022a497e13113dde47ce))
22+
* all argons in microgons now ([3b0e93a](https://github.com/ulixee/platform/commit/3b0e93aa60c92c5f0aaacadb123771b454816047))
23+
624
# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
725

826
### Bug Fixes

cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.31](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
7+
8+
**Note:** Version bump only for package @ulixee/cli
9+
610
# [2.0.0-alpha.30](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
711

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

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@ulixee/cli",
3-
"version": "2.0.0-alpha.30",
3+
"version": "2.0.0-alpha.31",
44
"main": "index.js",
55
"repository": "git@github.com:ulixee/ulixee.git",
66
"license": "MIT",
77
"bin": "./bin/cli.js",
88
"dependencies": {
9-
"@ulixee/commons": "2.0.0-alpha.30",
9+
"@ulixee/commons": "2.0.0-alpha.31",
1010
"commander": "^9.5.0"
1111
}
1212
}

client/main/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
7+
8+
### Features
9+
10+
* all argons in microgons now ([3b0e93a](https://github.com/ulixee/platform/commit/3b0e93aa60c92c5f0aaacadb123771b454816047))
11+
612
# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
713

814
### Bug Fixes

client/main/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"name": "@ulixee/client",
3-
"version": "2.0.0-alpha.30",
3+
"version": "2.0.0-alpha.31",
44
"main": "index.js",
55
"repository": "git@github.com:ulixee/platform.git",
66
"license": "MIT",
77
"scripts": {},
88
"dependencies": {
99
"@argonprotocol/localchain": "0.0.20",
10-
"@ulixee/commons": "2.0.0-alpha.30",
11-
"@ulixee/datastore": "2.0.0-alpha.30",
12-
"@ulixee/net": "2.0.0-alpha.30",
13-
"@ulixee/schema": "2.0.0-alpha.30"
10+
"@ulixee/commons": "2.0.0-alpha.31",
11+
"@ulixee/datastore": "2.0.0-alpha.31",
12+
"@ulixee/net": "2.0.0-alpha.31",
13+
"@ulixee/schema": "2.0.0-alpha.31"
1414
},
1515
"devDependencies": {
16-
"@ulixee/cloud": "2.0.0-alpha.30",
17-
"@ulixee/datastore-packager": "2.0.0-alpha.30",
18-
"@ulixee/datastore-testing": "2.0.0-alpha.30",
19-
"@ulixee/platform-utils": "2.0.0-alpha.30",
20-
"@ulixee/schema": "2.0.0-alpha.30",
21-
"@ulixee/sql-ast": "2.0.0-alpha.30",
22-
"@ulixee/sql-engine": "2.0.0-alpha.30"
16+
"@ulixee/cloud": "2.0.0-alpha.31",
17+
"@ulixee/datastore-packager": "2.0.0-alpha.31",
18+
"@ulixee/datastore-testing": "2.0.0-alpha.31",
19+
"@ulixee/platform-utils": "2.0.0-alpha.31",
20+
"@ulixee/schema": "2.0.0-alpha.31",
21+
"@ulixee/sql-ast": "2.0.0-alpha.31",
22+
"@ulixee/sql-engine": "2.0.0-alpha.31"
2323
}
2424
}

cloud/examples/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
7+
8+
**Note:** Version bump only for package @ulixee/cloud-examples
9+
610
# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
711

812
### Bug Fixes

cloud/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@ulixee/cloud-examples",
3-
"version": "2.0.0-alpha.30",
3+
"version": "2.0.0-alpha.31",
44
"private": true,
55
"dependencies": {
6-
"@ulixee/cloud": "2.0.0-alpha.30",
7-
"@ulixee/hero": "2.0.0-alpha.30"
6+
"@ulixee/cloud": "2.0.0-alpha.31",
7+
"@ulixee/hero": "2.0.0-alpha.31"
88
}
99
}

cloud/main/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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
7+
8+
### Bug Fixes
9+
10+
* **datastore:** admin-identity docs ([a1eacdd](https://github.com/ulixee/platform/commit/a1eacdd5778a8e347a03f4652667bf3eaaf7b9ef))
11+
12+
### Features
13+
14+
* add disable desktop apis to cli ([56772f4](https://github.com/ulixee/platform/commit/56772f4ad55f329d9b63022a497e13113dde47ce))
15+
* all argons in microgons now ([3b0e93a](https://github.com/ulixee/platform/commit/3b0e93aa60c92c5f0aaacadb123771b454816047))
16+
617
# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
718

819
### Bug Fixes

cloud/main/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ulixee/cloud",
3-
"version": "2.0.0-alpha.30",
3+
"version": "2.0.0-alpha.31",
44
"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.",
55
"exports": {
66
".": {
@@ -24,19 +24,19 @@
2424
"preversion": "node ../../build/cloud/main/scripts/gatherEnvSettings.js"
2525
},
2626
"dependencies": {
27-
"@ulixee/commons": "2.0.0-alpha.30",
28-
"@ulixee/datastore-core": "2.0.0-alpha.30",
29-
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.30",
30-
"@ulixee/desktop-core": "2.0.0-alpha.30",
31-
"@ulixee/hero-core": "2.0.0-alpha.30",
32-
"@ulixee/hero-interfaces": "2.0.0-alpha.30",
33-
"@ulixee/net": "2.0.0-alpha.30",
34-
"@ulixee/platform-specification": "2.0.0-alpha.30",
35-
"@ulixee/platform-utils": "2.0.0-alpha.30",
27+
"@ulixee/commons": "2.0.0-alpha.31",
28+
"@ulixee/datastore-core": "2.0.0-alpha.31",
29+
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.31",
30+
"@ulixee/desktop-core": "2.0.0-alpha.31",
31+
"@ulixee/hero-core": "2.0.0-alpha.31",
32+
"@ulixee/hero-interfaces": "2.0.0-alpha.31",
33+
"@ulixee/net": "2.0.0-alpha.31",
34+
"@ulixee/platform-specification": "2.0.0-alpha.31",
35+
"@ulixee/platform-utils": "2.0.0-alpha.31",
3636
"commander": "^9.5.0",
3737
"ws": "^8.18.0"
3838
},
3939
"devDependencies": {
40-
"@ulixee/datastore-testing": "2.0.0-alpha.30"
40+
"@ulixee/datastore-testing": "2.0.0-alpha.31"
4141
}
4242
}

datastore/broker-admin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.31](https://github.com/ulixee/platform/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2024-12-07)
7+
8+
### Features
9+
10+
* all argons in microgons now ([3b0e93a](https://github.com/ulixee/platform/commit/3b0e93aa60c92c5f0aaacadb123771b454816047))
11+
612
# [2.0.0-alpha.30](https://github.com/ulixee/platform/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2024-10-11)
713

814
### Bug Fixes

0 commit comments

Comments
 (0)