Skip to content

Commit

Permalink
Merge pull request #189 from ulixee/release
Browse files Browse the repository at this point in the history
v2.0.0-alpha.24
  • Loading branch information
blakebyrnes authored Aug 9, 2023
2 parents d7ba6df + fb2006c commit 2e212a6
Show file tree
Hide file tree
Showing 57 changed files with 632 additions and 217 deletions.
8 changes: 8 additions & 0 deletions 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.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)

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





# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)


Expand Down
16 changes: 16 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.24](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)

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





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

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





# [2.0.0-alpha.23](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)

**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.23",
"version": "2.0.0-alpha.24",
"main": "index.js",
"repository": "[email protected]:ulixee/ulixee.git",
"license": "MIT",
"bin": "./bin/cli.js",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.23",
"@ulixee/commons": "2.0.0-alpha.24",
"commander": "^9.3.0"
}
}
8 changes: 8 additions & 0 deletions client/main/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.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)

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





# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)


Expand Down
26 changes: 13 additions & 13 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.23",
"version": "2.0.0-alpha.24",
"main": "index.js",
"repository": "[email protected]:ulixee/platform.git",
"license": "MIT",
"scripts": {},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.23",
"@ulixee/datastore": "2.0.0-alpha.23",
"@ulixee/net": "2.0.0-alpha.23",
"@ulixee/schema": "2.0.0-alpha.23"
"@ulixee/commons": "2.0.0-alpha.24",
"@ulixee/datastore": "2.0.0-alpha.24",
"@ulixee/net": "2.0.0-alpha.24",
"@ulixee/schema": "2.0.0-alpha.24"
},
"devDependencies": {
"@ulixee/cloud": "2.0.0-alpha.23",
"@ulixee/crypto": "2.0.0-alpha.23",
"@ulixee/datastore-packager": "2.0.0-alpha.23",
"@ulixee/datastore-testing": "2.0.0-alpha.23",
"@ulixee/schema": "2.0.0-alpha.23",
"@ulixee/specification": "2.0.0-alpha.23",
"@ulixee/sql-ast": "2.0.0-alpha.23",
"@ulixee/sql-engine": "2.0.0-alpha.23"
"@ulixee/cloud": "2.0.0-alpha.24",
"@ulixee/crypto": "2.0.0-alpha.24",
"@ulixee/datastore-packager": "2.0.0-alpha.24",
"@ulixee/datastore-testing": "2.0.0-alpha.24",
"@ulixee/schema": "2.0.0-alpha.24",
"@ulixee/specification": "2.0.0-alpha.24",
"@ulixee/sql-ast": "2.0.0-alpha.24",
"@ulixee/sql-engine": "2.0.0-alpha.24"
}
}
8 changes: 8 additions & 0 deletions cloud/examples/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.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)

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





# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)

**Note:** Version bump only for package @ulixee/cloud-examples
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.23",
"version": "2.0.0-alpha.24",
"private": true,
"dependencies": {
"@ulixee/cloud": "2.0.0-alpha.23",
"@ulixee/hero": "2.0.0-alpha.23"
"@ulixee/cloud": "2.0.0-alpha.24",
"@ulixee/hero": "2.0.0-alpha.24"
}
}
8 changes: 8 additions & 0 deletions cloud/kad/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.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)

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





# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)


Expand Down
16 changes: 8 additions & 8 deletions cloud/kad/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@ulixee/kad",
"version": "2.0.0-alpha.23",
"version": "2.0.0-alpha.24",
"description": "Ulixee implementation of S/Kademlia for peer discovery.",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.23",
"@ulixee/crypto": "2.0.0-alpha.23",
"@ulixee/net": "2.0.0-alpha.23",
"@ulixee/platform-specification": "2.0.0-alpha.23",
"@ulixee/specification": "2.0.0-alpha.23",
"@ulixee/commons": "2.0.0-alpha.24",
"@ulixee/crypto": "2.0.0-alpha.24",
"@ulixee/net": "2.0.0-alpha.24",
"@ulixee/platform-specification": "2.0.0-alpha.24",
"@ulixee/specification": "2.0.0-alpha.24",
"better-sqlite3": "^8.4.0",
"k-bucket": "^5.1.0",
"nanoid": "^3.3.6"
},
"devDependencies": {
"@types/k-bucket": "^5.0.1",
"@ulixee/cloud": "2.0.0-alpha.23",
"@ulixee/datastore-testing": "2.0.0-alpha.23"
"@ulixee/cloud": "2.0.0-alpha.24",
"@ulixee/datastore-testing": "2.0.0-alpha.24"
}
}
8 changes: 8 additions & 0 deletions cloud/main/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.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)

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





# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)


Expand Down
26 changes: 13 additions & 13 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.23",
"version": "2.0.0-alpha.24",
"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 @@ -16,28 +16,28 @@
"preversion": "node ../../build/cloud/main/scripts/gatherEnvSettings.js"
},
"peerDependencies": {
"@ulixee/desktop-core": "2.0.0-alpha.23"
"@ulixee/desktop-core": "2.0.0-alpha.24"
},
"peerDependenciesMeta": {
"@ulixee/desktop-core": {
"optional": true
}
},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.23",
"@ulixee/crypto": "2.0.0-alpha.23",
"@ulixee/datastore-core": "2.0.0-alpha.23",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.23",
"@ulixee/hero-core": "2.0.0-alpha.23",
"@ulixee/hero-interfaces": "2.0.0-alpha.23",
"@ulixee/kad": "2.0.0-alpha.23",
"@ulixee/net": "2.0.0-alpha.23",
"@ulixee/platform-specification": "2.0.0-alpha.23",
"@ulixee/specification": "2.0.0-alpha.23",
"@ulixee/commons": "2.0.0-alpha.24",
"@ulixee/crypto": "2.0.0-alpha.24",
"@ulixee/datastore-core": "2.0.0-alpha.24",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.24",
"@ulixee/hero-core": "2.0.0-alpha.24",
"@ulixee/hero-interfaces": "2.0.0-alpha.24",
"@ulixee/kad": "2.0.0-alpha.24",
"@ulixee/net": "2.0.0-alpha.24",
"@ulixee/platform-specification": "2.0.0-alpha.24",
"@ulixee/specification": "2.0.0-alpha.24",
"commander": "^9.3.0",
"ws": "^7.4.6"
},
"devDependencies": {
"@ulixee/datastore-testing": "2.0.0-alpha.23"
"@ulixee/datastore-testing": "2.0.0-alpha.24"
}
}
8 changes: 8 additions & 0 deletions datastore/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.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)

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





# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)


Expand Down
34 changes: 17 additions & 17 deletions datastore/core/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "@ulixee/datastore-core",
"version": "2.0.0-alpha.23",
"version": "2.0.0-alpha.24",
"main": "index.js",
"repository": "[email protected]:ulixee/platform.git",
"license": "MIT",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.23",
"@ulixee/crypto": "2.0.0-alpha.23",
"@ulixee/datastore": "2.0.0-alpha.23",
"@ulixee/datastore-docpage": "2.0.0-alpha.23",
"@ulixee/net": "2.0.0-alpha.23",
"@ulixee/platform-specification": "2.0.0-alpha.23",
"@ulixee/schema": "2.0.0-alpha.23",
"@ulixee/sidechain": "2.0.0-alpha.23",
"@ulixee/specification": "2.0.0-alpha.23",
"@ulixee/sql-ast": "2.0.0-alpha.23",
"@ulixee/sql-engine": "2.0.0-alpha.23",
"@ulixee/commons": "2.0.0-alpha.24",
"@ulixee/crypto": "2.0.0-alpha.24",
"@ulixee/datastore": "2.0.0-alpha.24",
"@ulixee/datastore-docpage": "2.0.0-alpha.24",
"@ulixee/net": "2.0.0-alpha.24",
"@ulixee/platform-specification": "2.0.0-alpha.24",
"@ulixee/schema": "2.0.0-alpha.24",
"@ulixee/sidechain": "2.0.0-alpha.24",
"@ulixee/specification": "2.0.0-alpha.24",
"@ulixee/sql-ast": "2.0.0-alpha.24",
"@ulixee/sql-engine": "2.0.0-alpha.24",
"better-sqlite3": "^8.4.0",
"nanoid": "^3.3.6",
"tar": "^6.1.11",
"vm2": "^3.9.19"
},
"devDependencies": {
"@ulixee/cloud": "2.0.0-alpha.23",
"@ulixee/datastore-packager": "2.0.0-alpha.23",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.23",
"@ulixee/datastore-testing": "2.0.0-alpha.23",
"@ulixee/kad": "2.0.0-alpha.23",
"@ulixee/cloud": "2.0.0-alpha.24",
"@ulixee/datastore-packager": "2.0.0-alpha.24",
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.24",
"@ulixee/datastore-testing": "2.0.0-alpha.24",
"@ulixee/kad": "2.0.0-alpha.24",
"axios": "^0.26.1",
"hostile": "^1.3.3",
"moment": "^2.29.4",
Expand Down
8 changes: 8 additions & 0 deletions datastore/docpage/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.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)

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





# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)


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.23",
"version": "2.0.0-alpha.24",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
Expand Down Expand Up @@ -60,7 +60,7 @@
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@ulixee/datastore-packager": "2.0.0-alpha.23",
"@ulixee/datastore-packager": "2.0.0-alpha.24",
"typescript": "^5.0.4"
},
"nohoist": [
Expand Down
16 changes: 16 additions & 0 deletions datastore/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)

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





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

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





# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)


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.23",
"version": "2.0.0-alpha.24",
"private": true
}
8 changes: 8 additions & 0 deletions datastore/main/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.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)

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





# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)


Expand Down
2 changes: 1 addition & 1 deletion datastore/main/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"@ulixee/datastore-packager": "2.0.0-alpha.23"
"@ulixee/datastore-packager": "2.0.0-alpha.24"
}
}
Loading

0 comments on commit 2e212a6

Please sign in to comment.